.todo-section *{
  box-sizing: border-box;
}

.todo-section {
  margin: 5px 10px 10px;
  cursor: pointer;
  position: relative;
}

.todo-section i {
  display: inline-block;
  background: url("https://cdn.codechef.com/images/home/todo.svg") no-repeat -2px 0;
  opacity: .8;
  width: 21px;
  height: 24px;
}

.todo-section .notification-counter {
  position: absolute;
  top: 0;
  left: 10px;
  width: 15px;
  line-height: 1.1;
  background-color: red;
  text-align: center;
  color: #fff;
  font-weight: 800;
  border-radius: 30%;
  font-size: 10px;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.4);
}

.todo-section .notification-listbox {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  border: 1px solid #D8D6D6;
  width: 190px;
  display: none;
  top: 35px;
  left: -10px;
  z-index: 10000;
  min-height: 50px;
}

.todo-section .notification-listbox::before, .todo-section .notification-listbox::after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.todo-section .notification-listbox::before {
  border-color: transparent transparent #C0BFBF;
  border-width: 11px;
  margin-left: -11px;
}

.todo-section .notification-listbox::after {
  border-color: transparent transparent #E5E4E2;
  border-width: 10px;
  margin-left: -10px;
}

.todo-section .notification-listbox ul {
  margin: 0;
  padding: 0;
}

.todo-section .notification-listbox ul li {
  border-bottom: 1px solid #DFDFDF;
  background-color: #F9F8F6;
  cursor: default;
  list-style-type: none;
  padding: 0 0 4px 0;
}

.todo-section .notification-listbox ul li:hover {
  background: #F2F1EE;
}

.todo-section .notification-listbox ul li.notification-listbox-head {
  background-color: #E5E4E2;
  padding: 5px 0 5px 8px;
  font-weight: 700;
  color: #2C3539;
  font-size: 12px;
  cursor: default;
  text-align: center;
}

.todo-section .notification-listbox ul li .notification-listbox-time {
  display: inline-block;
  font-size: 11px;
  color: #999;
  font-style: italic;
  width: 100%;
  text-align: center;
}

.todo-section .notification-listbox ul li a {
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  height: 20px;
  width: 98%;
  font-size: 11px;
}

.todo-section .notification-listbox ul li a span {
  display: inline-block;
  margin-top: 5px;
}

.todo-section .notification-listbox ul li a span.left {
  width: 30%;
}

.todo-section .notification-listbox ul li a span.right {
  text-align: right;
  color: #999;
  font-style: italic;
  width: 65%;
}

.todo-section .notification-listbox ul .notification-listbox-loader {
  padding: 8px;
  background: url(../gif/loader-icon-2.gif) no-repeat center #FFF;
  border-bottom: 1px solid #DFDFDF;
}

.todo-section .notification-listbox .notification-listbox-seeall {
  background-color: #F9FAF8;
  text-align: center;
  font-size: 12px;
  padding: 7px;
  font-weight: 700;
  cursor: default;
  display: inline-block;
  width: 100%;
}

.todo-section .notification-listbox .notification-listbox-seeall a {
  display: inline-block;
  width: 100%;
}

.todo-section .notification-listbox .notification-listbox-seeall a:hover {
  text-decoration: underline;
}
#cc-auto > .cc-autocomplete{
    position: absolute;
    list-style: none;
    display:block;
    margin:auto;
    z-index: 1000;
    background-color: #ffffff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    float:left;
    padding:1px 0;
}

#cc-auto .cc-autocomplete .cc-menu-item{
    padding: 2px 6px 0;
    cursor: pointer;
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 0;
}

#cc-auto .cc-autocomplete .is-active {
    background: #00a2ff;
    color:white;
}

#cc-auto > .none{
    display:none;
}

#cc-auto li {
    list-style: none;
}

.input>div>input, #cc-auto>input {
    border: none;
    font-weight: normal;
    font-size: 13px !important;
    color: #666 !important;
    background: none;
    height: 35px;
    padding: 0px 5px 0 10px;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: #cececf solid 1px;
}

.input>div>input:focus, #cc-auto>input:focus {
    box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    border: 1px solid rgba(63, 171, 255, 0.77);
}

