#sortable {
    padding: 10px 0;
}

#sortable li {
    margin: 0 3px 6px 0;
    position: relative;
    height: 22px;
}

#sortable li span {
    top: 50%;
    margin-top: -8px;
}

form#standard fieldset {
    margin-bottom: 15px;
}

form#standard input[type=radio] + label,
form#standard input[type=checkbox] + label {
    margin-right: 10px;
}

.spacedLabel{
    margin-right: 10px !important;
}
.radioBlock{
    display: block !important;
}
.spacedLabel input{
    margin-right: 5px;
}

#main-content form h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #f11d00;
}

#main-content form h4 {
    margin-top: 30px;
}

.unit-table th,
.secondary-table th,
.tertiary-table th {
    text-align: left;
    font-size: 15px;
}

.unit-table th,
.unit-table td,
.secondary-table th,
.secondary-table td,
.tertiary-table th,
.tertiary-table td {
    vertical-align: top;
}

.unit-table input,
.unit-table textarea,
.unit-table select,
.secondary-table input,
.secondary-table textarea,
.secondary-table select,
.tertiary-table input,
.tertiary-table textarea,
.tertiary-table select {
    width: 100%;
}

.unit-table input[type=radio],
.unit-table input[type=checkbox],
.secondary-table input[type=radio],
.secondary-table input[type=checkbox],
.tertiary-table input[type=radio],
.tertiary-table input[type=checkbox] {
    width: auto;
}

.citizenship-table {
    margin-bottom: 20px;
    border-color: #b5b5b5;
}

.citizenship-table td,
.citizenship-table th {
    padding: 4px;
    text-align: left;
    font-size: 13px;
    vertical-align: top;
    border-color: #b5b5b5;
}

label.mandatory {
    background-image: url(asterisk.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 13px;
}

.field label {
    font-size: 15px;
}

form#standard p.info {
    font-style: italic;
    font-size: 14px;
    padding-left: 13px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: 4px solid #d9d5d1;
    padding-top: 0;
    padding-bottom: 0;
    color: #6a6664;
}

form#standard div.field label.error {
    display: none;
    clear: both;
    font-weight: bold;
    color: #990000;
    font-size: 13px;
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    margin-bottom: 0;
}

.hidden-option {
    display: none;
}

div#notice-box {
    background: #EFEFEF;
    border: 1px solid #d0d0d0;
    padding: 20px 15px;
    border-radius: 5px;
}

div#notice-box li {
    list-style: disc;
}

div#notice-box > *:last-child {
    margin-bottom: 0;
}

/* #main-content ul,
#main-content ul li {
    list-style: disc;
} */

#main-content .swin-accordion {
    margin-bottom: 30px;
}

form#standard div.critical-announcement {
    font-style: italic;
    font-size: 14px;
    padding-left: 13px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: 4px solid #f11d00;
    padding-top: 0;
    padding-bottom: 0;
    color: #6a6664;
    margin-left: 30px;

}

form fieldset label span,
form fieldset legend span {
    font-weight: normal;
    font-style: italic;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 10px;
    border-left: none;
    padding-left: 0;
}

.downloadable-documents, .feature-list, .first-level-menu, .icon-list {
    border-top: 1px solid #edeae5;
    padding-left: 0;
    padding-left: 0;
}

.downloadable-documents li:hover, .feature-list li:hover, .first-level-menu li:hover, .icon-list li:hover {
    background-color: #f7f6f3;
}

ul {
    list-style: none !important;
}

.share__email {
    display: none !important;
}