#cc-auto>input.input-error {
    box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    -moz-box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    border: 1px solid rgba(255, 63, 63, 1);
}
.l-float{float:left}.r-float{float:right}.clear{clear:both}.container{width:914px;padding:0 15px;margin:0 auto}.topbox{width:912px;margin:0 auto;border:#b3b3b3 solid 1px;background:#f1f1f1;padding-top:8px;font-size:12px}.topbox-small{width:100%;border:#b3b3b3 solid 1px;padding-top:8px;background:#f1f1f1;float:left;font-size:12px}.topbox-small-1{width:331px;border:#b3b3b3 solid 1px;padding-top:8px;background:#f1f1f1;float:left;font-size:12px;margin-left:0}.topbox-small-2{width:299px;border:#b3b3b3 solid 1px;padding:8px 0;background:#f1f1f1;float:left;font-size:12px}.topbox-inner{width:914px;height:30px;margin:10px auto}.topbox-inner-item{width:140px}.topbox-inner-item1{width:176px}.topbox-inner-item-small{width:110px}.topbox-inner-item-big{width:150px}.topbox-inner-left{margin-right:6px;width:auto;height:20px;padding:5px 0 0}.topbox-inner-left1{margin:0 6px;width:auto;height:20px;padding:5px 0 0}.topbox-inner-right{width:100px;height:20px}.topbox-container{font-size:15px;padding-top:0 !important}.topbox-container .topbox-inner-item-small{width:105px}.topbox-container .topbox-small{width:100%;padding-top:8px;font-size:12px}.topbox-container .field-style{width:216px}.topbox-container .field-style1{width:216px;padding:4px 0;height:34px}.topbox-container .field-style-text{width:200px;height:24px;padding:4px}.topbox-container .field-style-text-small{width:115px;padding:8px}.topbox-inner-right-small{width:50px;height:20px}.field-style{width:100px;border:#b3b3b3 solid 1px;height:20px;color:#666}.field-style1{width:60px;border:#b3b3b3 solid 1px;height:20px;color:#666}.field-style-text{width:100px;border:#b3b3b3 solid 1px;height:15px;color:#666;padding:3px}.field-style-text-small{width:65px;border:#b3b3b3 solid 1px;height:15px;color:#666;padding:3px}.topbox-inner-button{width:40px;height:30px;padding-top:3px}.heads{width:914px}.tablebox{width:914px;margin:0 auto;padding:10px 0;font-size:12px}.tablebox .headerrow th{background:#6e9e90 !important}.tablebox-section{width:100%;margin:0 auto;padding:10px 0;font-size:12px;clear:both}.tablebox-section-small{width:331px;margin:0 auto;padding:10px 0;font-size:12px}.tablebox-section-small-1{width:301px;margin:0 auto;padding:10px 0;font-size:12px}.tablebox td{padding:5px}.tablebox-section td{padding:5px}.caps{text-transform:uppercase}.centered{text-align:center}.tablebox a:hover{text-decoration:underline}.word-break-unset{padding:10px 8px 10px !important;word-break:unset !important}.centered ul{list-style:none;margin:0;padding:0}.centered li{list-style-image:none;display:block}.centered li a{background:url("../gif/view-solution-slice-1.gif") repeat-x;text-decoration:none;font-size:11px;color:#595959;padding:5px 7px;border:#bbb solid 1px}.centered li a:hover{background:url("../gif/view-solution-slice.gif") repeat-x;text-decoration:none;color:#844e17;border:#cfc5ac solid 1px}.center{text-align:center}.centered li a.disabled{background:url("../gif/view-solution-disabled-slice.gif") repeat-x;text-decoration:none;font-size:11px;color:#b8b8b8;padding:5px 8px;border:#d9d9d9 solid 1px}.ui-menu-item{list-style:none !important}.cc-button{background:url("../gif/view-solution-slice-1.gif") repeat-x;padding:5px 8px;border:#bbb solid 1px;text-decoration:none;color:#595959 !important;margin:5px}.cc-button:hover{background:#333;text-decoration:none !important;color:#fff !important;border:#333 solid 1px}.publish-row{background-color:#f4fff3}.publish-row td,.unpublish-row td{border-bottom:1px dotted #ddd !important;padding:12px 8px !important;line-height:20px}.unpublish-row{background-color:#fdeeee;border-bottom:1px dotted #ddd !important}.comment-text{font-size:13px}#content-regions td{white-space:inherit}.dataTable ul li{list-style:none;margin:0 !important}a.active{background:none}table a.active{background:none}.dataTable>thead>tr>th{width:initial}.dataTable>tbody>tr>td{font-size:12px;padding:6px 8px}
/*# sourceMappingURL=submission.css.map */

.modal {
    position: fixed;
    top: 40px;
    width: 76%;
    display: block;
    z-index: 1050;
    margin: auto;
    background: white;
    min-height: 30%;
    max-height: 75%;
    left: 7%;
    right: 7%;
    overflow: auto;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: transparent;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
    z-index: 1001;
}

.greyout {
    background: rgb(0, 0, 0);
    background: transparent;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    z-index: 100001;
}

.flush--top {
    margin-top: 0;
    overflow: scroll;
}

.paginator {
    width: 912px;
    margin: 10px auto 10px auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pageInfo {
    border: #b3b3b3 solid 1px;
    width: 90px;
    padding: 3px;
    text-align: center;
    margin: auto;
}

.nextPage {
    text-align: right;
    width: 25%;
    float: left;
    color: #808080;
    background: url("../png/pagination-right.png") no-repeat;

}

.previousPage {
    text-align: left;
    width: 25%;
    float: left;
    color: #808080;
    background: url("../png/pagination-left.png") no-repeat;
}

.red {
    color: red;
}

.table {
    width: 100%;
    margin: 0 auto 10px auto;
    overflow: auto;
}

body {
    width: 100%;
    font-size: 13px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.full-width {
    width: 100% !important;
}

.table-component {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.table {
    /*border-left: #cececf solid 1px;*/
    border-bottom: #cececf solid 1px;
    height: auto;
    margin: 0 auto 30px;
}

.dataTable {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

.dataTable>thead>tr>th {
    background: #5c666f;
    text-align: left;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    padding: 3px 10px 0;
    height: 35px;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

.dataTable>tbody>tr>td {
    border-top: #ececec solid 1px;
    text-align: center;
    font-size: 13px;
    color: #666;
    padding: 3px 8px 0;
    height: 35px;
    width: auto;
}

.dataTable>tbody>tr:hover {
    background: #dedede;
}

.dataTable>thead>tr>th>a {
    color: #FFF;
    text-decoration: none;
}

.dataTables_wrapper .chosen-container .chosen-single {
    border-radius: 0;
    background: #fff;
    border-color: #cecece;
    height: 30px;
    box-shadow: none;
    line-height: 24px;
}

.dataTables_wrapper .chosen-container .chosen-single:hover {
    text-decoration: none;
}

.dataTables_wrapper .chosen-container .chosen-drop .chosen-results li {
    font-size: 13px;
    margin-left: 0;
    padding-bottom: 4px;
    list-style: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .ellipsis {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #ccc !important;
    border-right: none!important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis{
    padding: 0.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next{
    border-right: 1px solid #ccc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    background: none;
    color: #ccc!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #e4effa;
    color: #3b5998!important;
    text-decoration: none!important;
}

.topBox {
    margin: 0 auto 10px;
    padding: 9px;
    border: #cececf solid 1px;
    background: #fff;
}

.topBox-item {
    width: auto;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.searchBox-input {
    border: none;
    font-weight: normal;
    font-size: 13px !important;
    color: #666 !important;
    background: none;
    height: 25px;
    padding: 5px 5px 0 10px;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.selectBox {
    border: #cececf solid 1px;
    background: #fafafa;
}

.select {
    border: none;
    font-weight: normal;
    font-size: 13px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
    padding: 0 10px;
    background: none;
    width: 100%;
    outline: none;
}

.select:focus {
    box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 143, 255, 1)
}

.addButton-icon {
    float: right;
    width: 20px;
    height: 26px;
    margin: 7px 7px 0;
    background: url(../png/add-generic-icon.png) no-repeat;
}

.tag-container {
    margin: 0 auto 8px;
    overflow: auto;
    -webkit-animation: fadeOut 500ms;
    -moz-animation: fadeOut 500ms;
    animation: fadeOut 500ms;
}

.tag-box {
    float: left;
    height: 26px;
    margin: 0 10px 6px 0;
    padding: 0;
    font-size: 12px;
    color: #999;
}

.tag-text {
    height: 24px;
    float: left;
    padding: 2px 5px 0;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-remove-icon {
    width: 24px;
    height: 24px;
    float: left;
    padding: 1px 0 0;
    background: url(../png/delete-small.png) no-repeat;
}


.both {
    background: url('../png/sort_both.png') no-repeat;
}

.active-asc {
    background: url('../png/sort_asc.png');
}

.active-desc {
    background: url('../png/sort_desc.png');
}

.table-component {
    overflow: auto;
}

.dataTable>tbody>tr>td {
    height: auto;
    word-break: break-all;
    padding: 7px 0 7px 10px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align: left;
}

.dataTable>tbody>tr:hover {
    background: #efefef;
}

.dataTable>thead>tr {
    background: #fafafa;
    border: solid #333 1px;
    cursor: pointer;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dataTable>thead>tr>a {
    text-decoration: none;
}

.dataTable>tbody>tr {
    background: #fafafa;
    border-left: solid #cececf 1px;
    border-right: solid #cececf 1px;
    border-bottom: solid #cececf 1px;
}

.sortIcon {
    padding: 7px 7px 7px 7px;
    font-weight: normal;
    color: #BEBBBB;
    text-align: left;
    display: inline-block;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    vertical-align: middle;
}

.table-component .table {
    margin: 0;
    border-bottom: #1c1c1c solid 3px;
}

.inputBox {
    background: #fafafa;
}

.searchBox-input {
    border: none;
    font-weight: normal;
    font-size: 13px !important;
    color: #666 !important;
    background: none;
    height: 25px;
    padding: 5px 5px 0 10px;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.inputBox>div>input {
    border: none;
    font-weight: normal;
    font-size: 13px !important;
    color: #666 !important;
    background: none;
    height: 100%;
    padding: 0px 5px 0 10px;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: #cececf solid 1px;
}

.inputBox>div>input:focus {
    box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    border: 1px solid rgba(63, 171, 255, 0.77);
}

.search>div>input {
    background: url('../png/search-generic-icon.png') no-repeat;
    width: 160px;
    background-position: right 5px center;
    height: 35px;
    padding-right: 30px;
}

.search>div>input:focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    border: 1px solid rgba(63, 171, 255, 0.77);
}

.ns-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 1px 15px;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    width: 100px;
    color: #eee;
    background-color: #333;
    outline: none;
}

.ns-button:hover {
    background: #666;
}

.ns-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    border: 1px solid rgba(63, 171, 255, 0.77);
}

.paginationbox {
    width: 410px;
    height: 25px;
    margin: 20px auto;
    text-align: center;
}

.paginationbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.paginationbox ul li a {
    min-width: 25px;
    height: 23px;
    line-height: 23px;
    float: left;
    padding: 2px;
    text-decoration: none !important;
}

.paginationbox li {
    float: left;
    padding: 0px;
    list-style: none !important;
    border: solid #cececf 1px;
    margin-left: 5px !important;
    line-height: 1.5 !important;
}

.paginationbox ul:first-child {
    margin: 0;
}

.paginationbox li a {
    background: #fafafa;
    color: #999;
    display: block;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 2px 0 0;
}

.paginationbox li a:hover {
    background: #eee;
    text-decoration: none;
}


.paginationbox li.jump a {
    background: #333;
    color: #eee;
}

.dataTable .active {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

li a.active {
    color: #000000;
}

.paginationbox li a.disabled:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #fafafa;
}

.paginationbox li a.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/*scrollnav*/

/*.table-component>.nav{*/
/*position: absolute;*/
/*top:260px;*/
/*}*/

.nav-img {
    height: 60px;
}

.table-heading {
    font: 300 28px 'Open Sans', sans-serif;
    color: #666;
    text-transform: capitalize;
    padding: 20px 0 0;
    overflow: hidden;
    float: left;
}

.table-heading-box {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    margin: 20px 70px;
    padding-bottom: 10px;
    position: relative;
}

.table-heading-box::before,
.table-heading-box::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #e8e8e8;
    width: 80px;
    bottom: -1px;
}

.table-heading-box::before {
    left: -70px;
}

.table-heading-box::after {
    right: -70px;
}

.primary-col-wrapper .table-heading-box {
    margin: 0 3px 20px 3px;
    height: 40px;
}

.primary-col-wrapper .table-heading {
    padding-top: 0;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdn.codechef.com/misc/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://cdn.codechef.com/misc/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('https://cdn.codechef.com/misc/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('https://cdn.codechef.com/misc/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('https://cdn.codechef.com/misc/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

.cc-comments-section{
    font-size: 12px;
}

.cc-comments-section a:hover{
    color: #666!important;
}

.cc-comments-section li {
    padding-left: 0px;
    list-style: none;
}

.cc-comments-section .retry-banner {
    text-align: center;
    background: #f4f4f4;
    width: 38%;
    margin-left: 33%;
    padding: 0.5rem;
    position: relative;
    top: -3.2rem;
    display: inline;
    border: 1px solid grey;
    font-size: 12px;
    margin-top: -5px;
}

.cc-comments-section .retry-banner a {
    cursor: pointer;
}

.cc-comments-section {
    font-family: "Arial", Helvetica, sans-serif;
    padding: 3rem;
}

.cc-comments-section .cc-comments-title {
    color: #808080;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0 0 5px 0;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid;
}

.cc-comments-section .cc-comments-title .fa {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms;
}

.cc-comments-section .cc-comments-title .fa.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.cc-comment-level-1, .cc-comment-level-2 {
    clear: both;
}

.cc-comment-level-1 {
    border-bottom: 0.1rem solid #ccc;
}

.cc-comment-level-1:last-child {
    border-bottom-style: dotted;
}

.cc-comment-level-1 .cc-new-comment-container {
    margin-top: 12px;
    margin-left: 8.5%;
    margin-bottom: 12px;
}

.cc-comment-level-1 .cc-new-comment-container .cc-edit-comment-container {
    margin-top: 1rem;
    padding-right: 0;
}

.cc-avatar {
    width: 5rem;
    margin: 0.2rem;
    border: 1px solid #C3C1C1;
}

.cc-avatar{
    float: left;
}

.cc-comment-details{
    padding: 10px;
}

.cc-comment-details p {
    color: #666666;
    font-size: 12px;
    margin-bottom: 0;
}

.cc-comment-details header h4, .cc-comment-details header p {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
}

.cc-comment-details header .comment-datetime {
    color: #adadad;
    cursor: pointer;
    margin: 0 15px;
    font-size: 12px;
}

.clearfix:before, .clearfix:after {
    content: "";
    clear: both;
    display: block;
    min-height: 0rem;
}

.comment-author a {
    font-size: 13px;
    text-decoration: none;
}

.cc-new-comment-left,
.cc-new-comment-right {
    float: left;
}

.cc-new-comment-left {
    width: 68%;
}

.cc-new-comment-right {
    width: 30%;
    padding: 0 1rem;
    box-sizing: border-box;
}

.cc-comment-instructions {
    padding-left: 15px;
    color: #999;
    font-size: 12px;
    font-family: "Arial", Helvetica, sans-serif;
    margin: 0 0 3.2rem;
}

.cc-comment-instructions a {
    cursor: pointer;
    font-weight: bold;
}

.comment-create-new {
    resize: none;
    font-size: 12px;
    border: 0.1rem solid #ccc;
    width: 100%;
    min-height: 7rem;
    box-sizing: border-box;
    outline-width: 1px;
}

.cc-new-comment-container {
    margin: 0.5rem auto;
}

.ns-button, .post-button {
    float: right;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 2px!important;
    display: inline-block;
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-left: 20px;
    font-size: 12px;
    background: #3b5998;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
    color: #fff;
    transition: all 0.15s ease-out;
}

.ns-button:hover, .post-button:hover{
    background: #2a6fc3;
}

.cc-readmore {
    color: #3b5998;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.cc-edit-comment-container {
    text-align: left;
    margin: 15px 0;
}

.cc-edit-comment-container a {
    color: #3b5998;
    cursor: pointer;
    font-size: 12px;
    margin: 0 0.5rem 0 15px;
}

.cc-edit-comment-container a .fa {
    padding: 0 0.5rem;
}

/*# sourceMappingURL=comment.css.map */
.cc-comment-unpublished {
    background-color: #FFF8F8 !important;
}

.cc-comment-important {
    background-color: rgb(253, 255, 212);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-box {
    border-bottom: 0.1rem solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

i.active{
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fa-caret-right{
    color: #808080;
    font-size: 15px;
}

.cc-comments-section .preview-container {
    border: 1px solid #eee;
    padding: 0px;
    margin-top: 0.5rem;
    min-height: 8rem;
}

.cc-comments-section .preview-header, .cc-comments-section .preview-header a {
    font-weight: bold;
    background: #3b5998;
    width: 100%;
    color: white;
    padding: 1rem;
}

.cc-comments-section .preview-header a {
    cursor: pointer;
}

.cc-comments-section .preview-body {
    padding: 1rem;
}

.cc-comments-section .preview-button-top {
    float: left;
    margin-top: 11px;
    padding: 7px;
    cursor: pointer;
}

.cc-comments-section .cc-without-image {
    margin-left: 7%;
}

.cc-comments-section .cc-comment-details-margin-push {
    margin-left: 7%;
}
#problem-comments .cc-comments-section{
    padding: 3rem 0;
}
:root {
    font-size: 62.5%;
}

* {
    -webkit-box-sizing: border-box;
    /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;
    /* Firefox 1 - 28 */
    box-sizing: border-box;
    /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

.ccl-border {
    border: 1px solid #cecece;
}

.ccl-border-bottom {
    border-bottom: 1px solid #cecece;
}

.ccl-border-right {
    border-right: 1px solid #cecece;
}

.ccl-font-h1 {
    font-size: 2.4rem;
    color: #5c5c5c;
    line-height: 3.4rem;
}

.ccl-font-h2 {
    font-size: 1.4rem;
    color: #757575;
    line-height: 3.2rem;
}

.ccl-font-h3 {
    font-size: 1.8rem;
    color: #757575;
    line-height: 2.8rem;
}

.ccl-font-h4 {
    font-size: 1.6rem;
    color: #4f4f4f;
    line-height: 2.6rem;
}

.ccl-font-p {
    font-size: 1.4rem;
    color: #4f4f4f;
    line-height: 2.4rem;
}

.ccl-font-s {
    font-size: 1.4rem;
    color: #5c5c5c;
    line-height: 2.3rem;
}

.ccl-font-bold {
    font-weight: bold;
}

.ccl-font-italic {
    font-style: italic;
}

.ccl-align-c {
    text-align: center;
}

.ccl-align-l {
    text-align: left;
}

.ccl-align-r {
    text-align: right;
}

.ccl-width-100 {
    width: 100%;
}

.ccl-margin-auto {
    margin: 0 auto;
}

.ccl-margin-ss {
    margin: 0 0 0.4rem;
}


.ccl-margin-s {
    margin: 0 0 1.3rem;
}

.ccl-margin-sm {
    margin: 0 0 1.5rem;
}

.ccl-margin-m {
    margin: 0 0 1.5rem;
}

.ccl-margin-b {
    margin: 0 0 3rem;
}

.ccl-margin-l {
    margin: 0 0 5rem;
}

.ccl-padding-s {
    padding: 0 0 0.5rem;
}

.ccl-padding-m {
    padding: 0 0 2rem;
}

.ccl-padding-b {
    padding: 0 0 3rem;
}

.ccl-padding-l {
    padding: 0 0 5rem;
}

.ccl-display-block {
    display: block !important;
}

.ccl-display-inblock {
    display: inline-block !important;
}

.ccl-display-inline {
    display: inline !important;
}

.ccl-float-left {
    float: left;
}

.ccl-float-right {
    float: right;
}

.ccl-clearfix:after,
.ccl-clearfix:before {
    content: "";
    display: block;
    height: 0;
}

.ccl-clearfix:after {
    clear: both;
}

.ccl-width-35 {
    width: 35%;
}

.ccl-width-48 {
    width: 48%;
}

.ccl-width-50 {
    width: 50%;
}

.ccl-width-72 {
    width: 72%;
}

.ccl-su-outline-top {
    width: 35%;
    margin: 0 auto;
    padding: 4rem 0 1rem;
}

.ccl-su-outline-left {
    width: 50%;
    margin: 0 auto;
    padding: 2rem 4rem 2rem;
}

.ccl-su-outline-right {
    width: 50%;
    padding: 2rem 4rem 2rem;
    margin: 0 auto;
}

.ccl-su-border-rel {
    position: relative;
}

.ccl-su-border-rel:after {
    content: "";
    border-right: 1px solid #cecece;
    position: absolute;
    top: 10%;
    bottom: 12%;
    left: 100%;
}

.ccl-f-form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.ccl-f-placeholder::-webkit-input-placeholder {
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

.ccl-f-placeholder::-moz-placeholder {
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

.ccl-f-placeholder:-moz-placeholder {
    /* Older versions of Firefox */
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

.ccl-f-placeholder:-ms-input-placeholder {
    color: #8f8f8f;
    font-style: italic;
    font-size: 1.4rem;
}

label,
input,
select,
option {
    margin: 0;
    padding: 0;
}

.ccl-f-input[type=text],
.ccl-f-input[type=password],
.ccl-f-input[type=email],
.ccl-f-input[type=submit],
.ccl-f-input[type=password],
textarea.ccl-f-input,
.ccl-f-select {
 border: 1px solid #cecece;
}

.ccl-f-input {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: .8rem 1rem;
}

.ccl-f-select {
    padding: .6rem 1rem;
}

/*.ccl-f-input[type="submit"] {
    padding: .8rem 1rem;
    background-color: #357aaa;
    cursor: pointer;
    color: white;
    width: 45%;
    }*/

    .ccl-f-input[type="submit"]{
      font-size: 14px;
      padding: 11px 20px;
      background: #4a90e2;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
      color: #fff;
      border-radius: 2px;
      text-decoration: none;
      transition: background 0.2s ease-in;
      font-weight: normal;
      border: none;
  }
  .ccl-f-input[type="submit"]:hover, .ccl-f-input[type="submit"]:focus{
      background: #2a6fc3;
      text-decoration: none;
      color: #fff;
      cursor: pointer;
  }

  .ccl-f-input[type="submit"]:focus{
    padding: 11px 20px!important;
    border-left: none;
}

.ccl-f-label-checkbox {
    font-size: 1.2rem;
    padding-left: .5rem;
    font-style: italic;
    display:block !important;
}

.ccl-f-label-checkbox a{
    text-decoration: underline;
    font-style: italic;
    color: #4a90e2;
}

.ccl-f-label-checkbox a:hover{
    text-decoration: none;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type="radio"] {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.ccl-f-radio-pad-l {
    padding-left: 8%;
}

.ccl-f-radio-pad {
    padding-left: 1rem;
}

.ccl-su-img-social-diconnect {
    -webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%);
    -o-filter: grayscale(95%);
    -ms-filter: grayscale(95%);
    filter: grayscale(95%);
}

.ccl-su-img-social-connect {
    -webkit-filter: grayscale(35%);
    -moz-filter: grayscale(35%);
    -o-filter: grayscale(35%);
    -ms-filter: grayscale(35%);
    filter: grayscale(35%);
}

.ccl-su-img-social:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ccl-su-img-captcha {
    width: 65%;
    height: 60px;
    vertical-align: top;
    background-color: #d3d3d3;
}

.ccl-su-captcha-span input[type="text"]:first-child {
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

.ccl-su-help-position {
    width: 100%;
    position: absolute;
    left: 130%;
    top: -1.5rem;
    border-top: 1px solid #4a90e2;
}

.ccl-su-help-position-u {
    width: 100%;
    position: absolute;
    /*top: 11.7rem;*/
    left: 130%;
}

.ccl-su-help-position-n {
    width: 100%;
    position: absolute;
    /*top: 7rem;*/
    left: 130%;
}

.ccl-su-help-position-e {
    width: 100%;
    position: absolute;
    /*top: 2.3rem;*/
    left: 130%;
}

.ccl-su-help-position-ce {
    width: 100%;
    position: absolute;
    /*top: -2.4rem;*/
    left: 130%;
}

.ccl-su-help-position-c {
    width: 76.5%;
    position: absolute;
    /*top: 13.7rem;*/
    left: 112%;
}

.ccl-su-help {
    background-color: #fafafa;
    padding: 2rem;
}

.ccl-su-help ul li{
    line-height: 1.4;
    padding-bottom: 0;
}

.ccl-su-help div{
    line-height: 1.4;
}

.ccl-su-position-rel {
    position: relative;
}

.ccl-su-val-message {
    width: 3rem;
    position: absolute;
    top: 0;
    left: 100%;
}

.ccl-su-val-img {
    width: 70%;
    padding-top: .7rem;
}

.ccl-su-user-image {
    display: block;
    width: 25%;
    margin: 0 auto;
}

.ccl-su-error-box {
    margin: 1rem auto;
    font-size: 1.3rem;
    padding: 1.3rem 2.5rem 1.3rem 1.3rem;
    border: 1px solid red;
    display: none;
}

.ccl-su-error-position {
    position: absolute;
    top: .8rem;
    left: 93%;
}

.ccl-su-error-img {
    width: 70%;
}

.ccl-ns-content {
    width: 962px;
    font-size: 13px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 100px;
}

.generic-dialog-box .content{
    margin:15px;
}

.generic-dialog-box .ccl-content {
    min-height: 600px;
}

.ccl-su-disable {
    position: absolute;
    width: 100%;
    z-index: 1001;
    opacity: 0.3;
    background: grey;
    top: 0;
    /*right: -1px;*/
    /*top: -2rem;*/
    height: 100%;
    display: none;
}

.ccl-f-input:focus {
    outline: none;
    border-left: 3px solid #4a90e2;
    padding: 0.8rem;
}

.ccl-f-radio-pad-l.error {
    border: 1px solid rgba(255, 63, 63, 1) !important;
    box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    -moz-box-shadow: 0 0 5px rgba(255, 0, 10, 1);
    border-radius: 10px;
}

.ccl-f-input.error, .form-item textarea.error, .form-item select.error {
    box-shadow: 0 0 3px rgba(255,0,10,1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 10, 0.69);
    -moz-box-shadow: 0 0 3px rgba(255,0,10,1);
    border: 1px solid rgba(231, 76, 76, 0.73) !important;
    outline: none;
    background-image: url(https://s3.amazonaws.com/codechef_shared/sites/all/themes/abessive/images/icon-x.svg)!important;
    background-repeat: no-repeat!important;
    background-position: 96% 9px!important;
    padding-right: 43px;
    background-size: 12px!important;
}

.ccl-f-input.correct, .form-item textarea.correct, .form-item select.correct {
    box-shadow: 0 0 5px rgba(34, 163, 25, 0.34);
    -webkit-box-shadow: 0 0 5px rgba(34, 163, 25, 0.34);
    -moz-box-shadow: 0 0 5px rgba(34, 163, 25, 0.34);
    border: 1px solid rgba(34, 163, 25, 0.34);
    outline: none;
    background-image: url(https://s3.amazonaws.com/codechef_shared/sites/all/themes/abessive/images/icon-check.svg)!important;
    background-repeat: no-repeat!important;
    background-position: 96% 9px!important;
    padding-right: 43px;
    background-size: 15px!important;
}


/*old*/
.c4s_content-in-new {
    background: #fff;
}

.description {
    display: none;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px;
}

div[cc-forms] .form-item {
    margin-bottom:0;
    margin-top:0;
}

/*chosen*/
.chosen-container {
    background: white !important;
    width: 100% !important;
}

.chosen-container .chosen-drop {
    box-shadow: none;
}

.chosen-container .chosen-results li {
    line-height: 13px;
    font-size: 12px;
}

.chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 0px;
    background: white;
    background-clip: padding-box;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li.highlighted {
    background: #EFEFEF none;
    color: #828282;
}

.chosen-container .chosen-drop {
    border: 1px solid rgb(213, 213, 213);
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: rgb(61, 61, 61);
}

.chosen-search > input:focus {
    box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 143, 255, 1);
}

.chosen-search > input:focus {
    border: 1px solid #D5D5D5;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 5px;
    background-image: none;
}

.chosen-container-single .chosen-single div b {
    background-position: 0px 5px;
}

.chosen-container {
    font-size: 12px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid rgb(213, 213, 213);;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    /*box-shadow: 0 1px 0 #fff inset;*/
}

.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 34px;
    font-size: 1.3rem;
}

/*jquery ui*/
.ui-widget {
    font-size: 1.4rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
}


/*upcoming contest*/
.generic-dialog-box .ccl-content {
    min-height: 600px;
}
.ccl ul,
.ccl li {
    padding: 0;
    margin: 0;
}
.ccl-ul-outline {
    margin-left: 2rem;
}
.ccl-button {
    padding: .8rem 1rem;
    background-color: #357aaa;
    cursor: pointer;
    color: white;
    width: 35%;
    font-size: 1.8rem;
}
.ccl-button:hover {
    background-color: #5c5c5c;
}
.ccl-mw-popup-background {
    opacity: 0.7;
    visibility: visible;
    position: fixed;
    outline: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    background-color: #424242;
}
.ccl-mw-popup-wrapper {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: auto;
    z-index: 2001;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
}
.ccl-mw-popup-contect {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    background: #fff;
    padding: 5rem 4rem 4rem;
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ccl-mw-bar {
    background-color: #757575;
    color: #ffffff;
    padding: .8rem;
    font-size: 1.4rem;
}
.ccl-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.ccl-position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ccl-position-rel {
    position: relative;
}

.ccl-border-right-white {
    border-right: 1px solid #ffffff;
}

.ccl-clearfix:after {
    clear: both;
}
.ccl-width-25 {
    width: 25%;
}
.ccl-width-35 {
    width: 35%;
}
.ccl-width-40 {
    width: 40%;
}
.ccl-width-48 {
    width: 48%;
}
.ccl-width-50 {
    width: 50%;
}
.ccl-width-72 {
    width: 72%;
}
.ccl-su-captcha-span>img{
    width: 80px;
    float: left;
}

div[cc-forms].error{
    border: 0;
    background: none;
}

div.error>.ccl-su-help > .ccl-font-s{
    color: rgb(247, 60, 60);
}

div.error>.ccl-su-help {
    background: rgba(255, 248, 248, 1);
}

.ccl-su-or-border{
    position: relative;
    top: -0.6rem;
}

.ccl-padding-left-b{
    padding-left: 4rem;
}

.ccl-padding-right-b{
    padding-right: 4rem;
}

.small-refresh-button {
    margin-left: 10px;
    background: #fff;
    border: none;
    padding: 0 8px;
    width: 34px;
    height: 34px;
    color: #888;
    transition: all 300ms;
    vertical-align: middle;
    outline: none;
}

#edit-code-of-conduct-wrapper>label>div.ccl-su-help-position{
    top: -4rem;
}

.pac-container {
    z-index: 10000 !important;
}

div[cc-forms] label {
    display : none;
}
.ccl-verification-edit-form-link{
    cursor: pointer;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 0.8em;
    display: inline-block;
}

.chosen-container-active > .chosen-single{
    outline: none;
    border-left: 3px solid #4a90e2;
    padding-left: 6px;
}

div[cc-forms] legend{
    font-size: 16px;
    color: #636262;
    margin-top: 5.5rem;
    float: left;
}

/*new css for only bottom-border*/
.chosen-container .chosen-results li.active-result, .form-radios, .chosen-container-single .chosen-single span{
    text-align: left;
}
.form-radios .form-item{
    margin-right: 10px;
}

/*for new design*/

div.error>.ccl-su-help {
    background: rgba(255, 248, 248, 1);
    border-top: 1px solid #E91E63;
    padding: 1rem;
    /*margin: 0;*/
    text-overflow: ellipsis;
}
.ccl-su-help-position{
    top: 0rem;
}

.ccl-font-s{
    font-size: 1.2rem;
    color: #5c5c5c;
    line-height: 2rem;
}

.form-radios {
    height: 3.4rem;
    padding-top: 0.5rem;
}

.form-item > input {
    margin-left: 0;
}

.ccl-su-help-position {
    width: 100%;
    position: inherit;
    left: 0;
    top: 0;
}

.ccl-su-help {
    padding: 0.5rem;
    background: none;
}

.ccl-su-help > .ccl-font-s {
    font-size: 1.2rem;
    color: #5c5c5c;
    line-height: 1.5rem;
    padding-top: 0.5rem;
}

.form-radios>.form-item {
    display: block !important;
}

.form-radios {
    padding: 0;
}

input[type='radio']{
    margin: 0.6rem;
}

.ccl-f-radio-pad-l{
    padding:0;
}

div[cc-forms].error{
    padding: 0.5rem;
    margin-top: 1rem;
    font-style: italic;
    background: none;
    font-size: 1.2rem;
    color: #5c5c5c;
    line-height: 1.5rem;
}

#edit-new-user-institution-wrapper, #edit-user-institution-wrapper, #edit-user-organisation-wrapper, #edit-user-work-exp-wrapper,
#edit-user-graduation-year-wrapper {
    display: none;
}

.generic-dialog-box .ns-button:hover{
    background: none;
}

/*modal*/
.generic-dialog-box .content{
    max-height: inherit;
    margin-bottom: 0;
}

/*overlay8*/
.ccl-su-disable {
    width: 101%;
    opacity: 0.3;
    top: 0;
    right: -1px;
    top: -2rem;
    height: 110%;
}
/* jQuery Growl
 * Copyright 2013 Kevin Sylvestre
 * 1.2.4
 */
#growls {
  z-index: 50000;
  position: fixed; }
  #growls.default {
    top: 30px;
    right: 10px; }
  #growls.tl {
    top: 10px;
    left: 10px; }
  #growls.tr {
    top: 10px;
    right: 10px; }
  #growls.bl {
    bottom: 10px;
    left: 10px; }
  #growls.br {
    bottom: 10px;
    right: 10px; }
  #growls.tc {
    top: 10px;
    right: 10px;
    left: 10px; }
  #growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px; }
  #growls.tc .growl, #growls.bc .growl {
    margin-left: auto;
    margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
  .growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
  .growl.growl-default {
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    height: 65px;
    border-radius: 10px;
    min-width: 300px;
    width: auto;
    font-family:'Open Sans',sans-serif;
    text-shadow:1px 1px 3px #000;
    padding: 10px;
    box-shadow:0 0 15px -5px #000;
    transition:opacity .3s ease-out,top .3s ease-out,right .3s ease-out;
    }
  .growl.growl-error {
    color: #FFF;
    background: #C0392B; }
  .growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {
    font-size: 14px;
    }
  .growl .growl-message {
    font-size: 12px;
}

@font-face {
    font-family: octicons-anchor;
    src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAYcAA0AAAAACjQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca8vGTk9TLzIAAAFMAAAARAAAAFZG1VHVY21hcAAAAZAAAAA+AAABQgAP9AdjdnQgAAAB0AAAAAQAAAAEACICiGdhc3AAAAHUAAAACAAAAAj//wADZ2x5ZgAAAdwAAADRAAABEKyikaNoZWFkAAACsAAAAC0AAAA2AtXoA2hoZWEAAALgAAAAHAAAACQHngNFaG10eAAAAvwAAAAQAAAAEAwAACJsb2NhAAADDAAAAAoAAAAKALIAVG1heHAAAAMYAAAAHwAAACABEAB2bmFtZQAAAzgAAALBAAAFu3I9x/Nwb3N0AAAF/AAAAB0AAAAvaoFvbwAAAAEAAAAAzBdyYwAAAADP2IQvAAAAAM/bz7t4nGNgZGFgnMDAysDB1Ml0hoGBoR9CM75mMGLkYGBgYmBlZsAKAtJcUxgcPsR8iGF2+O/AEMPsznAYKMwIkgMA5REMOXicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+h5j//yEk/3KoSgZGNgYYk4GRCUgwMaACRoZhDwCs7QgGAAAAIgKIAAAAAf//AAJ4nHWMMQrCQBBF/0zWrCCIKUQsTDCL2EXMohYGSSmorScInsRGL2DOYJe0Ntp7BK+gJ1BxF1stZvjz/v8DRghQzEc4kIgKwiAppcA9LtzKLSkdNhKFY3HF4lK69ExKslx7Xa+vPRVS43G98vG1DnkDMIBUgFN0MDXflU8tbaZOUkXUH0+U27RoRpOIyCKjbMCVejwypzJJG4jIwb43rfl6wbwanocrJm9XFYfskuVC5K/TPyczNU7b84CXcbxks1Un6H6tLH9vf2LRnn8Ax7A5WQAAAHicY2BkYGAA4teL1+yI57f5ysDNwgAC529f0kOmWRiYVgEpDgYmEA8AUzEKsQAAAHicY2BkYGB2+O/AEMPCAAJAkpEBFbAAADgKAe0EAAAiAAAAAAQAAAAEAAAAAAAAKgAqACoAiAAAeJxjYGRgYGBhsGFgYgABEMkFhAwM/xn0QAIAD6YBhwB4nI1Ty07cMBS9QwKlQapQW3VXySvEqDCZGbGaHULiIQ1FKgjWMxknMfLEke2A+IJu+wntrt/QbVf9gG75jK577Lg8K1qQPCfnnnt8fX1NRC/pmjrk/zprC+8D7tBy9DHgBXoWfQ44Av8t4Bj4Z8CLtBL9CniJluPXASf0Lm4CXqFX8Q84dOLnMB17N4c7tBo1AS/Qi+hTwBH4rwHHwN8DXqQ30XXAS7QaLwSc0Gn8NuAVWou/gFmnjLrEaEh9GmDdDGgL3B4JsrRPDU2hTOiMSuJUIdKQQayiAth69r6akSSFqIJuA19TrzCIaY8sIoxyrNIrL//pw7A2iMygkX5vDj+G+kuoLdX4GlGK/8Lnlz6/h9MpmoO9rafrz7ILXEHHaAx95s9lsI7AHNMBWEZHULnfAXwG9/ZqdzLI08iuwRloXE8kfhXYAvE23+23DU3t626rbs8/8adv+9DWknsHp3E17oCf+Z48rvEQNZ78paYM38qfk3v/u3l3u3GXN2Dmvmvpf1Srwk3pB/VSsp512bA/GG5i2WJ7wu430yQ5K3nFGiOqgtmSB5pJVSizwaacmUZzZhXLlZTq8qGGFY2YcSkqbth6aW1tRmlaCFs2016m5qn36SbJrqosG4uMV4aP2PHBmB3tjtmgN2izkGQyLWprekbIntJFing32a5rKWCN/SdSoga45EJykyQ7asZvHQ8PTm6cslIpwyeyjbVltNikc2HTR7YKh9LBl9DADC0U/jLcBZDKrMhUBfQBvXRzLtFtjU9eNHKin0x5InTqb8lNpfKv1s1xHzTXRqgKzek/mb7nB8RZTCDhGEX3kK/8Q75AmUM/eLkfA+0Hi908Kx4eNsMgudg5GLdRD7a84npi+YxNr5i5KIbW5izXas7cHXIMAau1OueZhfj+cOcP3P8MNIWLyYOBuxL6DRylJ4cAAAB4nGNgYoAALjDJyIAOWMCiTIxMLDmZedkABtIBygAAAA==) format('woff');
}

.markdown-body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
    font-size: 12px;
    line-height: 1;
    word-wrap: break-word;
}

.markdown-body a {
    background-color: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
    outline: 0;
}

.markdown-body strong {
    font-weight: bold;
}

.markdown-body h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.markdown-body img {
    border: 0;
}

.markdown-body hr {
    box-sizing: content-box;
    height: 0;
}

.markdown-body pre {
    overflow: auto;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.markdown-body input {
    color: inherit;
    font: inherit;
    margin: 0;
}

.markdown-body html input[disabled] {
    cursor: default;
}

.markdown-body input {
    line-height: normal;
}

.markdown-body input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.markdown-body table {
    border-collapse: collapse;
    border-spacing: 0;
}

.markdown-body td,
.markdown-body th {
    padding: 0;
}

.markdown-body * {
    box-sizing: border-box;
}

.markdown-body input {
    font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.markdown-body a {
    color: #4078c0;
    text-decoration: none;
}

.markdown-body a:hover,
.markdown-body a:active {
    text-decoration: underline;
}

.markdown-body hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.markdown-body hr:before {
    display: table;
    content: "";
}

.markdown-body hr:after {
    display: table;
    clear: both;
    content: "";
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.1;
}

.markdown-body h1 {
    font-size: 30px;
}

.markdown-body h2 {
    font-size: 21px;
}

.markdown-body h3 {
    font-size: 16px;
}

.markdown-body h4 {
    font-size: 14px;
}

.markdown-body h5 {
    font-size: 12px;
}

.markdown-body h6 {
    font-size: 11px;
}

.markdown-body blockquote {
    margin: 0;
}

.markdown-body ul,
.markdown-body ol {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
    list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
    list-style-type: lower-alpha;
}

.markdown-body dd {
    margin-left: 0;
}

.markdown-body code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

.markdown-body pre {
    margin-top: 0;
    margin-bottom: 0;
    font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body .select::-ms-expand {
    opacity: 0;
}

.markdown-body .octicon {
    font: normal normal normal 16px/1 octicons-anchor;
    display: inline-block;
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.markdown-body .octicon-link:before {
    content: '\f05c';
}

.markdown-body>*:first-child {
    margin-top: 0 !important;
}

.markdown-body>*:last-child {
    margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.markdown-body .anchor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-right: 6px;
    padding-left: 30px;
    margin-left: -30px;
}

.markdown-body .anchor:focus {
    outline: none;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    position: relative;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
    display: none;
    color: #000;
    vertical-align: middle;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
    padding-left: 8px;
    margin-left: -30px;
    text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
    display: inline-block;
}

.markdown-body h1 {
    padding-bottom: 0.3em;
    font-size: 1.25em;
    line-height: 1.2;
    border-bottom: 1px solid #eee;
}

.markdown-body h1 .anchor {
    line-height: 1;
}

.markdown-body h2 {
    padding-bottom: 0.3em;
    font-size: 1.2em;
    line-height: 1.225;
    border-bottom: 1px solid #eee;
}

.markdown-body h2 .anchor {
    line-height: 1;
}

.markdown-body h3 {
    font-size: 1.1em;
    line-height: 1.43;
}

.markdown-body h3 .anchor {
    line-height: 1.2;
}

.markdown-body h4 {
    font-size: 1em;
}

.markdown-body h4 .anchor {
    line-height: 1.2;
}

.markdown-body h5 {
    font-size: 1em;
}

.markdown-body h5 .anchor {
    line-height: 1.1;
}

.markdown-body h6 {
    font-size: 1em;
    color: #777;
}

.markdown-body h6 .anchor {
    line-height: 1.1;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
    margin-top: 0;
    margin-bottom: 16px;
}

.markdown-body hr {
    height: 4px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
}

.markdown-body ul,
.markdown-body ol {
    padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
    margin-top: 0;
    margin-bottom: 0;
}

.markdown-body li>p {
    margin-top: 16px;
}

.markdown-body dl {
    padding: 0;
}

.markdown-body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

.markdown-body dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}

.markdown-body blockquote {
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd;
}

.markdown-body blockquote>:first-child {
    margin-top: 0;
}

.markdown-body blockquote>:last-child {
    margin-bottom: 0;
}

.markdown-body table {
    display: block;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
}

.markdown-body table th {
    font-weight: bold;
    color: rgb(51, 51, 51) !important;
    background: #fff !important;
}

.markdown-body table th,
.markdown-body table td {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

.markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.markdown-body table tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.markdown-body img {
    max-width: 100%;
    box-sizing: border-box;
}

.markdown-body code {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(0,0,0,0.04);
    border-radius: 3px;
}

.markdown-body code:before,
.markdown-body code:after {
    letter-spacing: -0.2em;
    content: "\00a0";
}

.markdown-body pre>code {
    padding: 0;
    margin: 0;
    font-size: 100%;
    word-break: normal;
    white-space: pre;
    background: transparent;
    border: 0;
}

.markdown-body .highlight {
    margin-bottom: 16px;
}

.markdown-body .highlight pre,
.markdown-body pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.markdown-body .highlight pre {
    margin-bottom: 0;
    word-break: normal;
}

.markdown-body pre {
    word-wrap: normal;
}

.markdown-body pre code {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
}

.markdown-body pre code:before,
.markdown-body pre code:after {
    content: normal;
}

.markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .pl-c {
    color: #969896;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
    color: #0086b3;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
    color: #795da3;
}

.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
    color: #333;
}

.markdown-body .pl-ent {
    color: #63a35c;
}

.markdown-body .pl-k {
    color: #a71d5d;
}

.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
    color: #183691;
}

.markdown-body .pl-v {
    color: #ed6a43;
}

.markdown-body .pl-id {
    color: #b52a1d;
}

.markdown-body .pl-ii {
    background-color: #b52a1d;
    color: #f8f8f8;
}

.markdown-body .pl-sr .pl-cce {
    color: #63a35c;
    font-weight: bold;
}

.markdown-body .pl-ml {
    color: #693a17;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
    color: #1d3e81;
    font-weight: bold;
}

.markdown-body .pl-mq {
    color: #008080;
}

.markdown-body .pl-mi {
    color: #333;
    font-style: italic;
}

.markdown-body .pl-mb {
    color: #333;
    font-weight: bold;
}

.markdown-body .pl-md {
    background-color: #ffecec;
    color: #bd2c00;
}

.markdown-body .pl-mi1 {
    background-color: #eaffea;
    color: #55a532;
}

.markdown-body .pl-mdr {
    color: #795da3;
    font-weight: bold;
}

.markdown-body .pl-mo {
    color: #1d3e81;
}

.markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .task-list-item {
    list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
    margin-top: 3px;
}

.markdown-body .task-list-item input {
    margin: 0 0.35em 0.25em -1.6em;
    vertical-align: middle;
}

.markdown-body :checked+.radio-label {
    z-index: 1;
    position: relative;
    border-color: #4078c0;
}

.mathjax-support pre {
    margin-left: -25px;
    padding-left: 25px;
}

/*! jQuery UI - v1.10.0 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("../gif/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(../png/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(../png/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(../png/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(../png/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(../png/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(../png/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(../png/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px;background-position:16px 16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../png/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../png/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../png/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../png/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../png/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../png/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../png/ui-icons_cd0a0a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../png/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../png/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
.global--announcement{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;letter-spacing:0;color:#4a4a4a;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;bottom:0;right:0;padding:2px 16px;z-index:999999999;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e9eef2;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}.global--announcement .global--announcement__content{color:inherit}.global--announcement .global--announcement__content p{color:#4a4a4a;font-size:12px;margin:0;font-family:"Open Sans",serif}.global--announcement .global--announcement__content a{color:inherit;text-decoration:underline;font-family:"Open Sans",serif}.global--announcement .global--announcement__action{color:inherit;margin-left:16px}.global--announcement .global--announcement__action button{border:1px solid #fff;padding:10px 15px;text-transform:capitalize;font-family:"Open Sans",serif;letter-spacing:1.2px;background:#2c84db;border-radius:5px;height:28px;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;width:100px;color:#fff !important;-webkit-box-shadow:none;box-shadow:none;margin:0;cursor:pointer;font-size:14px}.global--announcement .global--announcement__action button:hover{background:#0d61b5}.p0{padding:0 !important}.pl0{padding-left:0 !important}.pl5{padding-left:5px !important}.pl6{padding-left:6px !important}.pl40{padding-left:40px !important}.pr0{padding-right:0 !important}.pr5{padding-right:5px !important}.pr6{padding-right:6px !important}.pr40{padding-right:40px !important}.pt0{padding-top:0 !important}.pb0{padding-bottom:0 !important}.p10{padding:10px !important}.p15{padding:15px !important}.plr10{padding:0 10px !important}.plr15{padding:0 15px !important}.mt0{margin-top:0 !important}.ml-10{margin-left:-10px !important}.ml0{margin-left:0 !important}.ml45{margin-left:45px !important}.ml55{margin-left:55px !important}.mr0{margin-right:0 !important}.mb0{margin-bottom:0 !important}.mb5{margin-bottom:5px !important}.mb10{margin-bottom:10px !important}.mb20{margin-bottom:20px !important}.m10{margin:10px !important}.mt5{margin-top:5px !important}.mt10{margin-top:10px !important}.mt20{margin-top:20px !important}.fnone{float:none !important}.no-border{border:none !important}.text-10{font-size:10px !important}.text-13{font-size:13px !important}.text-22{font-size:22px !important}.full-width{width:100% !important}.full-width-1{width:99% !important}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}a.div-link{text-decoration:none;color:inherit}a.div-link span{cursor:pointer}a.div-link span:hover{text-decoration:none}.correct-div-box{display:none}.contest-div-head{font-weight:700 !important;font-size:20px !important;line-height:22px;margin-bottom:8px !important}.contest-div-main-card--bg{background:rgba(210,217,231,.2);padding:24px 24px}.contest-div-main-card--bg .contest-details-h6{font-size:14px !important;color:#4a4a4a;line-height:22px}.contest-div-card{padding-bottom:16px;padding-top:16px;border-top:1px solid #e4e8f1}.contest-div-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contest-div-row .contest-div-left-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contest-div-row .contest-div-left-row .contest-div-rating{margin-left:8px;font-weight:700}.contest-div-row .contest-div-left-row .contest-div-label-container{border-top-left-radius:2px;border-bottom-left-radius:2px;margin-right:10px}.contest-div-row .contest-div-left-row .contest-div-label-container .contest-div-label{font-size:13px;line-height:12px;padding:8px;background:#dce3ed;color:#4a4a4a;font-weight:600;position:relative}.contest-div-row .contest-div-left-row .contest-div-label-container .contest-div-label:after{content:"";position:absolute;bottom:0;right:-10px;width:0;height:0;border-style:solid;border-width:0 0 28px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #dce3ed}.contest-div-row .contest-div-right-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contest-div-row .contest-div-right-row .contest-div-btn__blue{border-radius:2px;background:#4b90e2;color:#fff;padding:3px 15px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.25);box-shadow:2px 2px 3px rgba(0,0,0,.25)}.contest-div-row .contest-div-right-row .contest-div-btn__blue:hover{background:#2a67b1;-webkit-box-shadow:none;box-shadow:none}.contest-div-row .contest-div-right-row .contest-div-btn__blue span{text-decoration:none !important}.contest-div-row .contest-div-right-row .contest-div-btn__no-color{background:#fff;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25) !important;box-shadow:0 1px 2px rgba(0,0,0,.25) !important;color:#2a67b1 !important;border:1px solid #2a67b1}.contest-div-row .contest-div-right-row .contest-div-btn__no-color:hover{background:#f0f7fe;border:1px solid #f0f7fe;color:#363636;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.15);box-shadow:0 2px 4px rgba(0,0,0,.15)}.contest-div-card_bg{background:rgba(210,217,231,.2);padding:8px 24px}.contest-div-card_bg>div:first-child,.contest-div-card_no-bg>div:first-child{border-top:0}.contest-div-card_no-bg{background:none;padding:8px 24px}.contest-div-more .contest-div-more__link{font-weight:600;font-size:14px;line-height:18px;color:#2a67b1;white-space:nowrap;text-decoration:none !important}.contest-div-more .contest-div-more__link .contest-div-more__icon{border-radius:50%;height:28px;width:28px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:4px;position:relative;background:rgba(90,134,220,.0823529412)}.contest-div-more:hover .contest-div-more__link{text-decoration:underline !important}.contest-div-more:hover .contest-div-more__icon{left:8px}.m-label-light__yellow{background:#f8e5b7;padding:4px 6px;margin-left:8px;line-height:16px;letter-spacing:.8px;border-radius:2px}.i-right-arrow-blue{background:url("https://cdn.codechef.com/images/icons/right-arrow-blue.svg");display:inline-block;width:14px;height:10px}.i-arrow-no-tail-blue{background:url("https://cdn.codechef.com/images/icons/arrow-no-tail-blue.svg");display:inline-block;width:18px;height:18px}.i-right-arrow-white-no-tail{background:url("https://cdn.codechef.com/images/icons/right-arrow-white-no-tail.svg");display:inline-block;width:18px;height:18px}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}button,.button{border-style:solid;border-width:0px;cursor:pointer;font-family:Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#008cba;border-color:#007095;color:#fff;-webkit-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#007095}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#b9b9b9}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#368a55}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#cf2a0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.warning,.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#cf6e0e}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{background-color:#61b6d9}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{color:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.75rem}button.radius,.button.radius{border-radius:3px}button.round,.button.round{border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#008cba;border-color:#007095;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#007095}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#008cba}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#b9b9b9}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e7e7e7}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#368a55}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#43ac6a}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#f04124;border-color:#cf2a0e;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#cf2a0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#f04124}button.disabled.warning,button[disabled].warning,.button.disabled.warning,.button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#cf6e0e}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{color:#fff}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#f08a24}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#61b6d9}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{color:#fff}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#a0d3e8}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width:40.063em){button,.button{display:inline-block}}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}button,.button{border-style:solid;border-width:0px;cursor:pointer;font-family:Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#008cba;border-color:#007095;color:#fff;-webkit-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#007095}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#b9b9b9}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#368a55}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#cf2a0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.warning,.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#cf6e0e}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{background-color:#61b6d9}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{color:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.75rem}button.radius,.button.radius{border-radius:3px}button.round,.button.round{border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#008cba;border-color:#007095;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#007095}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#008cba}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e7e7e7;border-color:#b9b9b9;color:#333;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#b9b9b9}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e7e7e7}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#368a55}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#43ac6a}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#f04124;border-color:#cf2a0e;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#cf2a0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#f04124}button.disabled.warning,button[disabled].warning,.button.disabled.warning,.button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#cf6e0e}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{color:#fff}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#f08a24}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;-webkit-box-shadow:none;box-shadow:none}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#61b6d9}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{color:#fff}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#a0d3e8}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width:40.063em){button,.button{display:inline-block}}form{margin:0 0 1rem}form .row .row{margin:0 -0.5rem}form .row .row .column,form .row .row .columns{padding:0 .5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:.5rem}label{font-size:.875rem;color:#4d4d4d;cursor:pointer;display:block;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none !important;text-align:right}label.inline{margin:0 0 1rem 0;padding:.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:.875rem;height:2.3125rem;line-height:2.3125rem}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;border-left:none;color:#333;border-color:#ccc}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea{-webkit-appearance:none;-webkit-border-radius:0px;background-color:#fff;font-family:inherit;border-style:solid;border-width:1px;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:rgba(0,0,0,.75);display:block;font-size:.875rem;margin:0 0 1rem 0;padding:.5rem;height:2.3125rem;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .45s ease-in-out,-webkit-box-shadow .45s;transition:border-color .45s ease-in-out,-webkit-box-shadow .45s;transition:box-shadow .45s,border-color .45s ease-in-out;transition:box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,textarea:focus{-webkit-box-shadow:0 0 5px #999;box-shadow:0 0 5px #999;border-color:#999}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}input[type=text]:disabled,input[type=password]:disabled,input[type=date]:disabled,input[type=datetime]:disabled,input[type=datetime-local]:disabled,input[type=month]:disabled,input[type=week]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=color]:disabled,textarea:disabled{background-color:#ddd;cursor:default}input[type=text][disabled],input[type=text][readonly],fieldset[disabled] input[type=text],input[type=password][disabled],input[type=password][readonly],fieldset[disabled] input[type=password],input[type=date][disabled],input[type=date][readonly],fieldset[disabled] input[type=date],input[type=datetime][disabled],input[type=datetime][readonly],fieldset[disabled] input[type=datetime],input[type=datetime-local][disabled],input[type=datetime-local][readonly],fieldset[disabled] input[type=datetime-local],input[type=month][disabled],input[type=month][readonly],fieldset[disabled] input[type=month],input[type=week][disabled],input[type=week][readonly],fieldset[disabled] input[type=week],input[type=email][disabled],input[type=email][readonly],fieldset[disabled] input[type=email],input[type=number][disabled],input[type=number][readonly],fieldset[disabled] input[type=number],input[type=search][disabled],input[type=search][readonly],fieldset[disabled] input[type=search],input[type=tel][disabled],input[type=tel][readonly],fieldset[disabled] input[type=tel],input[type=time][disabled],input[type=time][readonly],fieldset[disabled] input[type=time],input[type=url][disabled],input[type=url][readonly],fieldset[disabled] input[type=url],input[type=color][disabled],input[type=color][readonly],fieldset[disabled] input[type=color],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#ddd;cursor:default}input[type=text].radius,input[type=password].radius,input[type=date].radius,input[type=datetime].radius,input[type=datetime-local].radius,input[type=month].radius,input[type=week].radius,input[type=email].radius,input[type=number].radius,input[type=search].radius,input[type=tel].radius,input[type=time].radius,input[type=url].radius,input[type=color].radius,textarea.radius{border-radius:3px}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}input[type=submit]{-webkit-appearance:none;-webkit-border-radius:0px}textarea[rows]{height:auto}textarea{max-width:100%}select{-webkit-appearance:none !important;-webkit-border-radius:0px;background-color:#fafafa;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#ccc;padding:.5rem;font-size:.875rem;font-family:Arial,sans-serif;color:rgba(0,0,0,.75);line-height:normal;border-radius:0;height:2.3125rem}select::-ms-expand{display:none}select.radius{border-radius:3px}select:hover{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}input[type=file],input[type=checkbox],input[type=radio],select{margin:0 0 1rem 0}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type=file]{width:100%}fieldset{border:1px solid #ddd;padding:1.25rem;margin:1.125rem 0}fieldset legend{font-weight:bold;background:#fff;padding:0 .1875rem;margin:0;margin-left:-0.1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.error input,.error textarea,.error select{margin-bottom:0}.error input[type=checkbox],.error input[type=radio]{margin-bottom:1rem}.error label,.error label.error{color:#f04124}.error small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.error>label>small{color:#676767;background:rgba(0,0,0,0);padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#f04124}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:60.5rem}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin-left:-0.5625rem;margin-right:-0.5625rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.5625rem;padding-right:.5625rem;width:100%;float:left}[class*=column]+[class*=column]:last-child{float:right}[class*=column]+[class*=column].end{float:left}@media only screen{.small-push-0{position:relative;left:0%;right:auto}.small-pull-0{position:relative;right:0%;left:auto}.small-push-1{position:relative;left:8.3333333333%;right:auto}.small-pull-1{position:relative;right:8.3333333333%;left:auto}.small-push-2{position:relative;left:16.6666666667%;right:auto}.small-pull-2{position:relative;right:16.6666666667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.3333333333%;right:auto}.small-pull-4{position:relative;right:33.3333333333%;left:auto}.small-push-5{position:relative;left:41.6666666667%;right:auto}.small-pull-5{position:relative;right:41.6666666667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.3333333333%;right:auto}.small-pull-7{position:relative;right:58.3333333333%;left:auto}.small-push-8{position:relative;left:66.6666666667%;right:auto}.small-pull-8{position:relative;right:66.6666666667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.3333333333%;right:auto}.small-pull-10{position:relative;right:83.3333333333%;left:auto}.small-push-11{position:relative;left:91.6666666667%;right:auto}.small-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.5625rem;padding-right:.5625rem;float:left}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.3333333333% !important}.small-offset-2{margin-left:16.6666666667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.3333333333% !important}.small-offset-5{margin-left:41.6666666667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.3333333333% !important}.small-offset-8{margin-left:66.6666666667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.3333333333% !important}.small-offset-11{margin-left:91.6666666667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.3333333333%;right:auto}.medium-pull-1{position:relative;right:8.3333333333%;left:auto}.medium-push-2{position:relative;left:16.6666666667%;right:auto}.medium-pull-2{position:relative;right:16.6666666667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.3333333333%;right:auto}.medium-pull-4{position:relative;right:33.3333333333%;left:auto}.medium-push-5{position:relative;left:41.6666666667%;right:auto}.medium-pull-5{position:relative;right:41.6666666667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.3333333333%;right:auto}.medium-pull-7{position:relative;right:58.3333333333%;left:auto}.medium-push-8{position:relative;left:66.6666666667%;right:auto}.medium-pull-8{position:relative;right:66.6666666667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.3333333333%;right:auto}.medium-pull-10{position:relative;right:83.3333333333%;left:auto}.medium-push-11{position:relative;left:91.6666666667%;right:auto}.medium-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.5625rem;padding-right:.5625rem;float:left}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.3333333333% !important}.medium-offset-2{margin-left:16.6666666667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.3333333333% !important}.medium-offset-5{margin-left:41.6666666667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.3333333333% !important}.medium-offset-8{margin-left:66.6666666667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.3333333333% !important}.medium-offset-11{margin-left:91.6666666667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.3333333333%;right:auto}.large-pull-1{position:relative;right:8.3333333333%;left:auto}.large-push-2{position:relative;left:16.6666666667%;right:auto}.large-pull-2{position:relative;right:16.6666666667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.3333333333%;right:auto}.large-pull-4{position:relative;right:33.3333333333%;left:auto}.large-push-5{position:relative;left:41.6666666667%;right:auto}.large-pull-5{position:relative;right:41.6666666667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.3333333333%;right:auto}.large-pull-7{position:relative;right:58.3333333333%;left:auto}.large-push-8{position:relative;left:66.6666666667%;right:auto}.large-pull-8{position:relative;right:66.6666666667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.3333333333%;right:auto}.large-pull-10{position:relative;right:83.3333333333%;left:auto}.large-push-11{position:relative;left:91.6666666667%;right:auto}.large-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.5625rem;padding-right:.5625rem;float:left}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.3333333333% !important}.large-offset-2{margin-left:16.6666666667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.3333333333% !important}.large-offset-5{margin-left:41.6666666667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.3333333333% !important}.large-offset-8{margin-left:66.6666666667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.3333333333% !important}.large-offset-11{margin-left:91.6666666667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}[class*=block-grid-]{display:block;padding:0;margin:0 -0.625rem}[class*=block-grid-]:before,[class*=block-grid-]:after{content:" ";display:table}[class*=block-grid-]:after{clear:both}[class*=block-grid-]>li{display:block;height:auto;float:left;padding:0 .625rem 1.25rem}@media only screen{.small-block-grid-1>li{width:100%;list-style:none}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{width:50%;list-style:none}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{width:33.3333333333%;list-style:none}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{width:25%;list-style:none}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{width:20%;list-style:none}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{width:16.6666666667%;list-style:none}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{width:14.2857142857%;list-style:none}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{width:12.5%;list-style:none}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{width:11.1111111111%;list-style:none}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{width:10%;list-style:none}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{width:9.0909090909%;list-style:none}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{width:8.3333333333%;list-style:none}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:40.063em){.medium-block-grid-1>li{width:100%;list-style:none}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{width:50%;list-style:none}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{width:33.3333333333%;list-style:none}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{width:25%;list-style:none}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{width:20%;list-style:none}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{width:16.6666666667%;list-style:none}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{width:14.2857142857%;list-style:none}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{width:12.5%;list-style:none}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{width:11.1111111111%;list-style:none}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{width:10%;list-style:none}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{width:9.0909090909%;list-style:none}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{width:8.3333333333%;list-style:none}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:64.063em){.large-block-grid-1>li{width:100%;list-style:none}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{width:50%;list-style:none}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{width:33.3333333333%;list-style:none}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{width:25%;list-style:none}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{width:20%;list-style:none}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{width:16.6666666667%;list-style:none}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{width:14.2857142857%;list-style:none}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{width:12.5%;list-style:none}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{width:11.1111111111%;list-style:none}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{width:10%;list-style:none}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{width:9.0909090909%;list-style:none}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{width:8.3333333333%;list-style:none}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.inline-list{margin:0 auto 1.0625rem auto;margin-left:-1.375rem;margin-right:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.375rem;display:block}.inline-list>li>*{display:block}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.side-nav{display:block;margin:0;padding:.875rem 0;list-style-type:none;list-style-position:outside;font-family:Arial,sans-serif}.side-nav li{margin:0 0 .4375rem 0;font-size:.875rem;font-weight:normal}.side-nav li a:not(.button){display:block;color:#008cba;margin:0;padding:.4375rem .875rem}.side-nav li a:not(.button):hover,.side-nav li a:not(.button):focus{background:rgba(0,0,0,.025);color:#1cc7ff}.side-nav li.active>a:first-child:not(.button){color:#1cc7ff;font-weight:normal;font-family:Arial,sans-serif}.side-nav li.divider{border-top:1px solid;height:0;padding:0;list-style:none;border-top-color:#fff}.side-nav li.heading{color:#008cba;font-size:.875rem;font-weight:bold;text-transform:uppercase}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.label{font-weight:normal;font-family:Arial,sans-serif;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline-block;position:relative;margin-bottom:inherit;padding:.25rem .5rem .25rem;font-size:.6875rem;background-color:#008cba;color:#fff}.label.radius{border-radius:3px}.label.round{border-radius:1000px}.label.alert{background-color:#f04124;color:#fff}.label.warning{background-color:#f08a24;color:#fff}.label.success{background-color:#43ac6a;color:#fff}.label.secondary{background-color:#e7e7e7;color:#333}.label.info{background-color:#a0d3e8;color:#333}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.has-tip{border-bottom:dotted 1px #ccc;cursor:help;font-weight:bold;color:#333}.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px #003f54;color:#008cba}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip{display:none;position:absolute;z-index:1006;font-weight:normal;font-size:.875rem;line-height:1.3;padding:.75rem;max-width:300px;left:50%;width:100%;color:#fff;background:#333}.tooltip>.nub{display:block;left:5px;position:absolute;width:0;height:0;border:solid 5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333 rgba(0,0,0,0);top:-10px;pointer-events:none}.tooltip>.nub.rtl{left:auto;right:5px}.tooltip.radius{border-radius:3px}.tooltip.round{border-radius:1000px}.tooltip.round>.nub{left:2rem}.tooltip.opened{color:#008cba !important;border-bottom:dotted 1px #003f54 !important}.tap-to-close{display:block;font-size:.625rem;color:#777;font-weight:normal}@media only screen and (min-width:40.063em){.tooltip>.nub{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333 rgba(0,0,0,0);top:-10px}.tooltip.tip-top>.nub{border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);top:auto;bottom:-10px}.tooltip.tip-left,.tooltip.tip-right{float:none !important}.tooltip.tip-left>.nub{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #333;right:-10px;left:auto;top:50%;margin-top:-5px}.tooltip.tip-right>.nub{border-color:rgba(0,0,0,0) #333 rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:-10px;top:50%;margin-top:-5px}}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}@media only screen and (max-width: 40em){.small-only-text-left{text-align:left !important}.small-only-text-right{text-align:right !important}.small-only-text-center{text-align:center !important}.small-only-text-justify{text-align:justify !important}}@media only screen{.small-text-left{text-align:left !important}.small-text-right{text-align:right !important}.small-text-center{text-align:center !important}.small-text-justify{text-align:justify !important}}@media only screen and (min-width:40.063em)and (max-width:64em){.medium-only-text-left{text-align:left !important}.medium-only-text-right{text-align:right !important}.medium-only-text-center{text-align:center !important}.medium-only-text-justify{text-align:justify !important}}@media only screen and (min-width:40.063em){.medium-text-left{text-align:left !important}.medium-text-right{text-align:right !important}.medium-text-center{text-align:center !important}.medium-text-justify{text-align:justify !important}}@media only screen and (min-width:64.063em)and (max-width:90em){.large-only-text-left{text-align:left !important}.large-only-text-right{text-align:right !important}.large-only-text-center{text-align:center !important}.large-only-text-justify{text-align:justify !important}}@media only screen and (min-width:64.063em){.large-text-left{text-align:left !important}.large-text-right{text-align:right !important}.large-text-center{text-align:center !important}.large-text-justify{text-align:justify !important}}@media only screen and (min-width:90.063em)and (max-width:120em){.xlarge-only-text-left{text-align:left !important}.xlarge-only-text-right{text-align:right !important}.xlarge-only-text-center{text-align:center !important}.xlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width:90.063em){.xlarge-text-left{text-align:left !important}.xlarge-text-right{text-align:right !important}.xlarge-text-center{text-align:center !important}.xlarge-text-justify{text-align:justify !important}}@media only screen and (min-width:120.063em)and (max-width:99999999em){.xxlarge-only-text-left{text-align:left !important}.xxlarge-only-text-right{text-align:right !important}.xxlarge-only-text-center{text-align:center !important}.xxlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width:120.063em){.xxlarge-text-left{text-align:left !important}.xxlarge-text-right{text-align:right !important}.xxlarge-text-center{text-align:center !important}.xxlarge-text-justify{text-align:justify !important}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#008cba;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#0078a0}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1rem;line-height:1.6;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p.lead{font-size:1.21875rem;line-height:1.6}p aside{font-size:.875rem;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:Arial,sans-serif;font-weight:normal;font-style:normal;color:#222;text-rendering:optimizeLegibility;margin-top:.2rem;margin-bottom:.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#6f6f6f;line-height:0}h1{font-size:2.125rem}h2{font-size:1.6875rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1.125rem}h6{font-size:1rem}.subheader{line-height:1.4;color:#6f6f6f;font-weight:normal;margin-top:.2rem;margin-bottom:.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25rem 0 1.1875rem;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#333;background-color:#f8f8f8;border-width:1px;border-style:solid;border-color:#dfdfdf;padding:.125rem .3125rem .0625rem}ul,ol,dl{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;list-style-position:outside;font-family:inherit}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}ul li ul,ul li ol{margin-left:1.25rem;margin-bottom:0}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle;margin-left:1.1rem}ul.disc{list-style-type:disc;margin-left:1.1rem}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:bold}dl dd{margin-bottom:.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#4a4a4a;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:.8125rem;color:#555}blockquote cite:before{content:"— "}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{line-height:1.6;color:#6f6f6f}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:.625rem .75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 .0625rem}@media only screen and (min-width:40.063em){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:2.75rem}h2{font-size:2.3125rem}h3{font-size:1.6875rem}h4{font-size:1.4375rem}h5{font-size:1.125rem}h6{font-size:1rem}}.print-only{display:none !important}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row !important}th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:40.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row !important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:64.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row !important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:90.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row !important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xlarge,td.show-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}@media only screen and (min-width:120.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.show-for-xxlarge-down{display:inherit !important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down{display:none !important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down{position:static !important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xlarge,table.hide-for-xlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down{display:table !important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group !important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group !important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down{display:table-row !important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.hide-for-xlarge-down,td.hide-for-xlarge-down,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up,th.show-for-xxlarge,td.show-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table !important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table !important}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table !important}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table !important}.touch table.show-for-touch{display:table !important}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}@media print{.show-for-print{display:block}.hide-for-print{display:none}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}}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}meta.foundation-version{font-family:"/5.4.7/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#d3e5f1;color:#4a4a4a;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:60.5rem}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin-left:-0.5625rem;margin-right:-0.5625rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.5625rem;padding-right:.5625rem;width:100%;float:left}[class*=column]+[class*=column]:last-child{float:right}[class*=column]+[class*=column].end{float:left}@media only screen{.small-push-0{position:relative;left:0%;right:auto}.small-pull-0{position:relative;right:0%;left:auto}.small-push-1{position:relative;left:8.3333333333%;right:auto}.small-pull-1{position:relative;right:8.3333333333%;left:auto}.small-push-2{position:relative;left:16.6666666667%;right:auto}.small-pull-2{position:relative;right:16.6666666667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.3333333333%;right:auto}.small-pull-4{position:relative;right:33.3333333333%;left:auto}.small-push-5{position:relative;left:41.6666666667%;right:auto}.small-pull-5{position:relative;right:41.6666666667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.3333333333%;right:auto}.small-pull-7{position:relative;right:58.3333333333%;left:auto}.small-push-8{position:relative;left:66.6666666667%;right:auto}.small-pull-8{position:relative;right:66.6666666667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.3333333333%;right:auto}.small-pull-10{position:relative;right:83.3333333333%;left:auto}.small-push-11{position:relative;left:91.6666666667%;right:auto}.small-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.5625rem;padding-right:.5625rem;float:left}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.3333333333% !important}.small-offset-2{margin-left:16.6666666667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.3333333333% !important}.small-offset-5{margin-left:41.6666666667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.3333333333% !important}.small-offset-8{margin-left:66.6666666667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.3333333333% !important}.small-offset-11{margin-left:91.6666666667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.3333333333%;right:auto}.medium-pull-1{position:relative;right:8.3333333333%;left:auto}.medium-push-2{position:relative;left:16.6666666667%;right:auto}.medium-pull-2{position:relative;right:16.6666666667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.3333333333%;right:auto}.medium-pull-4{position:relative;right:33.3333333333%;left:auto}.medium-push-5{position:relative;left:41.6666666667%;right:auto}.medium-pull-5{position:relative;right:41.6666666667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.3333333333%;right:auto}.medium-pull-7{position:relative;right:58.3333333333%;left:auto}.medium-push-8{position:relative;left:66.6666666667%;right:auto}.medium-pull-8{position:relative;right:66.6666666667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.3333333333%;right:auto}.medium-pull-10{position:relative;right:83.3333333333%;left:auto}.medium-push-11{position:relative;left:91.6666666667%;right:auto}.medium-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.5625rem;padding-right:.5625rem;float:left}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.3333333333% !important}.medium-offset-2{margin-left:16.6666666667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.3333333333% !important}.medium-offset-5{margin-left:41.6666666667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.3333333333% !important}.medium-offset-8{margin-left:66.6666666667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.3333333333% !important}.medium-offset-11{margin-left:91.6666666667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.3333333333%;right:auto}.large-pull-1{position:relative;right:8.3333333333%;left:auto}.large-push-2{position:relative;left:16.6666666667%;right:auto}.large-pull-2{position:relative;right:16.6666666667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.3333333333%;right:auto}.large-pull-4{position:relative;right:33.3333333333%;left:auto}.large-push-5{position:relative;left:41.6666666667%;right:auto}.large-pull-5{position:relative;right:41.6666666667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.3333333333%;right:auto}.large-pull-7{position:relative;right:58.3333333333%;left:auto}.large-push-8{position:relative;left:66.6666666667%;right:auto}.large-pull-8{position:relative;right:66.6666666667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.3333333333%;right:auto}.large-pull-10{position:relative;right:83.3333333333%;left:auto}.large-push-11{position:relative;left:91.6666666667%;right:auto}.large-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.5625rem;padding-right:.5625rem;float:left}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.3333333333% !important}.large-offset-2{margin-left:16.6666666667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.3333333333% !important}.large-offset-5{margin-left:41.6666666667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.3333333333% !important}.large-offset-8{margin-left:66.6666666667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.3333333333% !important}.large-offset-11{margin-left:91.6666666667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}.tabs{margin-bottom:0 !important;margin-left:0}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd,.tabs .tab-title{position:relative;margin-bottom:0 !important;list-style:none;float:left}.tabs dd>a,.tabs .tab-title>a{outline:none;display:block;background-color:#efefef;color:#222;padding:1rem 2rem;font-family:Arial,sans-serif;font-size:1rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#e1e1e1}.tabs dd.active a,.tabs .tab-title.active a{background-color:#fff;color:#222}.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.tabs.vertical dd,.tabs.vertical .tab-title{position:inherit;float:none;display:block;top:auto}.tabs-content{margin-bottom:1.5rem;width:100%}.tabs-content:before,.tabs-content:after{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:.5625rem 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:.5625rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 .5625rem}@media only screen and (min-width:40.063em){.tabs.vertical{width:20%;max-width:20%;float:left;margin:0 0 1.25rem}.tabs-content.vertical{width:80%;max-width:80%;float:left;margin-left:-1px;padding-left:1rem}}.no-js .tabs-content>.content{display:block;float:none}body{background:#f8f8f8}a{color:#3b5998;text-decoration:underline}a:hover{color:#3b5998;text-decoration:none}.tooltip{position:relative}.tooltip .tooltip-container{display:none;background:#fcfdff;border:1px solid #b0bec7;-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,.3);box-shadow:1px 1px 2px 0 rgba(0,0,0,.3);border-radius:7px;position:absolute;text-indent:0;font-size:11px;padding:4px;color:#4a4a4a;width:300px;left:50%;margin-left:-150px;top:25px;text-align:center}.tooltip .tooltip-container:after,.tooltip .tooltip-container:before{bottom:100%;left:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.tooltip .tooltip-container:after{border-color:rgba(252,253,255,0);border-bottom-color:#fcfdff;border-width:8px;margin-left:-8px}.tooltip .tooltip-container:before{border-color:rgba(176,190,199,0);border-bottom-color:#b0bec7;border-width:9px;margin-left:-9px}.button{border-radius:2px;padding:.6rem 1.5rem .625rem;font-size:.75rem;margin-bottom:0;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);box-shadow:0 1px 2px 0 rgba(0,0,0,.5);text-decoration:none !important}.button.blue{color:#fff;background:#4a90e2}.button.blue:hover,.button.blue:focus{background:#2a6fc3;text-decoration:none;color:#fff}.button.grey{background:#eee;color:#4a4a4a}.button.grey:hover,.button.grey:focus{background:#cfcfcf}.button.white{background:#fff;color:#3b5998}.button.white:hover,.button.white:focus{background:#eee;color:inherit}.button.red,.button.danger{color:#fff;background:#cc4520}.button.red:hover,.button.red:focus,.button.danger:hover,.button.danger:focus{background:#ad3b1b;text-decoration:none;color:#fff}.button.icon{padding-left:1rem;padding-right:3rem}.button.icon::before{font-family:FontAwesome;position:absolute;right:10%;top:50%}.button.icon.icon-download::before{content:"";margin-top:-8px;font-size:14px}.button[disabled]{background:#cecece;cursor:not-allowed}.button[disabled]:hover,.button[disabled]:focus,.button[disabled]:active{background:#cecece}.button-blue,.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a,main .widget.border-dark ul.questions li p a.btn{color:#fff;background:#4a90e2}.button-blue:hover,.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a:hover,main .widget.border-dark ul.questions li p a.btn:hover,.button-blue:focus,.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a:focus,main .widget.border-dark ul.questions li p a.btn:focus{background:#2a6fc3;text-decoration:none;color:#fff}.button-grey,.user-profile-container .sidebar .widget.recent-activity .problems tr a,.problem-container .sidebar .successful-submissions .problems a{background:#eee;color:#4a4a4a}.button-grey:hover,.user-profile-container .sidebar .widget.recent-activity .problems tr a:hover,.problem-container .sidebar .successful-submissions .problems a:hover,.button-grey:focus,.user-profile-container .sidebar .widget.recent-activity .problems tr a:focus,.problem-container .sidebar .successful-submissions .problems a:focus{background:#cfcfcf}.table-component{width:100%}.table-component .dataTable thead tr{border-color:#eee}.table-component .dataTable thead tr th{background:#eee;border-bottom:1px solid #ececec;font-size:14px}.table-component .dataTable thead tr th:nth-child(2){width:100px}.table-component .dataTable thead tr th .sortIcon{padding:10px 7px 7px;background-size:100%;background-repeat:no-repeat;width:10px}.table-component .dataTable thead tr th .sortIcon.both{background-image:url("../png/sort_both-2.png")}.table-component .dataTable thead tr th .sortIcon.active-asc{background-image:url("../png/sort_asc-2.png")}.table-component .dataTable thead tr th .sortIcon.active-desc{background-image:url("../png/sort_desc-2.png")}.table-component .dataTable thead tr th a{color:#535353;font-weight:bold;font-size:13px}.table-component .dataTable thead tr th a .sortIcon{color:#535353}.table-component .dataTable tbody tr{border:none;background:#fff}.table-component .dataTable tbody tr td{padding:10px 0 10px 15px}.table-component .dataTable tbody tr td a{font:100 normal 14px Helvetica,sans-serif;line-height:1.6}.table-component .dataTable tbody tr td .todo-widget{display:inline-block;position:absolute;right:-16px}.table-component .dataTable tbody tr td .todo-widget input[type=image]{width:18px;height:18px;position:relative;top:2px;left:2px}.table-component .dataTable tbody tr:last-child td{border-bottom:1px solid #c8c8c8}.table-component .table{border-bottom:none}#contest-ended table,.widget-small-table table{text-align:left;font-size:12px;width:100%;border-collapse:collapse}#contest-ended table thead tr,.widget-small-table table thead tr{background:#eee;border-bottom:1px solid #ececec}#contest-ended table thead tr th,.widget-small-table table thead tr th{padding:7px 10px}#contest-ended table thead tr th:first-child,#contest-ended table thead tr th:nth-child(2),.widget-small-table table thead tr th:first-child,.widget-small-table table thead tr th:nth-child(2){width:110px}#contest-ended table tbody tr,.widget-small-table table tbody tr{border-bottom:1px solid #ececec}#contest-ended table tbody tr td,.widget-small-table table tbody tr td{padding:7px 10px}#contest-ended table tbody tr td small,.widget-small-table table tbody tr td small{font-size:12px}#contest-ended table tbody tr:last-child td,.widget-small-table table tbody tr:last-child td{border-bottom:1px solid #c8c8c8}.timer{margin:0;display:inline-block}.timer li{margin-left:5px;color:#4a4a4a;font-size:12px;text-align:center}.timer li span{padding:8px;min-width:32px;color:#4a4a4a;font-size:16px;background:#fad75a;border-radius:2px;display:block;text-align:center;line-height:1;margin-bottom:2px}.timer>span{display:block;font-size:13px}.popup_background,.popup_wrapper{z-index:10}.popup_background .generic-dialog-box,.popup_wrapper .generic-dialog-box{padding:10px 15px}.popup_background .generic-dialog-box .ccl-su-help>.ccl-font-s,.popup_wrapper .generic-dialog-box .ccl-su-help>.ccl-font-s{font-size:14px}.popup_background .generic-dialog-box .ccl-font-p,.popup_wrapper .generic-dialog-box .ccl-font-p{font:400 normal 15px Helvetica,sans-serif;line-height:1.6;margin-bottom:1rem}.popup_background .generic-dialog-box #edit-Email-wrapper>label,.popup_wrapper .generic-dialog-box #edit-Email-wrapper>label{line-height:1rem;display:block}.popup_background .generic-dialog-box #edit-Email-wrapper>label input[type=checkbox],.popup_wrapper .generic-dialog-box #edit-Email-wrapper>label input[type=checkbox]{margin-bottom:0}.popup_background .generic-dialog-box #edit-Email-wrapper>label .ccl-su-help-position,.popup_wrapper .generic-dialog-box #edit-Email-wrapper>label .ccl-su-help-position{margin-top:15px}.highcharts-container .highcharts-legend-item.highcharts-line-series{display:none}.tabs.vertical{background:#fff;width:220px;max-width:220px;min-height:580px;height:100%;padding-top:25px;position:relative;z-index:1}.tabs.vertical .tab-main-title{font:300 normal 24px Helvetica,sans-serif;line-height:1.6;color:#4a4a4a;padding-left:30px}.tabs.vertical .tab-title>a{background-color:#fff;text-decoration:none;font:300 normal 14px Helvetica,sans-serif;line-height:1.6;padding:.45rem 2rem;color:#333;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.tabs.vertical .tab-title>a:hover{padding-left:2.2rem}.tabs.vertical .tab-title.active{position:relative}.tabs.vertical .tab-title.active::after{content:"";position:absolute;right:-1px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;height:30px;background:#4a90e2}.tabs.vertical .tab-title.active a{font-weight:bold;color:#666}.tabs.vertical .tab-title.complete::before,.tabs.vertical .tab-title.incomplete::before{content:"";font:normal normal normal 15px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:10px;top:10px}.tabs.vertical .tab-title.complete::before{content:"";color:#53b249}.tabs.vertical .tab-title.incomplete::before{content:"";color:#f1485c}.tabs-content{margin-bottom:0}.tabs-content>.content{padding:0}.tabs-content>.content .button__floating{display:inline-block;background:#4c433c;padding:5px 10px;border-radius:50px;position:absolute;right:20px;top:15px;color:#fff;font:300 normal 10px Helvetica,sans-serif;line-height:1.6;text-decoration:none;z-index:1}.tabs-content>.content h3{display:block;font-size:20px;color:#4a4a4a;font-weight:400;border-bottom:1px solid #cecece;position:relative;z-index:0;padding:0 0 15px 8px;margin-bottom:15px}.tabs-content>.content h3::before,.tabs-content>.content h3::after{content:"";position:absolute;bottom:-1px;height:1px;width:100px;background:#cecece}.tabs-content>.content h3::before{left:-30px}.tabs-content>.content h3::after{right:-30px}.tabs-content>.content .content-box{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f8f8f8;min-height:580px;padding:20px 30px 30px}.tabs-content>.content .content-box>div{width:100%}.tabs-content>.content form{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f8f8f8;min-height:580px;padding:20px 30px 30px}.tabs-content>.content form>div{width:100%}.tabs-content>.content form span.description{margin-top:-12px;display:block;font-size:11px;margin-bottom:1rem}.tabs-content>.content form input[type=file]~.description{margin-top:12px}.tabs-content>.content form textarea{resize:none}.tabs-content>.content form label.has-helpBox{position:relative}.tabs-content>.content form label.has-helpBox .description{margin:0;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all .2s ease-in;transition:all .2s ease-in;z-index:0;position:relative}.tabs-content>.content form label.has-helpBox input[type=text]:focus~.description,.tabs-content>.content form label.has-helpBox input[type=password]:focus~.description{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);z-index:9999}.tabs-content>.content table{border-collapse:collapse;border:1px solid #dedede;width:100%}.tabs-content>.content table td,.tabs-content>.content table th{font:300 13px Helvetica;padding:15px}.tabs-content>.content table thead{background:#e8e8e8}.tabs-content>.content table thead th{font-weight:bold;text-align:left}.tabs-content>.content table tbody tr{border-top:1px solid #dedede}.tabs-content>.content table tbody tr td .icon{display:inline-block;background-repeat:no-repeat;background-position:0 1px;background-size:14px;padding-left:17px;text-transform:capitalize}.tabs-content>.content table tbody tr td .icon.initiated{background-image:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-intiated.svg")}.tabs-content>.content table tbody tr td .icon.successful{background-image:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-done.svg")}.tabs-content>.content table tbody tr td .icon.failed{background-image:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-error.svg")}.tabs-divider{width:0;height:98%;position:absolute;left:218px}.tabs-divider::after{content:"";position:absolute;left:23%;top:10px;width:1px;height:100%;-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,.1);box-shadow:0 0 10px 5px rgba(0,0,0,.1);z-index:0}a.label{-webkit-transition:all .2s ease-in;transition:all .2s ease-in;color:#fff}a.label:hover,a.label:focus{color:#fff}.loader{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999}.loader img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.ui-datepicker{font-family:Helvetica,sans-serif !important}.ui-datepicker-header{border-radius:0 !important;border:none !important;background:none !important}.ui-datepicker-prev:hover,.ui-datepicker-next:hover{background:none !important;border:none !important}.ui-datepicker-prev span,.ui-datepicker-next span{top:55% !important}.ui-datepicker table{border-top:1px solid #d3d3d3 !important;margin-top:13px !important}.ui-datepicker table th{font-weight:normal !important;border:none !important;color:#333 !important}.ui-datepicker table td{border:none !important;padding-left:.3em !important;padding-right:.3em !important}.ui-datepicker table td:hover{border:none !important}.ui-datepicker .chosen-container-single .chosen-single{border-radius:0 !important;background:none !important;border:1px solid #3b5998 !important;font-weight:normal !important;margin-right:10px !important;line-height:2 !important;font-size:13px !important;height:30px !important}.ui-datepicker .chosen-container-single .chosen-single:last-child{margin-right:0 !important}.ui-datepicker .chosen-container-single .chosen-search input[type=text]{-webkit-box-shadow:none !important;box-shadow:none !important;border-color:#cecece !important;margin-top:5px !important}.ui-datepicker .chosen-container-single .chosen-drop{width:90%;border:1px solid #3b5998}.ui-datepicker .chosen-container-single .chosen-results li{font-weight:normal !important;font-size:12px !important}.ui-datepicker .ui-state-default,.ui-datepicker .ui-widget-content .ui-state-default,.ui-datepicker .ui-widget-header .ui-state-default{background:none !important;border:none !important;font-size:13px !important;color:#535353 !important}.ui-datepicker .ui-state-active{background:#3b5998 !important;color:#fff !important}.ui-autocomplete.ui-corner-all{border-radius:0 !important;border-top:none !important;border-color:#ccc !important}.ui-autocomplete .ui-menu-item a{font-size:12px !important}.ui-autocomplete .ui-menu-item a.ui-state-focus,.ui-autocomplete .ui-menu-item a.ui-state-active{margin:0 !important}.ui-autocomplete .ui-menu-item a:hover,.ui-autocomplete .ui-menu-item a.ui-state-focus,.ui-autocomplete .ui-menu-item a.ui-state-active{background:#3b5998 !important;border:none !important;color:#fff !important;border-radius:0 !important}.has-helpText{position:relative}.has-helpText .label-text{position:absolute;bottom:25px;right:23px}.has-helpText .label-text::after{content:"";background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-help.svg") no-repeat 0 0/100%;display:inline-block;width:16px;height:16px;position:absolute;right:-18px;top:-0.5px}.has-helpText .label-text .ccl-su-help-position{display:none;position:absolute;width:300px;left:calc(100% + 27px);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-box-shadow:0 0 12px -3px rgba(0,0,0,.5);box-shadow:0 0 12px -3px rgba(0,0,0,.5);border-radius:3px;border:1px solid #4a90e2}.has-helpText .label-text .ccl-su-help-position .ccl-su-help{padding:.5rem;background:none;background-color:#fff;padding:1rem;border-radius:5px;font-size:12px}.has-helpText .label-text .ccl-su-help-position .ccl-su-help::before{content:"";background:url("../png/icon-left-whitearrow-blueborder.png") 0 0/100%;width:20px;height:20px;display:inline-block;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;left:-9px;top:52%;z-index:-1}.has-helpText .label-text .ccl-su-help-position .ccl-su-help .ccl-border-bottom{border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px}.has-helpText .label-text .ccl-su-help-position .ccl-su-help .register-tooltip li{font-size:12px;line-height:1.5;margin-bottom:5px;margin-left:0}.has-helpText .label-text.active .ccl-su-help-position{display:block;z-index:1}.has-helpText .label-text~input{background-image:none !important}.mb-15{margin-bottom:-15px !important}#create-edit-custom-form-field,#create-edit-custom-form,#get-custom-form-html-preview,#get-custom-form-html{padding:20px 60px 60px 60px}#get-custom-form-html-preview .form-item label{display:block;font-weight:bold}.breadcrumb{background-color:rgba(0,0,0,0) !important}.container-600{width:600px}.form-new h2,.form-new h4,.form-new p{font:400 normal 14px Helvetica,sans-serif;line-height:1.6;color:#4a4a4a}.form-new h2{font-size:1.6rem}.form-new h3.form-title{position:relative;border-bottom:1px solid #e8e8e8;padding:15px 0 10px;color:#535353;margin-bottom:25px;font:300 28px "Open Sans",sans-serif}.form-new h3.form-title::before,.form-new h3.form-title::after{content:"";position:absolute;height:1px;background:#e8e8e8;width:200px;bottom:-1px}.form-new h3.form-title::before{left:-60px}.form-new h3.form-title::after{right:-60px}.container-600 .form-new h3.form-title::after{right:-420px;width:420px}.form-new h4{font-size:1.3rem}.form-new pre{display:-ms-flexbox;display:-webkit-box;display:flex;margin-bottom:25px;background:#fff;padding:15px;-webkit-box-shadow:0px 5px 15px -2px rgba(0,0,0,.15);box-shadow:0px 5px 15px -2px rgba(0,0,0,.15)}.form-new .form-item{margin-bottom:1.8rem}.form-item label{font-size:14px;color:#4d4d4d;cursor:pointer;display:block !important;line-height:1.5;margin-bottom:0}.form-new input[type=text],.form-new input[type=password],.form-new input[type=email],.form-new textarea{border:1px solid #cecece;border-radius:0;display:block;width:100%;font-size:13px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border ease 0s;transition:border ease 0s;max-height:34px;padding:18px 12px;outline:none}.form-new input[type=text]:focus,.form-new input[type=password]:focus,.form-new input[type=email]:focus,.form-new textarea:focus{-webkit-box-shadow:none;box-shadow:none;border-left:3px solid #3b5998;padding-left:10px}.form-new input[type=text].half,.form-new input[type=password].half,.form-new input[type=email].half,.form-new textarea.half{width:48%;float:left;margin-right:15px}.form-new input[type=text].error,.form-new input[type=password].error,.form-new input[type=email].error,.form-new textarea.error{-webkit-box-shadow:0 0 3px #ff000a;box-shadow:0 0 3px #ff000a;border:1px solid rgba(231,76,76,.73) !important;outline:none;background-image:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-x.svg") !important;background-repeat:no-repeat !important;background-position:98.5% 9px !important;padding-right:43px;background-size:12px !important;margin-bottom:16px}.form-new select{border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:1px solid #cecece;width:100%;background-color:#fff;padding:10px !important}.form-new select:not([multiple]){-webkit-appearance:none;-moz-appearance:none;background-position:right 50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);padding:0 .9em;font-size:13px;padding-right:1.5em}.form-new .form-control:focus{-webkit-box-shadow:none;box-shadow:none;border-color:#3b5998}.form-new .button,.form-new input[type=submit],.form-new .btn{-webkit-transition:all ease-in .2s;transition:all ease-in .2s}.form-new .button:focus,.form-new input[type=submit]:focus,.form-new .btn:focus{color:#fff}.form-new input[type=file]{margin:10px 0 0 0;outline:none}.form-new input[type=file]~label.file-button{position:absolute;left:10px;font-size:12px;padding-left:1.1rem;padding-right:1.1rem}.form-new input[type=file]~span.description{margin-top:12px}.form-new label.option{font-size:13px}.form-new label .form-required{color:#f33}.form-new label.supporting-label{margin-top:-12px;display:block;font-size:11px;margin-bottom:1rem}.form-new label .mceEditor{display:block;margin-bottom:20px}.form-new .suffix{font-size:10px;margin:-12px 0 15px}.form-new .chosen-container{display:block;margin-bottom:1rem}.form-new .chosen-container .chosen-single{border-radius:0;background:#fff;border-color:#cecece;height:34px;-webkit-box-shadow:none;box-shadow:none;line-height:34px}.form-new .chosen-container .chosen-single span{font-weight:normal}.form-new .chosen-container .chosen-single div{top:4px}.form-new .chosen-container .chosen-drop .chosen-search input[type=text]{margin-bottom:0 !important}.form-new .chosen-container .chosen-drop .chosen-results li{font-size:13px;margin-left:0;padding-bottom:0;list-style:none}.form-new.form-small{max-width:280px}.form-new .form-radios{display:-ms-flexbox;display:-webkit-box;display:flex}.form-new .form-radios .form-item{margin-right:15px}.form-new .form-radios .form-item label{font-weight:normal !important}.form-new .form-checkboxes .form-item label{font-weight:normal !important}.form-new.form-forgot-password{min-height:250px;margin-bottom:0 !important}.form-new.form-forgot-password .captcha img{margin-bottom:18px}.form-new.form-forgot-password .description{display:none}.form-new.form-forgot-password .button.blue,.form-new.form-forgot-password main .widget.border-dark ul.questions li p a.btn,main .widget.border-dark ul.questions li p .form-new.form-forgot-password a.btn,.form-new.form-forgot-password .problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a,.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child .form-new.form-forgot-password a{width:100%}.form-new.form-forgot-password .button.blue:hover,.form-new.form-forgot-password main .widget.border-dark ul.questions li p a.btn:hover,main .widget.border-dark ul.questions li p .form-new.form-forgot-password a.btn:hover,.form-new.form-forgot-password .problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a:hover,.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child .form-new.form-forgot-password a:hover,.form-new.form-forgot-password .button.blue:focus,.form-new.form-forgot-password main .widget.border-dark ul.questions li p a.btn:focus,main .widget.border-dark ul.questions li p .form-new.form-forgot-password a.btn:focus,.form-new.form-forgot-password .problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a:focus,.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child .form-new.form-forgot-password a:focus{color:#fff}.form-new.form-user-profile fieldset{padding-bottom:0;margin-bottom:0;margin-top:10px;border:none}.form-new.form-user-profile fieldset legend{font-weight:normal;background:#f6f6f6;width:100%;padding:8px 10px;font-size:18px;border-bottom:1px solid}.form-new.form-user-profile fieldset legend a{color:#4a4a4a;cursor:default}.form-new.form-user-profile .form-item{width:545px}.form-new.form-user-profile .form-item label{font-size:1rem;font-weight:bold}.form-new.form-user-profile .form-item label.option{font-size:14px;font-weight:normal}.form-new.form-user-profile .form-item .description,.form-new.form-user-profile .form-item .password-description{font-size:11px;margin:-10px 0 20px}.form-new.form-user-profile .form-item .field-suffix{display:block;margin:-15px 0 20px;font-size:14px}.form-new.form-user-profile .buttons{padding:5px 10px 15px}.form-new.form-user-profile .buttons input{margin-right:7px}.form-new span.description{margin-top:-12px;display:block;font-size:11px;margin-bottom:1rem;font-weight:normal}.form-new div.description{display:block;font-size:11px;margin-bottom:1rem;line-height:1.5}@media screen and (-webkit-min-device-pixel-ratio: 0){.form-new input[type=file]{margin-left:3px;margin-top:9px}.form-new input[type=file]~label.file-button{top:22px}}.bootstrap-datetimepicker-widget li{padding-left:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th,.bootstrap-datetimepicker-widget .btn{border-radius:0 !important}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background:#4a90e2 !important}.related-links{margin:20px 0 0 60px}.related-links a{display:inline-block;background:#f0f0f0;padding:2px 15px;border-radius:50px;margin-right:10px}.topbar{position:relative;overflow:visible}.topbar .social-login.inline-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:374px;height:46px;background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/social-login-bg.png") no-repeat left bottom;margin-right:40px;overflow:visible}.topbar .social-login.inline-list>li{margin-left:0;margin-top:6px;position:relative}.topbar .social-login.inline-list>li.li-login .login-box{width:408px;height:64px;border:2px solid #c2d9e7;background:#eee;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;border-radius:5px;z-index:99999;position:absolute;right:10px;top:25px;display:none}.topbar .social-login.inline-list>li.li-login .login-box .login-label{background:none;margin:4px 0 0px 20px}.topbar .social-login.inline-list>li.li-login .login-box .login-label span{font-size:11px;color:#2171ce;cursor:default;margin-bottom:2px}.topbar .social-login.inline-list>li.li-login .login-box .login-label span a{color:#578fb2;text-decoration:underline;-webkit-box-shadow:none;box-shadow:none}.topbar .social-login.inline-list>li.li-login .login-box .form-item{margin-right:5px;width:160px;float:left}.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=text],.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=password],.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=email]{border:1px solid #d8d8d8;color:#333;border-radius:5px;height:21px;font-size:11px;padding:0 35px 0 7px}.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=text]:first-child,.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=password]:first-child,.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=email]:first-child{margin-left:20px}.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=text]:focus,.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=password]:focus,.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=email]:focus{outline:auto 5px -webkit-focus-ring-color}.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=submit]{background:#578fb2;height:18px;border-radius:5px;color:#c2d6e2;border:none;padding:1px 8px;cursor:pointer;text-transform:uppercase;margin-top:18px;line-height:.6;outline:none}.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=submit]:hover,.topbar .social-login.inline-list>li.li-login .login-box .form-item input[type=submit]:focus{background:#2171ce}.topbar .social-login.inline-list>li.li-login .login-box input[type=image]{margin-left:20px}.topbar .social-login.inline-list>li.li-login:hover a{background:#eee;border-bottom:none;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;border-bottom-right-radius:0;border-bottom-left-radius:0}.topbar .social-login.inline-list>li.li-login:hover .login-box{display:block;border-top:none;border-top-right-radius:0}.topbar .social-login.inline-list>li.li-login:hover .login-box::after{content:"";position:absolute;width:162px;height:1px;top:0;right:0;background:#eee}.topbar .social-login.inline-list>li.loggedin-user{margin:0 10px 0 0}.topbar .social-login.inline-list>li.loggedin-user span{font-size:13px;font-weight:bold}.topbar .social-login.inline-list>li.loggedin-user span.left img{width:30px;height:30px;border-radius:50%;border:1px solid #dce0e6}.topbar .social-login.inline-list>li.loggedin-user span.right{text-align:center;line-height:1.2;margin:5px 0 0 10px;font-weight:normal;cursor:pointer}.topbar .social-login.inline-list>li.loggedin-user span.right .toggle-dropdown{position:absolute;background:#6f6d6d;float:right;top:13px;right:-10px}.topbar .social-login.inline-list>li.loggedin-user span.right .toggle-dropdown:after{top:100%;left:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(111,109,109,0);border-top-color:#6f6d6d;border-width:5px;margin-left:-5px}.topbar .social-login.inline-list>li.loggedin-user span.right>a{font-size:15px;color:#4a4a4a;font-weight:bold;text-decoration:none}.topbar .social-login.inline-list>li.loggedin-user span.right>a i{position:relative;top:1px;left:7px}.topbar .social-login.inline-list>li.loggedin-user span.right>a:hover{-webkit-box-shadow:none;box-shadow:none}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown{background:#fff;z-index:9999999;position:absolute;width:180px;text-align:left;padding:9px;border:1px solid #eee;right:-23px;top:40px;display:none}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown span{position:absolute;top:-1px;right:18px;background:#fff;border:1px solid #eee}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown span::before,.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown span::after{bottom:100%;left:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown span::after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:5px;margin-left:-5px}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown span::before{border-color:rgba(238,238,238,0);border-bottom-color:#eee;border-width:6px;margin-left:-6px}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown li{border-bottom:1px solid #eee;list-style:none;width:100%}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown li:last-child{border-bottom:none}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown li a{color:#4a4a4a;font-size:14px;padding:8px 0 8px 8px;display:block;text-decoration:none}.topbar .social-login.inline-list>li.loggedin-user span.right .user-dropdown li a:hover{background:#4a90e2;color:#fff}.topbar .social-login.inline-list>li.divider{display:inline-block;width:1px;height:29px}.topbar .social-login.inline-list>li.divider.blue{background:#a9c8db}.topbar .social-login.inline-list>li.divider.white{background:#e3f2fb;margin-right:5px}.topbar .social-login.inline-list>li.todo-section{margin:5px 0 10px 20px;cursor:pointer;position:relative}.topbar .social-login.inline-list>li.todo-section i{display:inline-block;background:url("https://cdn.codechef.com/images/home/todo.svg") no-repeat -2px 0;opacity:.8;width:21px;height:24px}.topbar .social-login.inline-list>li.todo-section .notification-counter{position:absolute;top:-4px;left:7px;width:15px;line-height:1.1;background-color:red;text-align:center;color:#fff;font-weight:800;border-radius:30%;font-size:10px;-webkit-box-shadow:1px 2px 1px 0 rgba(0,0,0,.4);box-shadow:1px 2px 1px 0 rgba(0,0,0,.4)}.topbar .social-login.inline-list>li.todo-section .notification-listbox{-webkit-box-shadow:0 5px 8px 0 rgba(0,0,0,.4);box-shadow:0 5px 8px 0 rgba(0,0,0,.4);background:#f9faf8;position:absolute;border:1px solid #d8d6d6;width:190px;display:none;top:35px;left:-10px;z-index:10000;min-height:50px}.topbar .social-login.inline-list>li.todo-section .notification-listbox::before,.topbar .social-login.inline-list>li.todo-section .notification-listbox::after{bottom:100%;left:10%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.topbar .social-login.inline-list>li.todo-section .notification-listbox::before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #c0bfbf;border-width:11px;margin-left:-11px}.topbar .social-login.inline-list>li.todo-section .notification-listbox::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #e5e4e2;border-width:10px;margin-left:-10px}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul{margin:0}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li{border-bottom:1px solid #dfdfdf;background-color:#f9f8f6;cursor:default;list-style-type:none}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li:hover{background:#f2f1ee}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li.notification-listbox-head{background-color:#e5e4e2;padding:5px 0 5px 8px;font-weight:700;color:#2c3539;font-size:12px;cursor:default;text-align:center}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li .notification-listbox-time{display:inline-block;font-size:11px;color:#999;font-style:italic;width:100%;text-align:center}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li a{padding:5px 10px;text-decoration:none;display:inline-block;height:20px;width:98%;font-size:11px}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li a span{display:inline-block}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li a span.left{width:30%}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul li a span.right{text-align:right;color:#999;font-style:italic;width:65%}.topbar .social-login.inline-list>li.todo-section .notification-listbox ul .notification-listbox-loader{padding:8px;background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/loader-icon.gif") no-repeat center #fff;border-bottom:1px solid #dfdfdf}.topbar .social-login.inline-list>li.todo-section .notification-listbox .notification-listbox-seeall{background-color:#f9faf8;text-align:center;font-size:12px;padding:7px;font-weight:700;cursor:default;display:inline-block;width:100%}.topbar .social-login.inline-list>li.todo-section .notification-listbox .notification-listbox-seeall a{display:inline-block;width:100%}.topbar .social-login.inline-list>li.todo-section .notification-listbox .notification-listbox-seeall a:hover{text-decoration:underline}.topbar .social-login.inline-list>li a.btn{display:inline-block;width:66px;height:25px;color:#578fb2;font-size:11px;background:#fff;border-radius:6px;border:2px solid #c2d9e7;font-weight:bold;text-align:center;position:relative;padding-left:15px;line-height:20px;margin-right:10px}.topbar .social-login.inline-list>li a.btn::before{content:"";position:absolute;top:4px;left:7px}.topbar .social-login.inline-list>li a.btn:hover{background:#eee;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.topbar .social-login.inline-list>li a.btn.login{margin-left:15px}.topbar .social-login.inline-list>li a.btn.login::before{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -183px 0;width:11px;height:13px}.topbar .social-login.inline-list>li a.btn.signup{width:72px}.topbar .social-login.inline-list>li a.btn.signup::before{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -200px 0;width:12px;height:12px}.topbar .social-login.inline-list .icon-tip{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -245px -2px;width:14px;height:14px;text-indent:-9999px;margin-top:2px;padding:0}.topbar .social-login.inline-list .logout-link{margin:-1px 0 0 20px;height:35px;float:inherit}.topbar aside{width:145px;height:76px;position:absolute;left:50%;top:18px;margin-left:-100px}#oauth-buttons{margin-top:6px}#oauth-buttons li{float:left}#oauth-buttons li .icon-social{width:30px;height:30px;text-indent:-9999px;margin:0 4px;display:inline-block;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.25);background-size:100%;background-repeat:no-repeat;background-position:left center}#oauth-buttons li .icon-social#button_google{background-image:url("https://cdn.codechef.com/images/icons/google-oauth.svg")}#oauth-buttons li .icon-social#button_facebook{background-image:url("https://cdn.codechef.com/images/icons/fb-oauth.svg")}#oauth-buttons li .icon-social#button_github{background-image:url("https://cdn.codechef.com/images/icons/github-oauth.svg")}#oauth-buttons li .icon-social#button_google.disconnect{background-image:url("https://cdn.codechef.com/images/icons/google-oauth-disconnect.svg") !important}#oauth-buttons li .icon-social#button_facebook.disconnect{background-image:url("https://cdn.codechef.com/images/icons/fb-oauth-disconnect.svg") !important}#oauth-buttons li .icon-social#button_github.disconnect{background-image:url("https://cdn.codechef.com/images/icons/github-oauth-disconnect.svg") !important}#oauth-buttons li .icon-social.disconnect{-webkit-box-shadow:none !important;box-shadow:none !important;height:40px}header.site h1,header.site .cc-img{position:absolute;top:-60px;left:-10px;font-size:10px}header.site h1 a,header.site .cc-img a{color:#d4e6f2}header.site nav{margin-top:60px;margin-right:35px}header.site nav h2{color:#656565;font-size:14px;font-weight:700;text-transform:uppercase;margin:5px 10px 15px !important;display:none}header.site nav ul.nice-menu{overflow:visible;list-style:none;margin-top:0;margin-bottom:1.0625rem;margin-left:-1.375rem;margin-right:0;padding:0}header.site nav ul.nice-menu>li{padding:3px 10px 0 24px;position:relative;margin:0;display:block;float:left;list-style:none}header.site nav ul.nice-menu>li:hover{background:#656565;border-top-left-radius:8px;border-top-right-radius:8px}header.site nav ul.nice-menu>li:hover ul{display:block}header.site nav ul.nice-menu>li.has-dropdown>a,header.site nav ul.nice-menu>li.menuparent>a{position:relative}header.site nav ul.nice-menu>li.has-dropdown>a::before,header.site nav ul.nice-menu>li.menuparent>a::before{content:"";position:absolute;background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -222px -2px;width:6px;height:7px;top:4px;left:-16px}header.site nav ul.nice-menu>li.has-dropdown:hover,header.site nav ul.nice-menu>li.menuparent:hover{background:#4c433c}header.site nav ul.nice-menu>li.has-dropdown:hover>a,header.site nav ul.nice-menu>li.menuparent:hover>a{color:#fff}header.site nav ul.nice-menu>li.has-dropdown:hover>a::before,header.site nav ul.nice-menu>li.menuparent:hover>a::before{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -266px -6px;width:7px;height:7px}header.site nav ul.nice-menu>li.has-dropdown li a,header.site nav ul.nice-menu>li.menuparent li a{text-transform:none;font-weight:400;text-decoration:none}header.site nav ul.nice-menu>li.divider{display:inline-block;width:1px;height:100%;height:25px;margin:0 5px;padding:0}header.site nav ul.nice-menu>li.divider.brown{background:#656565}header.site nav ul.nice-menu>li>a{color:#656565;font-size:14px;font-weight:700;text-transform:uppercase;text-decoration:none}header.site nav ul.nice-menu>li #menu-1819 a:after{content:"New";background-color:#40bf80;margin-left:10px;border-radius:2px;padding:1px 5px;position:relative;top:-1.5px}header.site nav ul.nice-menu>li:nth-child(3){border-right:1px solid #656565}header.site nav ul.nice-menu>li:last-child>a,header.site nav ul.nice-menu>li:nth-last-child(2)>a,header.site nav ul.nice-menu>li:nth-last-child(3)>a{font-size:11px;margin-top:3px}header.site nav ul.nice-menu>li:last-child>a::before,header.site nav ul.nice-menu>li:nth-last-child(2)>a::before,header.site nav ul.nice-menu>li:nth-last-child(3)>a::before{top:2px;left:-12px}header.site nav ul.nice-menu>li:last-child ul,header.site nav ul.nice-menu>li:nth-last-child(2) ul,header.site nav ul.nice-menu>li:nth-last-child(3) ul{top:23px}header.site nav ul.nice-menu>li ul{display:none;margin-left:0;width:180px;position:absolute;background:#4c433c;left:0;top:25px;z-index:9;padding:10px 0;border-radius:7px;border-top-left-radius:0}header.site nav ul.nice-menu>li ul li{list-style:none;border-bottom:1px dotted #000;width:100%;padding:0}header.site nav ul.nice-menu>li ul li:hover{background:#272321}header.site nav ul.nice-menu>li ul li:hover a::before{background:#ecdac4}header.site nav ul.nice-menu>li ul li a{font-size:11px;color:#fff;position:relative;padding-left:23px;display:inline-block;width:100%}header.site nav ul.nice-menu>li ul li a::before{content:"";position:absolute;width:4px;height:4px;background:#fff;border-radius:50%;left:9px;top:50%;margin-top:-3px}main{display:block;background:#fff;width:1000px;max-width:1000px;margin:15px auto 0;border-bottom:none;-webkit-box-shadow:0 4px 5px 2px rgba(0,0,0,.3);box-shadow:0 4px 5px 2px rgba(0,0,0,.3)}main .breadcrumbs{margin:10px;display:inline-block;font-size:12px}main .breadcrumbs ul{margin:0;padding:0}main .breadcrumbs ul li{margin-left:0;font-size:12px;color:#4a4a4a;position:relative;padding-right:11px;padding-left:4px}main .breadcrumbs ul li::after{content:">";font-size:14px;position:absolute;right:0;top:-2px}main .breadcrumbs ul li:first-child{padding-left:0}main .breadcrumbs ul li:last-child{padding-right:0}main .breadcrumbs ul li:last-child::after{display:none}main .breadcrumbs ul li a{font-size:12px;color:#4a4a4a}main .breadcrumbs ul li a:hover{color:#3b5998}main .slider ul{margin:0 !important}main .slider .home-slider{max-height:345px;overflow:hidden}main .slider .home-slider .owl-stage-outer{position:relative;height:345px;z-index:1}main .slider .home-slider .owl-stage-outer .owl-item{-webkit-transform:translateZ(0);transform:translateZ(0)}main .slider .home-slider .first-slide{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/home-slider-practice.jpg") no-repeat top center;min-height:345px}main .slider .home-slider .first-slide ul{margin-left:0}main .slider .home-slider .first-slide ul li{position:relative;width:30%;margin-left:32px}main .slider .home-slider .first-slide ul li a{padding:160px 20px 0;text-decoration:none}main .slider .home-slider .first-slide ul li h6{font-size:26px;color:#7c614b;font-weight:bold}main .slider .home-slider .first-slide ul li p{margin-bottom:0;color:#7d7d7a;font-size:12px;font-weight:700}main .slider .home-slider .second-slide,main .slider .home-slider .third-slide{margin-top:-2px;margin-right:-1px}main .slider .home-slider .fourth-slide{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/home-slider-performance-new.jpg") no-repeat top center;min-height:345px;margin-top:-1px}main .slider .home-slider .fourth-slide>ul{margin-left:0}main .slider .home-slider .fourth-slide>ul>li{width:47%;padding:145px 50px 0}main .slider .home-slider .fourth-slide>ul>li:first-child h2,main .slider .home-slider .fourth-slide>ul>li:first-child .top-ranking-header{display:none}main .slider .home-slider .fourth-slide>ul>li h2,main .slider .home-slider .fourth-slide>ul>li .top-ranking-header{font-size:11px;color:#fff;text-align:center;position:relative;top:-41px;left:0;margin-bottom:-15px}main .slider .home-slider .fourth-slide>ul>li .contributors-null{color:#fff;margin-left:22px;text-align:center}main .slider .home-slider .fourth-slide>ul>li ol{margin:20px 60px}main .slider .home-slider .fourth-slide>ul>li ol li{color:#fff;font-size:11px;margin-bottom:7px;margin-left:20px}main .slider .home-slider .fourth-slide>ul>li ol li a{color:#fff;font-size:11px;text-decoration:none}main .slider .home-slider .fourth-slide>ul>li ol li a:hover{text-decoration:underline}main .slider .home-slider .fourth-slide>ul>li ol li a~span{float:right}main .slider .home-slider .fourth-slide>ul>li ol li a span{color:#fff}main .slider .home-slider .fourth-slide>ul>li ol li a span:last-child{word-break:break-all;max-width:145px;display:inline-block;vertical-align:top}main .slider .home-slider .fourth-slide>ul>li ol li span{color:#ffc600}main .slider .home-slider .fourth-slide>ul>li>a{font-size:10px;color:#fff;border-radius:15px;padding:3px 10px;background:#170907;display:table;width:60px;margin:10px auto}main .slider .home-slider .fourth-slide>ul>li>a:hover{text-decoration:underline}main .slider .owl-nav{position:relative}main .slider .owl-nav .owl-prev,main .slider .owl-nav .owl-next{position:absolute;position:relative;position:absolute;top:-40px;width:32px;height:32px;text-indent:-9999px;cursor:pointer}main .slider .owl-nav .owl-prev{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-arrow-left.png") no-repeat;left:15px}main .slider .owl-nav .owl-next{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-arrow-right.png") no-repeat;right:15px}main .slider .owl-nav>div:nth-child(2){display:none !important}main .slider .owl-dots{background:#fff;display:table;width:100%;text-align:center;border-top:none;border-bottom:none;padding:0 50px}main .slider .owl-dots>div{display:inline-block;font-size:14px;padding:.8rem 0;text-align:center;color:#757575;cursor:pointer;position:relative;width:24%}main .slider .owl-dots>div::after{content:"";position:absolute;right:0;height:5px;width:5px;background:#4a4a4a;top:44%;border-radius:50%}main .slider .owl-dots>div.active{font-weight:bold}main .slider .owl-dots>div:last-child::after{display:none}main .content-inner{border-top:none;border-bottom:none;padding-bottom:30px}main .getting-started{padding:15px 0;margin-bottom:10px;border-top:solid 1px #e7e5e6 !important;border-bottom:solid 1px #e7e5e6 !important;background-color:#f9f6ef}main .getting-started .social-media{margin:0 10px;border-left:1px solid #cececf;padding-left:85px;position:relative}main .getting-started .social-media::before{content:"Follow us -";position:absolute;left:15px;top:19%;color:#4a4a4a;font-size:12px}main .getting-started .social-media li{margin-left:7px}main .getting-started .social-media li a{text-indent:-9999px;width:28px;height:29px;display:inline-block}main .getting-started .social-media li a.fb{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat 0 -54px}main .getting-started .social-media li a.fb:hover{background-position:-34px -54px}main .getting-started .social-media li a.tw{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -275px -54px}main .getting-started .social-media li a.tw:hover{background-position:-309px -54px}main .getting-started .social-media li a.gp{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -69px -54px}main .getting-started .social-media li a.gp:hover{background-position:-104px -54px}main .getting-started .social-media li a.yt{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -138px -54px}main .getting-started .social-media li a.yt:hover{background-position:-172px -54px}main .getting-started .social-media li a.qu{background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/image-sprite.png") no-repeat -206px -54px}main .getting-started .social-media li a.qu:hover{background-position:-241px -54px}main .getting-started p{font-size:14px;color:#4a4a4a;margin-bottom:0;margin-left:120px}main .getting-started p a{margin-left:40px}main .widget{border:1px solid #e7e5e6;background:#fff;margin-bottom:10px;padding-bottom:20px;-webkit-transition:background .15s ease-in;transition:background .15s ease-in}main .widget.border-dark ul.questions{padding:0}main .widget.border-dark ul.questions li{margin:0 15px 15px;overflow:hidden;border-bottom:1px solid #e7e6e6;padding-bottom:10px}main .widget.border-dark ul.questions li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}main .widget.border-dark ul.questions li aside{background:#eee;float:left;width:55px;padding:9px 0;text-align:center;border:1px solid #f0f0f0;line-height:1;color:#666;margin-right:10px;font-size:18px}main .widget.border-dark ul.questions li aside span{font-size:12px;display:block;margin-top:4px}main .widget.border-dark ul.questions li h5,main .widget.border-dark ul.questions li .discuss-question-heading{margin:0;font-size:13px;color:#4a4a4a;font-weight:700}main .widget.border-dark ul.questions li h5 a,main .widget.border-dark ul.questions li .discuss-question-heading a{margin:0;font-size:13px;font-style:normal;color:#4a4a4a;font-weight:700;text-decoration:none}main .widget.border-dark ul.questions li h5 a:hover,main .widget.border-dark ul.questions li .discuss-question-heading a:hover{text-decoration:underline;background:none}main .widget.border-dark ul.questions li p{font-size:12px;color:#7b7979;margin-bottom:0}main .widget.border-dark ul.questions li p a{font-size:12px;color:#3b5998;display:inline;padding:0;font-style:italic;text-decoration:underline}main .widget.border-dark ul.questions li p a:hover{text-decoration:none;background:none}main .widget.border-dark ul.questions li p a.btn{position:absolute;right:16px;margin-top:-7px;display:inline-block;padding:1px 15px;font-size:10px;border-radius:2px;border:none;text-shadow:none;-webkit-transition:background .2s ease-in;transition:background .2s ease-in;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);box-shadow:0 1px 2px 0 rgba(0,0,0,.5);text-decoration:none;font-style:normal}main .widget.border-dark ul.questions li p span.score{font-size:13px;font-weight:bold;color:#000}main .widget.border-dark ul.questions li p span.silver{color:#979797;margin-left:7px;padding-right:2px;font-size:13px;position:relative;top:-1px}main .widget.border-dark ul.questions li p span.gold,main .widget.border-dark ul.questions li p span.badge1{color:#fead4f;margin-left:7px;padding-right:2px;font-size:13px;position:relative;top:-1px}main .widget.border-dark ul.questions li p span.bronze{color:#4a4a4a;margin-left:7px;padding-right:2px;font-size:13px;position:relative;top:-1px}main .widget.border-dark ul.questions li p span.badgecount{font-size:13px}main .widget.border-dark ul.questions li p span.relative-time{font-size:11px;position:relative;padding-right:5px}main .widget.border-dark ul.questions li p span.relative-time::after{content:"";position:absolute;height:100%;width:1px;background:#4a4a4a;right:0;top:0}main .widget h4,main .widget .h4-style{padding:25px 5px 3px;margin-top:0;margin-bottom:20px;color:#6e6e6e;font-size:17px;font-weight:700;text-align:center;display:inline-block;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-bottom:1px solid}main .widget h5,main .widget .recentActivity{padding:0 10px 0;cursor:pointer;text-align:left}main .widget .content{padding:0 10px}main .widget .content:before,main .widget .content:after{content:" ";display:table}main .widget .content:after{clear:both}main .widget .content ul.side-nav{padding:0}main .widget .content ul.side-nav li p{font-size:12px;color:#7b7979;margin-bottom:0}main .widget .content ul.side-nav.posts li{overflow:hidden;border-bottom:1px solid #dad9d5;padding-bottom:10px;margin-bottom:10px}main .widget .content ul.side-nav.posts li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}main .widget .content ul.side-nav.posts li aside{border:1px solid #f2eed6;background:#eee;font-size:11px;color:#666;width:35px;padding:5px;display:inline;text-align:center;float:left}main .widget .content ul.side-nav.posts li aside span{display:block;line-height:1.2}main .widget .content ul.side-nav.posts li a{display:inline;float:left;padding:0;font-size:12px;color:#3b5998;width:80%;margin-left:10px;line-height:1.5;text-decoration:underline;font-style:italic}main .widget .content ul.side-nav.posts li a:hover{background:none;text-decoration:none}main .widget .content ul.side-nav.announcements li{position:relative;padding-left:15px}main .widget .content ul.side-nav.announcements li::before{content:"";width:5px;height:5px;border-radius:50%;position:absolute;left:0;top:7px;background:#4a4a4a}main .widget .content ul.side-nav.announcements li a{font-size:12px;padding:0;color:#3b5998;font-style:italic;text-decoration:underline;display:inline-block}main .widget .content p{font-size:13px;margin-bottom:10px}main .widget .content p a{text-decoration:underline}main .widget .content p a:hover{color:#3b5998;text-decoration:none}main .widget.border-light.upcoming-contest .content{padding-left:0;text-align:center}main .widget.border-light.upcoming-contest .content p a{color:#3b5998;font-size:14px;text-decoration:underline}main .widget.border-light.upcoming-contest .content p a:hover{text-decoration:none}main .widget.go-for-gold h4{padding-bottom:7px}main .widget.go-for-gold .content p.left{width:110px;margin:10px}main .widget.go-for-gold .content p.right{margin-right:15px}main .widget.stats .content p{margin-bottom:0}main .widget.stats .content p:last-child{margin-bottom:10px}main .widget table{table-layout:fixed}main .widget table tr:hover td{background:#f8f8f8}main .leftbar{padding-left:10px;width:29%}main .rightbar{width:29.3%;padding-right:10px}main .content h3,main .content .display-none{display:none}footer.site{background:#fff;border-top:2px solid #cbcbcb;padding-top:55px}footer.site p{font-size:11px;margin-bottom:5px}footer.site a{color:#4a4a4a}footer.site a:hover{text-decoration:underline}footer.site ul.inline-list{margin:0 0 10px 0}footer.site ul.inline-list li{margin-left:0}footer.site ul.inline-list li a{font-size:11px;color:#4a4a4a;position:relative;padding:0 5px}footer.site ul.inline-list li a::before{content:"";position:absolute;height:12px;width:1px;background:#4a4a4a;top:2px;left:0}footer.site ul.inline-list li:first-child a{padding-left:0}footer.site ul.inline-list li:first-child a::before{display:none}footer.site .sponsor{font-size:11px}footer.site .sponsor a img{width:120px}footer.site article{margin-bottom:3px}footer.site article:first-child{margin-top:20px}footer.site article h6{font-weight:700;font-size:13px;color:#666;margin-bottom:0}footer.site article h6 a{text-decoration:underline;color:#666}footer.site article p{font-size:12px;color:#777;text-align:justify}footer.site .link-group{margin-top:15px;margin-right:70px}footer.site .link-group h6{font-size:13px;font-weight:700;text-decoration:underline;color:#777}footer.site .link-group ul{margin-left:0;padding:0}footer.site .link-group ul li{margin-bottom:0}footer.site .link-group ul li a{font-size:12px;color:#666;padding:0 0 5px 0;text-decoration:underline}footer.site .link-group ul li a:hover{background:none;color:#4a4a4a}footer.site .powered-by{color:#666;font-size:12px;margin-bottom:7px}footer.site .powered-by a{text-decoration:underline;font-size:12px;color:#666}footer.site p.text-center{margin-bottom:20px}.solution-container{padding:10px 25px}.solution-container .page-title{font-size:30px;color:#666;border-bottom:1px solid;position:relative;padding-left:40px}.solution-container .page-title::before{content:"";width:28px;height:24px;position:absolute;left:0;top:50%;background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-solution.svg") no-repeat;margin-top:-13px;background-size:100%}.solution-container .page-title span{font-size:14px;font-weight:normal;position:relative;padding-left:20px;margin-left:10px;top:-4px}.solution-container .page-title span::before{content:"";position:absolute;width:1px;height:10px;background:#4a4a4a;left:0;top:3px}.solution-container .page-title span strong{color:#3b5998;text-transform:uppercase}.solution-container .ide{width:800px;margin:0 auto}.solution-container .ide h1{display:none}.solution-container .ide .top{font-size:14px;line-height:1.6;margin:20px 0 8px}.solution-container .ide .top .left{margin-top:6px}.solution-container .ide .top .right ul{margin-bottom:0}.solution-container .ide .top .right ul li{margin-left:0;padding-right:20px;margin-right:20px;position:relative;top:5px}.solution-container .ide .top .right ul li::after{content:"";position:absolute;width:1px;height:15px;background:#4a4a4a;right:0;top:3px}.solution-container .ide .top .right ul li:last-child{margin-right:0;padding-right:0;top:0}.solution-container .ide .top .right ul li:last-child::after{display:none}.solution-container .ide #solutiondiv{width:800px;-webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.5);box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.5);border:solid 1px #ece8e8;padding:0;margin:0}.solution-container .ide #solutiondiv .cpp{background:#fff}.solution-container .ide #solutiondiv .cpp ol{font-size:13px}.solution-container .ide .bottom{font-size:12px;margin-top:10px}.twitter-position{position:relative !important;top:6.5px !important}.social-contest{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.social-contest-fb{margin-left:4px}@media only screen and (max-width: 1100px){.topbar .row>.small-12{width:100% !important}}@media only screen and (max-width: 996px){.topbar .social-login.inline-list{margin-right:-30px}}.l-hr-banner{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;padding:15px 24px;margin-bottom:10px;border-top:solid 1px #e7e5e6;border-bottom:solid 1px #e7e5e6;background-color:#f9f6ef}.l-hr-banner .m-vertical-seperator{border-left:1px solid #cececf;height:40px;margin:0 45px}.l-hr-banner .m-getting-stated__text{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}.l-hr-banner .m-getting-stated__text span{font-size:14px;color:#4a4a4a;margin-right:24px}.l-hr-banner .l-social-sec{width:360px}.l-social-sec{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-social-sec .m-social-sec__text{font-size:14px;color:#4a4a4a}.l-social-sec .l-social__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:270px}.l-social-sec .i-social{background-image:url("https://cdn.codechef.com/images/icons/social-sprite.svg");background-repeat:no-repeat;width:28px;height:28px;display:inline-block;text-decoration:none}.l-social-sec .i-linkedin{background-position:-279px -67px}.l-social-sec .i-linkedin:hover{background-position:-279px -20px}.l-social-sec .i-quora{background-position:-243px -67px}.l-social-sec .i-quora:hover{background-position:-243px -20px}.l-social-sec .i-medium{background-position:-207px -67px}.l-social-sec .i-medium:hover{background-position:-207px -20px}.l-social-sec .i-instagram{background-position:-171px -67px}.l-social-sec .i-instagram:hover{background-position:-171px -20px}.l-social-sec .i-twitter{background-position:-135px -67px}.l-social-sec .i-twitter:hover{background-position:-135px -20px}.l-social-sec .i-facebook{background-position:-99px -67px}.l-social-sec .i-facebook:hover{background-position:-99px -20px}.l-social-sec .i-telegram{background-position:-63px -67px}.l-social-sec .i-telegram:hover{background-position:-63px -20px}.l-social-sec .i-youtube{background-position:-27px -67px}.l-social-sec .i-youtube:hover{background-position:-27px -20px}.special-block{border:1px solid #e7e5e6;background:#fff;margin-bottom:10px;padding:16px 10px}.special-block h4{padding-top:0 !important;margin-bottom:12px !important}.special-block .special-block-img-container{text-align:center}.special-block .center-description{font-size:14px !important;margin-bottom:0 !important;color:#6e6e6e;line-height:20px;text-align:center;margin-top:12px}.special-block.cursor-pointer{cursor:pointer;display:block;text-decoration:none !important}.multiple-usernames-container .m-username--link{text-decoration:underline}.multiple-usernames-container .m-username--link:hover{text-decoration:none}.topbar{background:#fff;height:80px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);position:absolute;width:100%;top:0}.topbar .row{width:auto}.topbar .row>.small-12{width:1100px;margin:0 auto;float:left}.topbar .social-login.inline-list{width:auto;height:auto;background:none;margin:25px 22px 0 0}.topbar .social-login.inline-list #oauth-buttons{float:left;margin-top:0}#custom-login{background:none;margin-left:22px;margin-top:22px;width:100%}#custom-login form{padding:8px}.login-label>span{display:none}.rounded-cr-body{background:#fff;border:1px solid #ccc}.rounded-cr-header{background:none}.rounded-cr-footer{background:none}.rounded-b-footer{background:none;padding:12px}.rounded-b-header{background:none}.rounded-block{background:none}.content-wrapper-header.content{display:none}.content-wrapper{border:1px solid #dfdddc;border-radius:0;padding-top:15px}#logo-floater img{margin-bottom:5px;margin-top:18px;float:none}#block-nice_menus-1{padding:0 0 0 27px}ul.nice-menu{float:right;margin-top:8px}#user-bar{border:none;padding:0;margin:0;float:left}#user-bar form{position:relative}#user-bar form>div>a{position:absolute;right:80px;font-size:10px;top:34px}#facebook-login{border-left:1px solid #999;border-right:1px solid #999;margin-left:15px;margin-top:-4px;padding:6px 14px 0 14px;float:left}.rounded-block{border:none}.c4s_content-in-new{background:#fff;margin-top:0}.picture>img{height:auto;width:32px}.outer-box-problems{background:#fff;padding:10px;border:1px solid #d0d0d0;border-radius:0}.seperate{border-radius:0}.box-white{border-radius:0}.rounded-block{border:1px solid #dfdddc;border-radius:0 !important}#content-regions #sidebar-content .content-spacer{margin:0 10px 12px 12px}#block-nice_menus-1>.content>h2{padding:0;margin:0}#new-login-form>div>.form-item{display:inline;float:left;margin-right:7px;margin-top:1px;vertical-align:middle}#new-login-form>div>.form-item label{display:none !important}.new-input{width:146px;font-size:12px;padding:6px 6px;outline:none;border:1px solid #ccc;border-radius:4px}#user-bar input[type=text],#user-bar input[type=password]{float:left;width:171px;height:29.5px;border-radius:1px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;border:solid 1px #c2c1c1;font-size:.7775rem}#user-bar input[type=submit],.signup a{width:70px;height:29px;margin-top:1px;border-radius:1px;background-color:#4a90e2 !important;background-image:none;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);box-shadow:0 1px 2px 0 rgba(0,0,0,.5);color:#fff;text-shadow:none;border:none;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;text-decoration:none}#user-bar input[type=submit]:hover,.signup a:hover,#user-bar input[type=submit]:focus,.signup a:focus{background:#2a6fc3 !important;text-decoration:none;color:#fff !important}.signup a{width:80px;line-height:2.1;-webkit-transition:background .2s ease-in;transition:background .2s ease-in}.new-input-button{width:50px;padding:3px !important;vertical-align:top;margin-right:3px;font-size:12px}.signup{float:left;vertical-align:top;margin:0 0 0 18px}.question-note{float:left}.question-note a{background:url(images/fbconnect/question-icon.gif) no-repeat left top;display:inline-block;width:14px;margin:6px 0 0 0;position:relative;text-decoration:none;padding:11px 6px;border-right:1px solid #999;background-position-y:16px}.question-note a .fb-help-tooltip{z-index:2001}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);border-bottom-color:#b3b3b3;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.form-submit:hover,.form-submit:focus,.btn:hover,.btn:focus{text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;transition:background-position .1s linear}.new-input-button{font-size:12px}#header{display:block;margin:0 auto;width:960px}#header>.inner-wrapper{display:block;float:none;width:960px}#header>.inner-wrapper>div,#header>.inner-wrapper>div>div{display:inline-block;vertical-align:top;float:none}#header>.inner-wrapper>div{max-width:640px}.new-input.error{-webkit-box-shadow:0 0 3px #ff000a;box-shadow:0 0 3px #ff000a;border:1px solid rgba(231,76,76,.73) !important;outline:none}.primary-col-wrapper{border:1px solid #ccc;padding-top:20px}.content-wrapper-header{margin-bottom:-4px}#block-block-31 h3{background:none;color:#656565;margin:0;padding:15px 0px 15px 0px;text-transform:uppercase;text-align:center;border:#b3b3b3 solid 1px;background:#f1f1f1}header.site{padding-top:80px}header.site h1{top:-70px;left:-60px}header.site .cc-img{top:-67px;left:-60px}header.site h1 a img{width:260px}header.site .cc-img a img{width:260px}header.site nav{margin:10px -15px -20px 0}header.site nav ul.nice-menu>li:nth-child(3){padding:3px 25px;margin-right:13px}@media only screen and (max-width: 1100px){.topbar .social-login.inline-list{margin:25px -37px 0 0}header.site h1{top:-60px;left:0}header.site .cc-img{top:-78px;left:-32px}header.site h1 a img{width:200px}header.site .cc-img a img{width:200px}}.no-select{webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:"FontAwesome";src:url("https://cdn.codechef.com/sites/all/themes/abessive/fonts/fontawesome-webfont.eot?v=4.6.1");src:url("https://cdn.codechef.com/sites/all/themes/abessive/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"),url("https://cdn.codechef.com/sites/all/themes/abessive/fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"),url("https://cdn.codechef.com/sites/all/themes/abessive/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"),url("https://cdn.codechef.com/sites/all/themes/abessive/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"),url("https://cdn.codechef.com/sites/all/themes/abessive/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.generic-dialog-box{background:#fff;border:1px solid #eee;padding:25px;position:relative;max-width:400px}.generic-dialog-box .messages{margin:20px 20px 10px;padding:20px 20px 10px;border:0px;margin:10px}.generic-dialog-box .messages ul{padding:0;margin:0}.generic-dialog-box .messages ul li{font-size:14px;color:#5c5c5c;line-height:1.5;margin-bottom:5px;list-style:disc;padding-left:0;padding-bottom:0;margin-left:10px}.generic-dialog-box .messages.error{background:#ffeded}.generic-dialog-box .messages.success{background:#e9ffe9}.generic-dialog-box .messages.status{background:#def1ff}.generic-dialog-box .fa-times{position:absolute;top:10px;right:10px;margin:0;padding:0}img[height="1"]{display:none}:root{font-size:100%}.cc-hidden{display:none !important}.cc-visible{display:block !important}.test-case-copy-btn{cursor:pointer;padding:5px;border-radius:4px}.test-case-copy-btn:hover{background-color:#e0e0e0}code{background:none;border:none;padding:0;line-height:1.3}.contest-container{min-height:500px}.contest-container .content-area{width:620px;-webkit-box-shadow:0 0 0 0 #fff,4px 2px 6px -4px #888;box-shadow:0 0 0 0 #fff,4px 2px 6px -4px #888;padding-right:0;padding-bottom:30px;margin-bottom:-2px}.contest-container .content-area a:not(.button){-webkit-transition:all .15s ease-in;transition:all .15s ease-in}.contest-container .content-area .banner img{width:100%;max-height:300px;-webkit-box-shadow:0 4px 6px -2px rgba(0,0,0,.8);box-shadow:0 4px 6px -2px rgba(0,0,0,.8)}.contest-container .content-area .problem-table .topBox{display:none}.contest-container .content-area .problem-table table{table-layout:fixed}.contest-container .content-area .problem-table table thead th:first-child{width:220px}.contest-container .content-area .problem-table table thead th:nth-child(2){width:100px;padding-right:0}.contest-container .content-area .problem-table table thead th:nth-child(3){text-align:center;width:160px;padding-left:0}.contest-container .content-area .problem-table table thead th:last-child{text-align:center;width:95px;padding-right:0}.contest-container .content-area .problem-table table tbody tr td{overflow:visible !important}.contest-container .content-area .problem-table table tbody tr td:first-child,.contest-container .content-area .problem-table table tbody tr td:nth-child(2){padding-left:28px}.contest-container .content-area .problem-table table tbody tr td:nth-child(2) div{width:81px;overflow:hidden;text-overflow:ellipsis}.contest-container .content-area .problem-table table tbody tr td:nth-child(3),.contest-container .content-area .problem-table table tbody tr td:last-child{text-align:center}.contest-container .content-area .problem-table table tbody tr td.cc-problem-name>div{position:relative;text-overflow:ellipsis;display:inline-block;width:200px}.contest-container .content-area .problem-table table tbody tr td.cc-problem-name>div span{display:inline-block;width:170px;overflow:hidden;text-overflow:ellipsis}.contest-container .content-area .problem-table table tbody tr td .icon-attempt{display:inline-block;width:15px;position:absolute;right:3px;top:4px}.contest-container .content-area .problem-table table tbody tr:hover td{background:#f8f8f8}.contest-container .content-area .time-zone{text-align:right;background:url("../png/clock-timer.png") no-repeat right top;padding-right:25px;margin:10px 0;line-height:22px;font-size:13px}.contest-container .content-area .cc-text-block,.contest-container .content-area .cc-text-block .content p{font:400 normal 14px Helvetica,sans-serif;line-height:1.7}.contest-container .content-area .cc-text-block h3,.contest-container .content-area .cc-text-block .content p h3,.contest-container .content-area .cc-text-block h2,.contest-container .content-area .cc-text-block .content p h2,.contest-container .content-area .cc-text-block .contest-details-h2,.contest-container .content-area .cc-text-block .content p .contest-details-h2{background:#eee;padding:10px 15px;border-top:1px solid #e4e4e4;margin:20px 15px;font:bold normal 14px Helvetica,sans-serif;line-height:1.6;color:#4a4a4a;text-transform:uppercase}.contest-container .content-area .cc-text-block .content,.contest-container .content-area .cc-text-block .content p .content{padding:0 15px}.contest-container .content-area .cc-text-block .content p:empty{display:none}.contest-container .content-area .cc-text-block .content strong,.contest-container .content-area .cc-text-block .content b{font:bold normal 14px Helvetica,sans-serif;line-height:1}.contest-container .content-area .cc-text-block .content strong:empty,.contest-container .content-area .cc-text-block .content b:empty{display:none}.contest-container .content-area .cc-text-block .content ul,.contest-container .content-area .cc-text-block .content ol{margin-bottom:15px;margin-left:0;padding-left:1.1rem}.contest-container .content-area .cc-text-block .content ul li,.contest-container .content-area .cc-text-block .content ol li{margin:0 0 0 10px;padding:0 0 12px 0;font:400 normal 14px Helvetica,sans-serif;line-height:1.6}.contest-container .content-area .cc-text-block .content ul li:last-child,.contest-container .content-area .cc-text-block .content ol li:last-child{padding-bottom:0}.contest-container .content-area .cc-text-block .content .contest-details-h4{display:block;background:inherit;padding:0;border-top:inherit;margin:inherit;margin-bottom:.5rem;text-transform:inherit}.contest-container .content-area .cc-text-block .content .rules-heading,.contest-container .content-area .cc-text-block .content h4,.contest-container .content-area .cc-text-block .content .contest-details-h4{font-size:19px !important;color:#535353;margin-top:0;line-height:1.6 !important;display:block;padding-bottom:5px;font:bold normal 14px Helvetica,sans-serif;line-height:1}.contest-container .content-area .cc-text-block .content .rules-body,.contest-container .content-area .cc-text-block .content p.last,.contest-container .content-area .cc-text-block .content ul.last,.contest-container .content-area .cc-text-block .content ol.last{border-bottom:1px solid #979797;padding-bottom:15px;margin-bottom:15px}.contest-container .content-area .cc-text-block .content .rules-body:last-child,.contest-container .content-area .cc-text-block .content p.last:last-child,.contest-container .content-area .cc-text-block .content ul.last:last-child,.contest-container .content-area .cc-text-block .content ol.last:last-child{border-bottom:none}.contest-container .content-area .cc-text-block .content .rules-body ul,.contest-container .content-area .cc-text-block .content .rules-body ol,.contest-container .content-area .cc-text-block .content p.last ul,.contest-container .content-area .cc-text-block .content p.last ol,.contest-container .content-area .cc-text-block .content ul.last ul,.contest-container .content-area .cc-text-block .content ul.last ol,.contest-container .content-area .cc-text-block .content ol.last ul,.contest-container .content-area .cc-text-block .content ol.last ol{border:none;margin:0}.contest-container .content-area .cc-text-block .content .button{display:table;margin-top:10px}.contest-container .content-area .cc-text-block .content .more-less-content{display:none}.contest-container .content-area .cc-text-block .content .more-less-content p:last-child,.contest-container .content-area .cc-text-block .content .more-less-content ul:last-child,.contest-container .content-area .cc-text-block .content .more-less-content ol:last-child{margin-bottom:0}.contest-container .content-area .cc-text-block .content .more-less-toggle{background:#3b5998;color:#fff;text-decoration:none;font-size:11px;font-weight:300;border-radius:50px;display:inline-block;margin-bottom:15px;width:75px;padding:0 10px 0 0;text-align:center;height:20px;line-height:20px;position:relative}.contest-container .content-area .cc-text-block .content .more-less-toggle::after{content:"";display:inline-block;width:14px;height:14px;background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-chevron-right-white.svg") no-repeat 0 0/100%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:absolute;right:11px;top:17%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.contest-container .content-area .cc-text-block .content .more-less-toggle.more::before{content:"";position:absolute;width:570px;height:70px;top:-80px;left:0;background:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#fff));background:linear-gradient(transparent 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%)}.contest-container .content-area .cc-text-block .content .more-less-toggle.more::after{-webkit-transform:rotate(90deg) translateY(-50%);transform:rotate(90deg) translateY(-50%)}.contest-container .content-area .cc-text-block .content .more-less-toggle.less{margin-top:15px}.contest-container .content-area .cc-text-block .content .more-less-toggle.less::after{-webkit-transform:rotate(-90deg) translateY(-50%);transform:rotate(-90deg) translateY(-50%);top:15%;right:-2px}.contest-container .content-area .cc-text-block.announcements .content p,.contest-container .content-area .cc-text-block .content p.announcements .content p,.contest-container .content-area .cc-text-block.stats .content p,.contest-container .content-area .cc-text-block .content p.stats .content p,.contest-container .content-area .cc-text-block.div1div2 .content p,.contest-container .content-area .cc-text-block .content p.div1div2 .content p{margin-bottom:1.25rem}.contest-container .content-area .cc-text-block.announcements .content p:last-child,.contest-container .content-area .cc-text-block .content p.announcements .content p:last-child,.contest-container .content-area .cc-text-block.stats .content p:last-child,.contest-container .content-area .cc-text-block .content p.stats .content p:last-child,.contest-container .content-area .cc-text-block.div1div2 .content p:last-child,.contest-container .content-area .cc-text-block .content p.div1div2 .content p:last-child{margin-bottom:0}.contest-container .content-area .cc-text-block.announcements .content ul,.contest-container .content-area .cc-text-block .content p.announcements .content ul,.contest-container .content-area .cc-text-block.stats .content ul,.contest-container .content-area .cc-text-block .content p.stats .content ul,.contest-container .content-area .cc-text-block.div1div2 .content ul,.contest-container .content-area .cc-text-block .content p.div1div2 .content ul{border-bottom:none}.contest-container .content-area .cc-text-block.announcements .content ul:last-child,.contest-container .content-area .cc-text-block .content p.announcements .content ul:last-child,.contest-container .content-area .cc-text-block.stats .content ul:last-child,.contest-container .content-area .cc-text-block .content p.stats .content ul:last-child,.contest-container .content-area .cc-text-block.div1div2 .content ul:last-child,.contest-container .content-area .cc-text-block .content p.div1div2 .content ul:last-child{margin-bottom:0}.contest-container .content-area .cc-text-block.announcements .content h2,.contest-container .content-area .cc-text-block .content p.announcements .content h2,.contest-container .content-area .cc-text-block.stats .content h2,.contest-container .content-area .cc-text-block .content p.stats .content h2,.contest-container .content-area .cc-text-block.div1div2 .content h2,.contest-container .content-area .cc-text-block .content p.div1div2 .content h2{font-size:23px;font-weight:bold;color:#4a4a4a;margin:25px 0}.contest-container .content-area .cc-text-block.announcements .content h2 sup,.contest-container .content-area .cc-text-block .content p.announcements .content h2 sup,.contest-container .content-area .cc-text-block.stats .content h2 sup,.contest-container .content-area .cc-text-block .content p.stats .content h2 sup,.contest-container .content-area .cc-text-block.div1div2 .content h2 sup,.contest-container .content-area .cc-text-block .content p.div1div2 .content h2 sup{background:#fad75a;font-size:13px;padding:2px 5px;font-weight:normal}.contest-container .content-area .cc-text-block.div1div2 .content .well,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well{padding:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#f7f7f7;margin-bottom:15px}.contest-container .content-area .cc-text-block.div1div2 .content .well.blue,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well.blue{background:#d1eff9}.contest-container .content-area .cc-text-block.div1div2 .content .well.yellow,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well.yellow{background:#f4edd6}.contest-container .content-area .cc-text-block.div1div2 .content .well h4,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well h4{margin-bottom:0}.contest-container .content-area .cc-text-block.div1div2 .content .well h5,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well h5,.contest-container .content-area .cc-text-block.div1div2 .content .well .contest-div-title,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well .contest-div-title{font-size:16px;font-weight:bold;color:#4a4a4a;line-height:1.3;margin-bottom:5px}.contest-container .content-area .cc-text-block.div1div2 .content .well .contest-div-title,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well .contest-div-title{font-family:Arial,sans-serif;margin-top:.2rem;font-style:normal;text-rendering:optimizeLegibility}.contest-container .content-area .cc-text-block.div1div2 .content .well .fa,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well .fa{margin:5px 10px 0 0}.contest-container .content-area .cc-text-block.div1div2 .content .well .fa::before,.contest-container .content-area .cc-text-block .content p.div1div2 .content .well .fa::before{background:#fff;width:20px;height:20px;display:inline-block;border-radius:50%;text-align:center;line-height:20px}.contest-container .content-area .cc-text-block__highlighted{background:#fbdf7d;margin:15px;padding:20px}.contest-container .sidebar{width:367px;float:right;margin-right:10px}.contest-container .sidebar .widget{text-align:center}.contest-container .sidebar .widget h4,.contest-container .sidebar .widget .h4-style{text-decoration:none;padding:25px 23px 3px;left:0;transform:none;-webkit-transform:none}.contest-container .sidebar .widget h5,.contest-container .sidebar .widget .recentActivity{font:bold normal 15px Helvetica,sans-serif;line-height:1.6;color:#6e6e6e;padding-top:8px}.contest-container .sidebar .widget h5 .fa,.contest-container .sidebar .widget .recentActivity .fa{padding:0;border-radius:0;width:20px;height:20px;font-size:11px;line-height:22px;float:right;-webkit-box-shadow:none;box-shadow:none;color:#6f6d6d}.contest-container .sidebar .widget h5 .fa:hover,.contest-container .sidebar .widget .recentActivity .fa:hover{background:#cfcfcf}.contest-container .sidebar .widget h5 .fa:focus,.contest-container .sidebar .widget .recentActivity .fa:focus{background:#eee;outline:none}.contest-container .sidebar .widget h5 .fa:focus:hover,.contest-container .sidebar .widget .recentActivity .fa:focus:hover{background:#cfcfcf}.contest-container .sidebar .widget .alert-icon{display:inline-block;background:url("https://cdn.codechef.com/images/attention.svg") no-repeat;width:18px;height:15px}.contest-container .sidebar .widget .alert-action-taken-head{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 12px;color:dimgray;font-family:"Open Sans";font-size:12px;font-style:normal;font-weight:700;line-height:150%;gap:6px}.contest-container .sidebar .widget .alert-description{color:dimgray;font-family:"Open Sans";font-size:12px;padding:4px 12px 12px;font-style:normal;font-weight:600;line-height:150%}.contest-container .sidebar .widget .alert-cta{font-weight:400;line-height:100%;color:#2a67b1;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;-webkit-box-align:end;-ms-flex-align:end;align-items:end;gap:8px;font-size:12px;padding:0 12px 12px}.contest-container .sidebar .widget .alert-cta:hover{text-decoration:underline !important}.contest-container .sidebar .widget .alert-cta-icon-container{width:16px;height:16px;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;border-radius:50%;background:rgba(42,103,177,.0823529412)}.contest-container .sidebar .widget .alert-cta-icon{background:url("https://cdn.codechef.com/images/practice/arrow_Up.svg") no-repeat 0 0;width:16px;height:16px;position:relative;left:-3px;scale:80%;bottom:3px}.contest-container .sidebar .widget .button{font-size:12px;padding:0;width:190px;height:30px;line-height:30px}.contest-container .sidebar .widget.recent-activity{padding:0}.contest-container .sidebar .widget.recent-activity .dataTable thead tr{background:#eee;border-color:#eee}.contest-container .sidebar .widget.recent-activity .dataTable thead tr th{background:#eee;color:#4a4a4a;font-size:12px;font-weight:bold;padding:3px 5px 0;cursor:default}.contest-container .sidebar .widget.recent-activity .dataTable thead tr th:nth-child(1){padding-left:6px}.contest-container .sidebar .widget.recent-activity .dataTable thead tr th:nth-child(2){width:100px;padding-left:7px}.contest-container .sidebar .widget.recent-activity .dataTable thead tr th:nth-child(3){width:75px;padding-left:7px}.contest-container .sidebar .widget.recent-activity .dataTable thead tr th:nth-child(4){text-align:center;width:35px;padding-left:1px}.contest-container .sidebar .widget.recent-activity .dataTable thead tr th:last-child{padding-left:12px;width:50px}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr{background:#fff;border:none;border-bottom:1px solid #ececec}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td{border-top:none;padding:12px 8px !important;font-size:11px}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td a{font-size:11px}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.date{font-size:9.6px}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.date div{white-space:normal;width:75px}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.user-handle,.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.problem-code{padding-right:0 !important}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.user-handle div,.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.problem-code div{overflow:hidden;text-overflow:ellipsis}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.result-code{text-align:center}.contest-container .sidebar .widget.recent-activity .dataTable tbody tr td.language{font-size:10px}.contest-container .sidebar .widget.recent-activity .topBox{display:none}.contest-container .sidebar .widget.recent-activity .paginationbox{margin:10px auto;width:100%}.contest-container .sidebar .widget.recent-activity .paginationbox ul{display:block}.contest-container .sidebar .widget.recent-activity .paginationbox ul li{margin-left:6px;border:none;width:17.8%}.contest-container .sidebar .widget.recent-activity .paginationbox ul li a{background:#eee;color:#4a4a4a;border:1px solid rgba(0,0,0,0);-webkit-box-shadow:0 1px 1.2px 0 rgba(0,0,0,.2);box-shadow:0 1px 1.2px 0 rgba(0,0,0,.2);min-width:30px;width:100%;padding:2px 3px;height:24px;line-height:2;font-size:10px}.contest-container .sidebar .widget.recent-activity .paginationbox ul li a:hover{border:1px solid #cececf}.contest-container .sidebar .widget.recent-activity .paginationbox ul li a.active{background:none;cursor:default;font-size:15px;line-height:1.3;-webkit-box-shadow:none;box-shadow:none}.contest-container .sidebar .widget.recent-activity .paginationbox ul li a:disabled,.contest-container .sidebar .widget.recent-activity .paginationbox ul li a.disabled{cursor:default;-webkit-box-shadow:none;box-shadow:none}.contest-container .sidebar .widget.recent-activity .paginationbox ul li a:disabled:hover,.contest-container .sidebar .widget.recent-activity .paginationbox ul li a.disabled:hover{border:1px solid rgba(0,0,0,0)}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(2) a::before{content:"Prev"}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(2) a img{float:left}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(4) a::before{content:"Next"}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(4) a img{float:right}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(3) a:hover{border:1px solid rgba(0,0,0,0)}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(2) a,.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(4) a{position:relative}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(2) a img,.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(4) a img{width:14px;margin-top:3px}.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(2) a::before,.contest-container .sidebar .widget.recent-activity .paginationbox ul li:nth-child(4) a::before{font-size:10px;color:#4a4a4a}.problem-container{padding:0 25px}.problem-container .breadcrumbs{margin-left:0}.problem-container header h1{font:bold normal 30px Helvetica,sans-serif;line-height:1.6;color:#4a4a4a;border-bottom:1px solid;position:relative}.problem-container header h1 .button.right{margin:12px 0 12px 12px;padding:.4rem 1.5rem .425rem}.problem-container header h1 span{font-size:14px;font-weight:normal;position:relative;padding-left:20px;margin-left:10px;top:-4px}.problem-container header h1 span::before{content:"";position:absolute;width:1px;height:10px;background:#4a4a4a;left:0;top:3px}.problem-container header h1 span strong{text-transform:uppercase}.problem-container header h1 i{margin-left:8px}.problem-container header h2{font:bold normal 22px Helvetica,sans-serif;line-height:1.6;color:#6f6d6d}.problem-container header h2 .is-admin-block{margin-top:10px}.problem-container header h2 .is-admin-block label{font-size:13px}.problem-container header h2 .is-admin-block input{margin-bottom:4px}.problem-container .content-area{margin-top:5px;padding-top:20px;padding-right:30px;width:580px}.problem-container .content-area .problem-statement{font-size:14px;color:#6b6b6b}.problem-container .content-area .problem-statement .solution-visible-txt~h3 a{text-decoration:underline}.problem-container .content-area .problem-statement .solution-visible-txt~h3 a:hover{text-decoration:none}.problem-container .content-area .problem-statement .translation{background:#f8f8f8;padding:15px;margin-bottom:10px}.problem-container .content-area .problem-statement .translation p{margin-bottom:7px}.problem-container .content-area .problem-statement .translation .button{margin-right:3px;position:relative}.problem-container .content-area .problem-statement h3{font:bold normal 18px Helvetica,sans-serif;line-height:1.6;color:#4a4a4a;border-top:1px solid;margin-top:15px;padding-top:10px}.problem-container .content-area .problem-statement p,.problem-container .content-area .problem-statement ul,.problem-container .content-area .problem-statement ol{font:300 normal 15px Helvetica,sans-serif;line-height:1.7;color:#4a4a4a;margin-bottom:20px}.problem-container .content-area .problem-statement ul,.problem-container .content-area .problem-statement ol{margin-left:25px}.problem-container .content-area .problem-statement pre{margin-bottom:20px;white-space:pre-wrap}.problem-container .content-area .problem-statement table{clear:left;width:100%;border-collapse:collapse;table-layout:fixed;margin-bottom:25px;border-bottom:1px solid #ececec}.problem-container .content-area .problem-statement table th{padding:10px 0 10px 15px;background:#f3f3f3;font-weight:400;color:#333;border:none;-moz-text-align-last:left;text-align-last:left}.problem-container .content-area .problem-statement table td{padding:8px 0 8px 15px;height:auto;word-break:break-all;overflow:hidden !important;text-overflow:ellipsis;border-top:#ececec solid 1px;color:#4a4a4a;font:300 13px/1.5 Helvetica}.problem-container .content-area .problem-info{background:#f8f8f8;padding:10px 15px;border-bottom:1px solid #dbdbdb;margin-bottom:25px}.problem-container .content-area .problem-info p{margin-bottom:10px}.problem-container .content-area .problem-info p label{cursor:default;display:table-cell;width:140px}.problem-container .content-area .problem-info p span{display:table-cell;padding-left:10px}.problem-container .content-area .problem-info .rating~span{padding-left:0}.problem-container .sidebar{margin-right:0;padding-top:20px;margin-top:5px;padding-left:10px}.problem-container .sidebar .button-submissions{overflow:hidden}.problem-container .sidebar .button-submissions .button{width:150px;display:inline-block;float:left;margin:2px 14px 15px 2px;font-weight:400;font-size:13px}.problem-container .sidebar .button-submissions .button:last-child{margin-right:0}.problem-container .sidebar .successful-submissions{border:1px solid #e7e6e6}.problem-container .sidebar .successful-submissions h3{font-size:18px;font-weight:bold;padding-top:5px;color:#6e6e6e;text-align:center;padding:15px 0;cursor:pointer}.problem-container .sidebar .successful-submissions h3 button.fa{font-size:10px;font-weight:normal;float:right;margin:2px 25px 0 0;display:inline-block;width:23px;padding:0;height:20px;text-align:center;-webkit-box-shadow:none;box-shadow:none;color:#6f6d6d;line-height:1}.problem-container .sidebar .successful-submissions .dataTable{table-layout:auto}.problem-container .sidebar .successful-submissions .dataTable thead tr{background:#eee;border-color:#eee}.problem-container .sidebar .successful-submissions .dataTable thead tr th{background:#eee;color:#4a4a4a;font-size:12px;font-weight:bold;padding:3px 5px 0;cursor:default;border-bottom:1px solid #ececec}.problem-container .sidebar .successful-submissions .dataTable thead tr th:first-child{width:80px;max-width:80px !important}.problem-container .sidebar .successful-submissions .dataTable thead tr th:nth-child(4){width:10% !important}.problem-container .sidebar .successful-submissions .dataTable thead tr th:last-child{text-align:center}.problem-container .sidebar .successful-submissions .dataTable tbody tr{background:#fff;border:none;border-bottom:1px solid #ececec}.problem-container .sidebar .successful-submissions .dataTable tbody tr td{border-top:none;word-break:normal;word-wrap:normal;text-overflow:ellipsis;white-space:nowrap !important;padding:10px 8px !important;font-size:11px}.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child{text-align:center}.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a{border-radius:2px;display:inline-block;font-size:10px;width:41px;height:18px;line-height:18px;border:none;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;text-decoration:none}.problem-container .sidebar .successful-submissions .dataTable tbody tr td:last-child a.disabled{background:#cecece;color:#ececec;cursor:default}.problem-container .sidebar .successful-submissions .dataTable tbody tr td a{font-size:11px}.problem-container .sidebar .successful-submissions .problems{table-layout:auto;width:100%}.problem-container .sidebar .successful-submissions .problems a{border-radius:2px;display:inline-block;font-size:10px;width:41px;height:18px;line-height:18px;border:none;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;text-align:center;margin:10px 8px;text-decoration:none}.problem-container .sidebar .successful-submissions .problems a::before{-webkit-transition:.2s all ease-in;transition:.2s all ease-in}.problem-container .sidebar .successful-submissions .problems a:hover{text-decoration:none}.problem-container .sidebar .successful-submissions .problems a[onclick="onload_getpage_ssubmissions('prev');"]::before{content:"Prev";color:#4a4a4a}.problem-container .sidebar .successful-submissions .problems a[onclick="onload_getpage_ssubmissions('next');"]::before{content:"Next";color:#4a4a4a}.problem-container .sidebar .successful-submissions .problems a img{display:none}.problem-container .sidebar .successful-submissions .problems tr:hover td{background-color:rgba(0,0,0,0)}.problem-container .sidebar .iframe-container{position:relative;right:150px;padding-bottom:170px}.problem-container .sidebar .iframe-container iframe{position:absolute;width:300px;height:170px}.problem-container .sidebar .new-highlight{background-color:#ffe500;margin-left:5px;padding:0px 3px;font-size:9px;display:inline-block;font-weight:100}.problem-container .sidebar .para-text{font-size:14px;color:#6e6e6e;line-height:20px}.problem-container .sidebar .discussions-box-padding{padding:0 12px 0 12px}.font-size-13{font-size:13px}.no-ads-premium-strip{margin-top:4px;font-family:"Open Sans",serif;background:rgba(255,235,180,.1);border:1px solid rgba(107,64,36,.3);border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 12px;gap:10px;margin-bottom:30px}.no-ads-premium-strip .title{font-family:"Open Sans",serif;font-weight:600;font-size:14px;color:#4a4a4a}.external-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-weight:400;font-size:14px;line-height:100%;color:#2a67b1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;cursor:pointer}.external-link-icon-container{width:16px;height:16px;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;border-radius:50%;background:rgba(42,103,177,.0823529412);margin-left:7px}.external-link:hover{text-decoration:underline !important}.external-link:hover .external-link-icon-container{margin-right:6px;margin-left:10px}.external-link-icon{background:url("https://cdn.codechef.com/images/icons/external-link-blue-small.svg") no-repeat;display:inline-block;width:8px;height:8px}.m-premium-text-container__no-hover{background:#fff;border-radius:50%;border:1px solid #ececec;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;top:5px;margin-right:-22px;right:24px;padding:4px 4px}.i-premium-icon-large{display:inline-block;background:url("https://cdn.codechef.com/images/icons/pro-badge-large.svg") no-repeat;width:24px;height:24px}.i-premium-icon-with-border{-webkit-box-shadow:0 2px 3px rgba(0,0,0,.25);box-shadow:0 2px 3px rgba(0,0,0,.25);display:inline-block;background:url("https://cdn.codechef.com/images/home/rocket_with_border-icon.svg") no-repeat;width:32px;height:32px}.m-divider--vertical-dark{height:48px;border-right:1px solid #999;margin-right:20px !important;margin-left:20px !important;margin-top:-4px}@-moz-document url-prefix(){.problem-container header{top:6.5px}}@media screen and (min-color-index: 0)and (-webkit-min-device-pixel-ratio: 0){.problem-container header{top:2.4px}}.row{max-width:unset}.user-profile-container header{margin:6px 0 0;padding-bottom:10px;border-bottom:1px solid #4a4a4a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;z-index:1}.user-profile-container header img{width:70px;height:70px;border:1px solid #ececec}.user-profile-container header h2{display:inline-block;font:400 normal 18px Helvetica,sans-serif;line-height:1.1;vertical-align:bottom;margin:0 0 0 5px;color:#4a4a4a}.user-profile-container header .h2-style{display:inline-block;font:400 normal 18px Helvetica,sans-serif;line-height:1.1;vertical-align:bottom;margin:0 0 0 5px;color:#4a4a4a}.user-profile-container header ul{margin-bottom:0;margin-left:auto}.user-profile-container header ul li{margin-left:10px}.user-profile-container header ul li a{position:relative;text-decoration:none}.user-profile-container header ul li a::before{font-family:FontAwesome;font-size:17px;color:#666}.user-profile-container header ul li a[title="Edit Profile"]::before{content:"";display:inline-block;margin-top:2px}.user-profile-container header ul li a.user-add{background:url("../png/icon-sets.png") no-repeat;background-size:100%;width:24px;height:24px;display:inline-block;position:static}.user-profile-container header ul li a[title="Edit Facebook Settings"]::before{content:""}.user-profile-container header ul li .add-button-set{font-size:12px}.user-profile-container header ul li .add-button-set input,.user-profile-container header ul li .add-button-set label{margin:0;-webkit-box-shadow:0 0 1px 0 rgba(0,0,0,.5);box-shadow:0 0 1px 0 rgba(0,0,0,.5)}.user-profile-container header ul li .add-button-set table tr td{border-bottom:1px solid #dedede;padding:6px 0}.user-profile-container header ul li .add-button-set table tr td .ns-checkbox{line-height:1}.user-profile-container header ul li .add-button-set table tr:last-child td{border-bottom:none}.user-profile-container header ul li .add-button-set table tr:last-child td:first-child{display:none}.user-profile-container .content-area{width:615px;-webkit-box-shadow:0 0 0 0 #fff,4px 0px 5px -4px #888;box-shadow:0 0 0 0 #fff,4px 0px 5px -4px #888;padding:0 10px 30px;margin-bottom:-2px}.user-profile-container .content-area .user-details ul{padding-bottom:0;padding-top:6px}.user-profile-container .content-area .user-details ul li{overflow:hidden;margin-bottom:5px;padding:3px 0 8px;font:400 normal 12px Helvetica,sans-serif;line-height:1.2;border-bottom:1px solid #ececec}.user-profile-container .content-area .user-details ul li:last-child{border:none;margin-bottom:0}.user-profile-container .content-area .user-details ul li label{display:inline-block;width:140px;float:left;font:bold normal 12px Helvetica,sans-serif;line-height:1.8}.user-profile-container .content-area .user-details ul li>span{display:inline-block;width:435px;float:left;line-height:1.8}.user-profile-container .content-area .user-details ul li>span p{font:400 normal 12px Helvetica,sans-serif;line-height:1.7;margin-bottom:8px}.user-profile-container .content-area .user-details ul li a{display:inline-block;font:400 normal 12px Helvetica,sans-serif;line-height:1.2;padding:0;color:#3b5998}.user-profile-container .content-area .user-details ul li a:hover{color:#3b5998;text-decoration:none}.user-profile-container .content-area .rating-graphs .tabs{width:100%;background:#efefef;border-bottom:1px solid #c8c8c8}.user-profile-container .content-area .rating-graphs .tabs .tab-title{width:23.2%;text-align:center}.user-profile-container .content-area .rating-graphs .tabs .tab-title a{font-size:14px;text-decoration:none;padding:.3rem 0;background:none;margin-top:30px;border:1px solid rgba(0,0,0,0);border-bottom:none}.user-profile-container .content-area .rating-graphs .tabs .tab-title a h3{font:normal normal 14px Helvetica,sans-serif;border:none;margin:0;padding:0;line-height:1.6}.user-profile-container .content-area .rating-graphs .tabs .tab-title.active{margin-bottom:-1px !important}.user-profile-container .content-area .rating-graphs .tabs .tab-title.active a{background:#fff;padding-bottom:6px;border-color:#c8c8c8}.user-profile-container .content-area .rating-graphs .tabs .tab-title:first-child{margin-left:20px}.user-profile-container .content-area .rating-graphs .tabs .tab-title:last-child{margin-right:20px}.user-profile-container .content-area .rating-graphs .tabs-content .content{padding:10px 0}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats{font:300 normal 12px Helvetica,sans-serif;line-height:1.6;margin:20px 22% 0;z-index:1;width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fbfbfb;position:relative}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats::after,.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats::before{content:" ";top:99%;left:50%;border:solid rgba(0,0,0,0);height:0;width:0;position:absolute;pointer-events:none}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats::after{border-color:rgba(251,251,251,0);border-top-color:#fbfbfb;border-width:20px;margin-left:-20px}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats::before{border-color:rgba(219,219,219,0);border-top-color:#dbdbdb;border-width:21px;margin-left:-21px}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:first-child{width:27%;background:#6bb462;color:#fff;text-align:center;padding:0 15px;position:relative}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:first-child .rating-container{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:first-child .rating-container .rating{font-size:16px;color:#fff}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:first-child .rating-container small{display:block;font-size:13px}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:nth-child(2){padding:15px 25px;border:1px solid #dbdbdb;border-left:none;width:75%}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:nth-child(2) .contest-name a{font-size:15px;color:#4a4a4a;margin-right:5px}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:nth-child(2) .contest-name span{font-size:11px;display:block}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:nth-child(2) small{font-size:13px}.user-profile-container .content-area .rating-graphs .tabs-content .content .rank-stats .left:nth-child(2) small~strong{color:#6f6d6d}.user-profile-container .content-area .rating-graphs .tabs-content .content .highcharts-container{width:100% !important}.user-profile-container .content-area .rating-data-section{margin:20px 0;border-top:1px solid}.user-profile-container .content-area .rating-data-section h3{font:bold normal 18px Helvetica,sans-serif;line-height:1.6;color:#4a4a4a;margin-top:15px;padding-top:10px}.user-profile-container .content-area .rating-data-section .content{padding:10px 0;margin-left:0 !important}.user-profile-container .content-area .rating-data-section.problems-solved{overflow-wrap:break-word}.user-profile-container .content-area .rating-data-section.problems-solved>p{font:400 normal 14px Helvetica,sans-serif;line-height:1.6;margin-bottom:10px}.user-profile-container .content-area .rating-data-section.problems-solved>p>strong{font-size:15px}.user-profile-container .content-area .rating-data-section.problems-solved .content>p{margin-bottom:5px;margin-left:20px}.user-profile-container .content-area .rating-data-section.problems-solved .content>p strong{font-weight:normal}.user-profile-container .content-area .rating-data-section.problems-solved .content h5{font-size:17px;margin-bottom:10px;margin-left:5px;color:#4a4a4a;margin-top:20px}.user-profile-container .content-area .rating-data-section.problems-solved .content h5:first-child{margin-top:0}.user-profile-container .content-area .rating-data-section.problems-solved div{margin-left:35px}.user-profile-container .content-area .rating-data-section.problems-solved div a{font:300 normal 12px Helvetica,sans-serif;line-height:1.4;text-decoration:none}.user-profile-container .content-area .rating-data-section.problems-solved article{margin-left:35px}.user-profile-container .content-area .rating-data-section.problems-solved article p{margin-bottom:5px}.user-profile-container .content-area .rating-data-section.problems-solved article strong{display:inline-block;width:90px;font-size:13px;font-weight:normal}.user-profile-container .content-area .rating-data-section.problems-solved article span{display:inline-block;width:80%;vertical-align:top}.user-profile-container .sidebar{width:379px;float:right;margin-right:6px;margin-top:5px}.user-profile-container .sidebar .widget.widget-rating{font-family:Helvetica,sans-serif;padding-bottom:5px}.user-profile-container .sidebar .widget.widget-rating .rating-header{margin-top:43px}.user-profile-container .sidebar .widget.widget-rating .rating-header .rating-star{color:#3b5998;font-size:13px;letter-spacing:3px;margin-bottom:15px;margin-top:10px}.user-profile-container .sidebar .widget.widget-rating .rating-header .rating-star span{color:#fff;padding:3px 1px 3px 5px;text-align:center;margin-right:1px}.user-profile-container .sidebar .widget.widget-rating .rating-header .school-rating-number,.user-profile-container .sidebar .widget.widget-rating .rating-header .rating-number{font-size:40px;line-height:1.2}.user-profile-container .sidebar .widget.widget-rating .rating-header strong{font-size:14px;margin-top:-5px}.user-profile-container .sidebar .widget.widget-rating .rating-header small{display:block;font-size:11px}.user-profile-container .sidebar .widget.widget-rating .rating-ranks ul{list-style:none;margin:15px auto 20px;display:table}.user-profile-container .sidebar .widget.widget-rating .rating-ranks ul li{font-weight:300;font-size:11px;text-align:center}.user-profile-container .sidebar .widget.widget-rating .rating-ranks ul li:first-child{position:relative;padding-right:25px;margin-left:0}.user-profile-container .sidebar .widget.widget-rating .rating-ranks ul li:first-child::after{content:"";background:#4a4a4a;width:1px;height:47px;right:0;top:10px;position:absolute}.user-profile-container .sidebar .widget.widget-rating .rating-ranks ul li strong{font-weight:400;font-size:28px;display:block}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;text-align:center}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-head-text{text-decoration:none;font-style:normal;font-weight:400;font-size:12px;line-height:160%;letter-spacing:.02em;white-space:nowrap;color:#fff}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-head-text:hover{text-decoration:underline}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-body-text{font-weight:400;font-size:14px;color:#363636;margin-bottom:0;text-align:center}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-body-text-change{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-body-text-change span{font-size:13px;color:#666;line-height:13px}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-body-text-change img{position:relative;top:-1px}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-head{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px;gap:10px;width:132px;height:35px;background:rgba(92,109,210,.9);border-radius:4px 4px 0 0}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-body,.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-body-unrated{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:8px;background:rgba(201,233,255,.3);border:1px solid rgba(92,109,210,.1);border-top:none;border-radius:0 0 4px 4px}.user-profile-container .sidebar .widget.widget-rating .games-rating-boxes .games-rating-box .games-rating-box-body-unrated{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-container .sidebar .widget.widget-rating .games-profile-link-container{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;margin:32px 0 20px 0}.user-profile-container .sidebar .widget.widget-rating .games-profile-link-container .games-profile-link{text-decoration:none;height:14px;font-family:"Open Sans",serif;font-style:normal;font-weight:400;font-size:14px;line-height:100%;color:#5c6dd2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-container .sidebar .widget.widget-rating .games-profile-link-container .games-profile-link:hover{text-decoration:underline}.user-profile-container .sidebar .widget.widget-rating .games-profile-link-container .games-profile-link-icon-container{margin-left:10px;height:24px;width:24px;background:#eff1fa;border-radius:50%;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}.user-profile-container .sidebar .widget.widget-rating .games-profile-link-container .games-profile-link-icon{background:url("https://cdn.codechef.com/images/icons/arrow-no-tail-blue.svg");cursor:pointer;height:24px;width:22px}.user-profile-container .sidebar .widget.user-certificates{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:initial}.user-profile-container .sidebar .widget.user-certificates .certificate-title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .no-public-certificate{color:#6e6e6e;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:140%;text-align:center;margin:initial}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:0 16px}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container .certificate-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container .certificate-row .certificate-row-left-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container .certificate-row .certificate-row-left-content .certificate-icon{display:block;min-width:45px;height:30px;background:url("https://cdn.codechef.com/images/certificate_img.svg") no-repeat 0 0;background-size:contain}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container .certificate-row .certificate-row-left-content .description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container .certificate-row .certificate-row-left-content .description .certificate-heading{margin:initial;color:#6e6e6e;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container .certificate-row .certificate-row-left-content .description .certificate-sub-heading{margin:initial;color:#6e6e6e;font-family:Open Sans;font-size:11px;font-style:normal;font-weight:400;line-height:14px}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .certificate-row-container .certificate-row .preview-button{text-decoration:none;color:#fff;text-align:center;font-family:Arial;font-size:10px;font-style:normal;font-weight:400;line-height:20px;border-radius:2px;background:#4a90e2;padding:2px 20px}.user-profile-container .sidebar .widget.user-certificates .certificate-widget-container .view-all-cta{text-decoration:none;padding:10px;color:#4a4a4a;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:600;line-height:20px;border-top:1px solid #e7e5e6;text-align:center}.user-profile-container .sidebar .widget.recent-activity{padding:0}.user-profile-container .sidebar .widget.recent-activity table{width:100%;border-collapse:collapse}.user-profile-container .sidebar .widget.recent-activity table thead tr{background:#eee;border-color:#eee}.user-profile-container .sidebar .widget.recent-activity table thead tr th{background:#eee;color:#4a4a4a;font-size:12px;font-weight:bold;padding:3px 5px 0;cursor:default;height:35px;border-bottom:1px solid #dedede;text-align:left}.user-profile-container .sidebar .widget.recent-activity table thead tr th:first-child{padding-left:10px}.user-profile-container .sidebar .widget.recent-activity table thead tr th:nth-child(2){width:80px}.user-profile-container .sidebar .widget.recent-activity table thead tr th:nth-child(2){text-align:left}.user-profile-container .sidebar .widget.recent-activity table thead tr th:nth-child(4){width:70px}.user-profile-container .sidebar .widget.recent-activity table thead tr th:nth-child(3),.user-profile-container .sidebar .widget.recent-activity table thead tr th:last-child{width:74px !important;text-align:center}.user-profile-container .sidebar .widget.recent-activity table .tooltiptext{visibility:hidden;width:120px;background-color:#d5d5d5;color:#000;right:43px;top:13px;text-align:center;border-radius:6px;padding:5px 0;position:relative;z-index:1}.user-profile-container .sidebar .widget.recent-activity table .tooltips:hover .tooltiptext{visibility:visible}.user-profile-container .sidebar .widget.recent-activity table .fa-clock-o{font-size:17px;position:relative;top:15px;left:10px}.user-profile-container .sidebar .widget.recent-activity table tbody tr{background:#fff;border:none;border-bottom:1px solid #ececec;height:60px}.user-profile-container .sidebar .widget.recent-activity table tbody tr td{cursor:pointer;border-top:none;padding:6px 8px !important;font-size:11px}.user-profile-container .sidebar .widget.recent-activity table tbody tr td:last-child,.user-profile-container .sidebar .widget.recent-activity table tbody tr td:nth-child(3){text-align:center}.user-profile-container .sidebar .widget.recent-activity table tbody tr td:nth-child(2){overflow:hidden;text-overflow:ellipsis}.user-profile-container .sidebar .widget.recent-activity table tbody tr td a{font-size:11px}.user-profile-container .sidebar .widget.recent-activity table tbody tr td .centered{border-radius:2px;display:inline-block;font-size:10px;width:60px;height:20px;line-height:20px;border:0;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;text-decoration:none;color:#fff;background:#4a90e2}.user-profile-container .sidebar .widget.recent-activity table tbody tr td .disabled{background:url("../gif/view-solution-disabled-slice.gif") repeat-x;text-decoration:none;border-radius:2px;font-size:10px;color:#b8b8b8;padding:3px 18.26px;border:#d9d9d9 solid 1px;line-height:20px}.user-profile-container .sidebar .widget.recent-activity table tbody tr:last-child{border-color:#c8c8c8}.user-profile-container .sidebar .widget.recent-activity .topBox{display:none}.user-profile-container .sidebar .widget.recent-activity .problems{table-layout:auto}.user-profile-container .sidebar .widget.recent-activity .problems tr{width:100%}.user-profile-container .sidebar .widget.recent-activity .problems tr:last-child{border-bottom:none}.user-profile-container .sidebar .widget.recent-activity .problems tr td:last-child{text-align:right}.user-profile-container .sidebar .widget.recent-activity .problems tr a{border-radius:2px;display:inline-block;font-size:10px;width:60px;height:20px;line-height:20px;border:none;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;text-align:center;margin:10px 8px;text-decoration:none}.user-profile-container .sidebar .widget.recent-activity .problems tr a::before{-webkit-transition:.2s all ease-in;transition:.2s all ease-in}.user-profile-container .sidebar .widget.recent-activity .problems tr a:hover{text-decoration:none}.user-profile-container .sidebar .widget.recent-activity .problems tr a[onclick="onload_getpage_recent_activity_user('prev');"]::before{content:"Prev";color:#4a4a4a}.user-profile-container .sidebar .widget.recent-activity .problems tr a[onclick="onload_getpage_recent_activity_user('next');"]::before{content:"Next";color:#4a4a4a}.user-profile-container .sidebar .widget.recent-activity .problems tr a img{display:none}.user-profile-container .sidebar .widget.recent-activity .problems tr:hover td{background-color:rgba(0,0,0,0)}.user-profile-container .sidebar .widget .widget-small-table .rating-table thead tr th{line-height:1.3;text-align:center;padding-bottom:4px}.user-profile-container .sidebar .widget .widget-small-table .rating-table thead tr th:first-child{width:80px;text-align:left}.user-profile-container .sidebar .widget .widget-small-table .rating-table thead tr th:nth-child(2){width:80px}.user-profile-container .sidebar .widget .widget-small-table .rating-table thead tr th:last-child{padding-right:7px}.user-profile-container .sidebar .widget .widget-small-table .rating-table tbody tr td{text-align:center;word-break:break-all}.user-profile-container .sidebar .widget .widget-small-table .rating-table tbody tr td:first-child{text-align:left;padding-left:12px}.user-profile-container .sidebar .widget .widget-small-table .rating-table tbody tr:last-child{border-bottom:none}.user-profile-container .sidebar .widget .widget-small-table .rating-table tbody tr:last-child td{border-bottom:none}.cards__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:578px;padding:0 16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;gap:12px;margin-left:0 !important;-ms-flex-wrap:wrap;flex-wrap:wrap}.cards__container div{margin-left:0 !important}.cards__container .learning__card{display:-webkit-box;display:-ms-flexbox;display:flex;width:267px;padding:8px;height:82px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;border:1px solid #ededed}.cards__container .learning__card:hover{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);box-shadow:0 2px 10px rgba(0,0,0,.1)}.cards__container .learning__card .title__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cards__container .learning__card .title__container img{height:48px;width:48px;min-height:48px;min-width:48px;border-radius:8px}.cards__container .learning__card .title__container .card__content{width:100%;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:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-item-align:stretch;align-self:stretch}.cards__container .learning__card .title__container .card__content .cardTitle__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cards__container .learning__card .title__container .card__content .cardTitle__container .card__title{color:#3b5998;font-family:"Open Sans",serif;font-size:14px;font-style:normal;font-weight:400;line-height:19.6px;margin-bottom:0 !important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cards__container .learning__card .title__container .card__content .progress{margin:8px 0;width:100%;border-radius:36px;height:6px;background:#eee}.cards__container .learning__card .title__container .card__content .progress .fill{height:100%;background:#4fa659;border-radius:36px}.cards__container .learning__card .title__container .card__content .bottom__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.cards__container .learning__card .title__container .card__content .completed__text{color:#0c612c;font-family:"Open Sans",serif;font-size:11px;font-style:normal;font-weight:400;line-height:14px;margin-bottom:0 !important}.cards__container .learning__card .title__container .card__content .dot{background:#b3bdd2;border-radius:50%;width:4px;height:4px}.cards__container .learning__card .title__container .card__content .view__certificate{margin-bottom:0}.cards__container .learning__card .title__container .card__content .view__certificate a{color:#4a4a4a;text-align:center;font-family:"Open Sans",serif;font-size:10px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:underline}.tooltiptext{visibility:hidden;width:120px;background-color:#363636;color:#fff;right:52px;top:6px;border-radius:6px;padding:5px 8px;display:block;position:relative;z-index:1}.tooltips:hover .tooltiptext{text-decoration:none;visibility:visible}.vertical-tabs-container{min-height:580px;position:relative}.vertical-tabs-container .user-avatar{position:absolute;top:30px;z-index:2;width:23%;text-align:center}.vertical-tabs-container .user-avatar img{width:120px;border:1px solid #cecece}.vertical-tabs-container .user-avatar a{display:block;margin-top:5px;font:400 normal 14px Helvetica,sans-serif;line-height:1.6}.password-errors{font-size:14px;padding-left:8px}.form-new h2,.form-new h4,.form-new p{font:400 normal 14px Helvetica,sans-serif;line-height:1.6;color:#4a4a4a}.form-new h2{font-size:1.6rem}.form-new h4{font-size:1.3rem}.form-new pre{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:25px;background:#fff;padding:15px;-webkit-box-shadow:0px 5px 15px -2px rgba(0,0,0,.15);box-shadow:0px 5px 15px -2px rgba(0,0,0,.15)}.form-new input[type=text],.form-new input[type=password],.form-new input[type=email],.form-new input[type=search],.form-new textarea{border:1px solid #cecece;display:block;width:100%;font-size:13px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border ease 0s;transition:border ease 0s;max-height:34px}.form-new input[type=text]:focus,.form-new input[type=password]:focus,.form-new input[type=email]:focus,.form-new input[type=search]:focus,.form-new textarea:focus{-webkit-box-shadow:none;box-shadow:none;border-left:3px solid #3b5998;padding-left:6px}.form-new input[type=text].half,.form-new input[type=password].half,.form-new input[type=email].half,.form-new input[type=search].half,.form-new textarea.half{width:48%;float:left;margin-right:15px}.form-new input[type=text].error,.form-new input[type=password].error,.form-new input[type=email].error,.form-new input[type=search].error,.form-new textarea.error{-webkit-box-shadow:0 0 3px #ff000a;box-shadow:0 0 3px #ff000a;border:1px solid rgba(231,76,76,.73) !important;outline:none;background-image:url("https://cdn.codechef.com/sites/all/themes/abessive/images/icon-x.svg") !important;background-repeat:no-repeat !important;background-position:98% 50% !important;padding-right:43px;background-size:12px !important;margin-bottom:16px}.form-new .button,.form-new input[type=submit],.form-new .btn{-webkit-transition:all ease-in .2s;transition:all ease-in .2s}.form-new .button:focus,.form-new input[type=submit]:focus,.form-new .btn:focus{color:#fff}.form-new input[type=file]{margin:10px 0 0 0;outline:none}.form-new input[type=file]~label.file-button{position:absolute;left:10px;font-size:12px;padding-left:1.1rem;padding-right:1.1rem}.form-new input[type=file]~span.description{margin-top:12px}.form-new label.option{font-size:13px}.form-new label .form-required{color:#f33}.form-new label .mceEditor{display:block;margin-bottom:20px}.form-new fieldset{margin:15px 0;padding:0;border:none}.form-new fieldset:first-child{margin-top:0}.form-new fieldset:first-child legend{margin-top:0}.form-new fieldset legend{font:400 normal 15px "Open Sans",sans-serif;line-height:1.6;color:#000;text-transform:uppercase;letter-spacing:2px;background:none;margin:15px 5px 15px 10px;border-bottom:1px solid #ccc;width:100%;padding-top:10px;padding-left:0}.form-new .suffix{font-size:10px;margin:-12px 0 15px}.form-new .chosen-container{display:block;margin-bottom:1rem;width:auto !important}.form-new .chosen-container .chosen-single{border-radius:0;background:#fff;border-color:#cecece;height:34px;-webkit-box-shadow:none;box-shadow:none;line-height:34px}.form-new .chosen-container .chosen-single span{font-weight:normal}.form-new .chosen-container .chosen-single div{top:4px}.form-new .chosen-container .chosen-drop .chosen-search input[type=text]{margin-bottom:0 !important}.form-new .chosen-container .chosen-drop .chosen-results li{font-size:13px;margin-left:0;padding-bottom:0;list-style:none}.form-new.form-small{max-width:280px}.form-new .form-radios{display:-webkit-box;display:-ms-flexbox;display:flex}.form-new .form-radios .form-item{margin-right:15px}.form-new .form-radios .form-item label{font-weight:normal !important}.form-new .form-checkboxes .form-item label{font-weight:normal !important}.form-new.form-forgot-password{min-height:250px;margin-bottom:0 !important}.form-new.form-forgot-password .captcha img{margin-bottom:18px}.form-new.form-forgot-password .description{display:none}.form-new.form-forgot-password .button.blue{width:100%}.form-new.form-forgot-password .button.blue:hover,.form-new.form-forgot-password .button.blue:focus{color:#fff}.form-new.form-user-profile fieldset{padding-bottom:0;margin-bottom:0;margin-top:10px;border:none}.form-new.form-user-profile fieldset legend{font-weight:normal;background:#f6f6f6;width:100%;padding:8px 10px;font-size:18px;border-bottom:1px solid}.form-new.form-user-profile fieldset legend a{color:#4a4a4a;cursor:default}.form-new.form-user-profile .form-item{width:545px}.form-new.form-user-profile .form-item label{font-size:1rem;font-weight:bold}.form-new.form-user-profile .form-item label.option{font-size:14px;font-weight:normal}.form-new.form-user-profile .form-item .description,.form-new.form-user-profile .form-item .password-description{font-size:11px;margin:-10px 0 20px}.form-new.form-user-profile .form-item .field-suffix{display:block;margin:-15px 0 20px;font-size:14px}.form-new.form-user-profile .buttons{padding:5px 10px 15px}.form-new.form-user-profile .buttons input{margin-right:7px}.form-new .description{margin-top:-12px;display:block;font-size:11px;margin-bottom:1rem;font-weight:normal}.forgot-password-container{width:700px;margin:30px auto 0;padding-bottom:50px;min-height:515px}.forgot-password-container h3{font-size:20px;color:#757575;line-height:2;border-bottom:1px solid #cecece;padding-bottom:10px;text-align:center;width:270px;margin:0 auto 40px}.forgot-password-container h3 span{display:block;font-size:14px}.forgot-password-container .form-container .small-6:first-child{border-right:1px solid #cecece;padding:30px 40px}.forgot-password-container .form-container .small-6:first-child .button{font-size:14px;padding:11px 20px}.forgot-password-container .form-container .small-6:last-child{padding:30px 40px}.forgot-password-container .form-container .small-6:last-child .help-box{background:#f8f8f8;border-top:1px solid #3b5998;padding:20px}.forgot-password-container .form-container .small-6:last-child .help-box .title{font-weight:bold;font-size:13px;border-bottom:1px solid #cecece;padding-bottom:10px;margin-bottom:10px;display:block}.forgot-password-container .form-container .small-6:last-child .help-box .help-box-description ul li{font-size:12px;margin-bottom:3px}@media screen and (-webkit-min-device-pixel-ratio: 0){.form-new input[type=file]{margin-left:3px;margin-top:9px}.form-new input[type=file]~label.file-button{top:22px}}main.content .solution-container{padding:10px 25px;min-height:450px}main.content .solution-container .page-title{font-size:30px;color:#666;border-bottom:1px solid;position:relative;padding-left:40px}main.content .solution-container .page-title::before{content:"";position:absolute}main.content .solution-container .page-title.ce::before{width:33px;height:29px;left:0;top:50%;background:url("../png/solution-icon-sprite.png") no-repeat -126px 0;margin-top:-15px}main.content .solution-container .page-title.pac::before{width:24px;height:22px;left:5px;top:50%;background:url("https://cdn.codechef.com/sites/all/themes/abessive/images/partial-solution.svg");margin-top:-12px}main.content .solution-container .page-title.ac::before{width:22px;height:18px;left:7px;top:50%;background:url("../png/solution-icon-sprite.png") no-repeat 0 -1px;margin-top:-9px}main.content .solution-container .page-title.rte::before{width:28px;height:28px;left:4px;top:50%;background:url("../png/solution-icon-sprite.png") no-repeat -36px -1px;margin-top:-15px}main.content .solution-container .page-title.tle::before{width:29px;height:30px;left:4px;top:50%;background:url("../png/solution-icon-sprite.png") no-repeat -83px 0;margin-top:-15px}main.content .solution-container .page-title.wa::before{width:21px;height:21px;left:9px;top:50%;background:url("../png/solution-icon-sprite.png") no-repeat 0 -46px;margin-top:-11px}main.content .solution-container .page-title.ie::before{width:22px;height:21px;left:0;top:50%;background:url("../png/solution-icon-sprite.png") no-repeat -82px -40px;margin-top:-13px}main.content .solution-container .page-title.loading::before{width:21px;height:21px;left:11px;top:50%;background:url("../gif/icon-loader.gif") no-repeat;margin-top:-7px}main.content .solution-container .page-title span{font-size:14px;font-weight:normal;position:relative;padding-left:20px;margin-left:10px;top:-4px}main.content .solution-container .page-title span::before{content:"";position:absolute;width:1px;height:10px;background:#4a4a4a;left:0;top:3px}main.content .solution-container .page-title span.user-name strong{text-transform:none}main.content .solution-container .page-title span strong{color:#3b5998;text-transform:uppercase}main.content .solution-container .page-title span.solution-status{position:absolute;top:10px;left:0;width:20px;height:20px}main.content .solution-container .page-title span.solution-status::before{display:none}main.content .solution-container .ide{width:800px;margin:0 auto}main.content .solution-container .ide h1{display:none}main.content .solution-container .ide .top{font-size:14px;line-height:1.6;margin:20px 0 8px}main.content .solution-container .ide .top .left{margin-top:6px}main.content .solution-container .ide .top .right ul{margin-bottom:0;overflow:visible}main.content .solution-container .ide .top .right ul li{margin-left:0;padding-right:20px;margin-right:20px;position:relative;top:5px}main.content .solution-container .ide .top .right ul li::after{content:"";position:absolute;width:1px;height:15px;background:#4a4a4a;right:0;top:3px}main.content .solution-container .ide .top .right ul li:last-child{margin-right:0;padding-right:0;top:0}main.content .solution-container .ide .top .right ul li:last-child::after{display:none}main.content .solution-container .ide #solutiondiv{width:800px;-webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.5);box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.5);border:solid 1px #ece8e8;padding:0;margin:0}main.content .solution-container .ide #solutiondiv .cpp{background:#fff}main.content .solution-container .ide #solutiondiv .cpp ol{font-size:13px}main.content .solution-container .ide .disqualified-overlay{position:absolute;width:100%;height:100%;z-index:4;top:0;background:rgba(0,0,0,.1);font-size:85px;text-transform:uppercase;font-weight:bold;color:#979797;text-align:center}main.content .solution-container .ide .disqualified-overlay span{display:inline-block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(-30deg);transform:translate(-50%, -50%) rotate(-30deg)}main.content .solution-container .ide .bottom{font-size:12px;margin-top:5px}main.content .solution-container .solution-error{font-size:1.4rem;text-align:center;width:800px;margin:0 auto;color:#666;padding-top:20px}main.content .solution-container .solution-error i{display:block;font-size:5rem;margin-bottom:20px}main.content .solution-container .solution-info{min-height:500px;position:relative;overflow:hidden}main.content .solution-container .solution-info ul{overflow:hidden;margin:0;background:#fafafa;padding:0 10px 2px;text-align:right;border:1px solid #d5d5d5;border-bottom:none}main.content .solution-container .solution-info ul li{list-style:none;display:inline;font-size:12px;color:#4a4a4a;position:relative;padding:0 9px 0 3px}main.content .solution-container .solution-info ul li::after{content:"";height:10px;width:1px;background:#4a4a4a;position:absolute;right:0;top:2px}main.content .solution-container .solution-info ul li:last-child{padding-right:0}main.content .solution-container .solution-info ul li:last-child::after{display:none}main.content .solution-container .solution-info .ember-view.cc-text-editor{border-top:none}main.content .solution-container .solution-info .ember-view.margin-top{margin-top:0}main.content .solution-container .testcases{margin:20px auto 0;width:800px}main.content .solution-container .testcases h2{color:gray;font-size:20px;margin-bottom:20px;padding:0 0 5px 0;cursor:pointer;display:block;border-bottom:1px solid}main.content .solution-container .testcases .stderr{white-space:pre-wrap;height:500px;overflow-y:auto;padding:12px;-webkit-box-shadow:rgba(0,0,0,.05) 0 0 0 1px;box-shadow:rgba(0,0,0,.05) 0 0 0 1px}main.content .solution-container .testcases .stderr::-webkit-scrollbar{-webkit-appearance:none}main.content .solution-container .testcases .stderr::-webkit-scrollbar:vertical{width:11px}main.content .solution-container .testcases .stderr::-webkit-scrollbar:horizontal{height:11px}main.content .solution-container .testcases .stderr::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid #fff;background-color:#e4e4e4}main.content .solution-container .testcases table.status-table{text-align:center;border:1px solid #ccc;font-size:13px;width:100%}main.content .solution-container .testcases table.status-table td{border:1px solid #ccc}main.content .solution-container .testcases table.status-table th{background-color:#666;color:#fff;text-align:center}main.content .solution-container .testcases table.status-table tr.correct{color:#01df01;background-color:#e4f0ad}main.content .solution-container .testcases table.status-table tr.wrong{color:#fe2e64;background-color:#fae6e0}main.content .solution-container .testcases table.status-table tr.skip{background-color:#f2f2f2}main.content .solution-container .testcases table.status-table tr.subtask-result{height:34px;font-size:14px;background-color:#fff}main.content .solution-container__hackathon .page-title{padding-left:10px}main.content .solution-container__hackathon .page-title span strong{color:#666}main.content .solution-container__hackathon .dataTable{margin:0 0 1.5rem 0;min-width:600px;width:auto;table-layout:fixed}main.content .solution-container__hackathon .dataTable th,main.content .solution-container__hackathon .dataTable td{padding-left:15px;font:300 normal 14px Helvetica,sans-serif;line-height:1.6}main.content .solution-container__hackathon .dataTable thead tr th:first-child{width:150px}main.content .solution-container__hackathon .dataTable tbody tr td{color:#333;padding:6px 15px;max-width:400px;white-space:normal}main.content .solution-container__hackathon .dataTable__title{font:600 normal 13px Helvetica,sans-serif;line-height:1.6;margin-bottom:0;text-transform:uppercase;letter-spacing:.5px;color:#93744c}main.content .solution-container__application{background:#f8f8f8}main.content .solution-container__application .cover{background:url(../jpg/hackathon-aplication-cover.jpg) no-repeat 0 0/100%;height:300px}main.content .solution-container__application .info-box{background:#fff;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.04),0 3px 1px -2px rgba(0,0,0,.02);box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.04),0 3px 1px -2px rgba(0,0,0,.02);margin-top:20px}main.content .solution-container__application .info-box h2{margin:0;display:inline-block;font-size:12px;background:#d3e5f1;padding:2px 7px;position:relative;top:-3px}main.content .solution-container__application .info-box__content{padding:5px 15px}main.content .solution-container__application .info-box__content *{font:400 normal 14px "Open Sans",sans-serif;line-height:1.6;margin-bottom:.5rem}main.content .solution-container__application .info-box__content ul li{font:400 normal 14px "Open Sans",sans-serif;line-height:1.6}main.content .solution-container__application header{margin-top:-140px}main.content .solution-container__application header .identity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}main.content .solution-container__application header .identity h1{color:#fff;font:300 normal 25px "Open Sans",sans-serif;line-height:1.4;margin-bottom:0}main.content .solution-container__application header .identity h1 span{display:block;font-size:14px;font-style:italic}main.content .solution-container__application header .identity .logo{width:60px;height:60px;background:#fff;border-radius:2px}main.content .solution-container__application .info{width:600px;margin:0 auto;padding:10px 25px}main.content .solution-container__application .info .members .info-box__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}main.content .solution-container__application .info .members .info-box__content .member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ddd;border-radius:50px;padding:3px 7px 3px 3px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none}main.content .solution-container__application .info .members .info-box__content .member:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}main.content .solution-container__application .info .members .info-box__content .member img{width:45px;border-radius:50px;margin:0 5px 0 0}main.content .solution-container__application .info .members .info-box__content .member span{margin-bottom:0;font:600 normal 13px "Open Sans",sans-serif;line-height:1.6}main.content .solution-container__application .info .meta{margin-bottom:50px}#modalbox-solution-plaintext_wrapper .generic-dialog-box{max-width:800px;width:800px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .modalbox-solution-plaintext_header{position:absolute;top:10px;font-size:14px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .modalbox-solution-plaintext_close{right:15px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .content{max-height:550px;overflow:auto;margin-top:30px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .content pre{font-family:"Inconsolata",Arial;font-size:13px;background:#f9f7f7;padding:10px;border-left:5px solid #e2e2e2}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-error{font-size:1.4rem;text-align:center;width:800px;margin:0 auto;color:#666;padding-top:20px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-error i{display:block;font-size:5rem;margin-bottom:20px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-info{border:2px solid #ece8e8}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-info ul{overflow:hidden;margin:0;background:#fafafa;padding:0 10px 2px;text-align:right}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-info ul li{list-style:none;display:inline;font-size:12px;color:#4a4a4a;position:relative;padding:0 9px 0 3px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-info ul li::after{content:"";height:10px;width:1px;background:#4a4a4a;position:absolute;right:0;top:2px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-info ul li:last-child{padding-right:0}#modalbox-solution-plaintext_wrapper .generic-dialog-box .solution-info ul li:last-child::after{display:none}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases{margin:20px auto 0;width:800px}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases h2{color:gray;font-size:20px;margin-bottom:20px;padding:0 0 5px 0;cursor:pointer;display:block;border-bottom:1px solid}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases table.status-table{text-align:center;border:1px solid #ccc;font-size:13px;width:100%}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases table.status-table td{border:1px solid #ccc}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases table.status-table th{background-color:#666;color:#fff;text-align:center}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases table.status-table tr.correct{color:#01df01;background-color:#e4f0ad}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases table.status-table tr.wrong{color:#fe2e64;background-color:#fae6e0}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases table.status-table tr.skip{background-color:#f2f2f2}#modalbox-solution-plaintext_wrapper .generic-dialog-box .testcases table.status-table tr.subtask-result{height:34px;font-size:14px;background-color:#fff}.m-premium-sale-text-container,.m-premium-sale-text{font-family:Open Sans,"serif" !important}
/*# sourceMappingURL=app.css.map */