/* custom alert box */
.alert-error {
    border-radius: 2px;
    background-color: #dc2d27;
    color: white;
    text-align: center;
  }
  #loading_panel {
    color: #dc2d27;
    text-align: center;
  }
  
  #loading_panel span {
    padding: 5px;
  }
  
  select {
    width: 100%;
  }
  
  .mkt-form select:last-of-type {
    margin-bottom: 20px;
  }
  
  .mkt-form, #course_panel, table {
    background: none repeat scroll 0 0 #EDEAE5;
    padding: 20px;
    margin: 1.4em 0 2em;
    font-family: "Open Sans", sans-serif;
  }
  
  table {
    width: 100%;
    overflow: scroll;
  }
  
  tr td:not(:last-child) {
    width: 25%;
  }
  
  td, th {
    padding: 5px 10px;
  }
  
  .footnote {
    font-style: italic;
    margin-bottom: 0;
    padding-top: 3em;
  }
  
  #results {
    margin: 0 5px;
  }
  
  #results h3 {
    margin: 0 10px;
  }
  
  fieldset.institutions label {
    float:left;
    width:45%;
    margin:4px;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    background: #292625;
    color: #fff;
  }
  
  fieldset.institutions label span {
    text-align:center;
    padding: 10px 5px;
    display:block;
  }
  
  fieldset.institutions label input {
    position:absolute;
    top:-20px;
  
  }
  
  fieldset.institutions input:checked + span {
    background-color:#fff;
    color:#F7F7F7;
  }
  
  fieldset.institutions {
    margin: 15px 4px;
    float: left;
    width: 100%;
    position:relative;
  
  }
  
  .institutions input[type="radio"]:checked+label {
    background: #dc2d27;
  }
  
  #pathways-form {
    margin-top: 100px;
  }
  
  .institutions input[type="radio"] {
    visibility: hidden;
  }
  
  .ui.search.dropdown {
    width: 90%;
    min-height: 0 !important;
    height: 20px;
    margin-bottom: 20px;
  }
  
  .loading {
    font-size: 16px;
  }
  
  /*input[type="radio"]:checked~label>span:after {
    content: '';
    position: absolute;
    top: 80%;
    left: calc(50% - 10px);
    background: #dc2d27;
    width: 20px;
    height: 20px;
    display: block;
  
    The points are: left top, right top, center bottom
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }*/
  
  
  h5 {
    text-transform: uppercase;
  }
  
  .pathway-details>span {
    display: block;
  }
  
  .max-units-remaining {
    display: block;
    margin: 15px -2.5em;
    padding: 5px 0;
    background: #dc2d27;
    text-align: center;
    color: #fff;
  }
  
  .max-units-remaining p {
    margin: 10px;
    font-weight: bold;
  }
  
  .note {
    background: #EDEAE5;
    font-style: italic;
  }
  
  .centered {
    text-align: center;
  }
  
  
  table.table.table-striped th {
    text-align: center;
    vertical-align: middle;
  }
  
  #results table tr th {
    width: 33%;
  }
  
  section.main-content {
    min-height: 300px !important;
  }

  .mkt-form #mkt_confirm {
    display: none;
 }
 
 .mkt-form #mkt_captcha_result {
     visibility: hidden;
   margin-top:-30px;
 
 }
 
 form.mkt-form .ui.selection.dropdown {
   min-height: auto;
   border-radius: 0;
   margin-bottom: 10px;
 }
 
 form.mkt-form .ui.dropdown .menu>.item {
   line-height: 1.30em;
 }
 
 .ui-autocomplete {
   position: absolute !important;
   z-index: 100 !important;
 }
 
 
 /*Form fixes */
     a.custom-combobox-toggle {
       position: absolute;
       display: inline-block;
       margin-left: -30px;
       margin-top: 5px;
     }
 
     input.custom-combobox-input {
       display: inline-block !important;
     }
 
     .fe-hidden {
       display: none !important;
     }
 
     .easy-autocomplete-container {
       color: black;
       margin-top: -17px;
     }
 
     .ui-autocomplete {
 
       border-radius: 0 0 5px 5px;
       max-height: 200px;
       overflow: hidden;
       overflow-y: scroll;
     }
 
     .ui-menu{
       width: 600px;
     }
 
     .ui-menu-item {
       padding: 5px 10px;
       list-style: none;
     }
 
     .ui-menu-item:hover {
       background-color: lightgrey;
     }
 /* End form fixes */
  