/*
 * GENERAL
 */

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.column {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button, select {
    text-transform: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*
 * WELCOME
 */

/*
 * Contact Advisor
 */

.regions *,
.se-advisors * {
    box-sizing: border-box;
}

.regions {
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 10px;
}

.regions .region-image {
    margin-bottom: 30px;
    background-color: #461d7c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.regions .region-image:hover {
    background-color: #fdd023;
}

.regions .region-image .columns .column {
    float: left;
    width: 49%;
    height: 164px;
    position: relative;
    text-align: center;
}

.regions .region-image .columns .column .table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.regions .region-image .columns .column.column-image svg {
    width: 120px;
    height: 120px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.regions .region-image .columns .column.column-image svg path {
    fill: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.regions .region-image:hover .columns .column.column-image svg path {
    fill: #461d7c;
}

.regions .region-image .columns .column.column-heading h3 {
    color: #ffffff;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.regions .region-image:hover .columns .column.column-heading h3 {
    color: #461d7c;
}

.se-advisors {
    margin-bottom: 10px;
}

.se-advisors .item-wrapper {
    margin-bottom: 30px;
}

.se-advisors .item-wrapper:nth-child(4n+1) {
    clear: left;
}

.se-advisors .item h3 {
    color: #333;
}

.se-advisors .item img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
}

.heading-no-margins {
    margin: 0;
}

.se-advisors .item .item-meta {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.se-advisors .item .item-meta .contact {
    margin-right: 4px;
    font-weight: bold;
}

.se-advisors .filter {
    margin: 20px 0 20px;
}

.se-advisors .filter label {
    margin-right: 10px;
}

.select2-container {
    width: 216px!important;
    max-width: 100%;
}

@media (max-width: 640px){
    .select2-container {
        width: 190px!important;
    }
}

.select2-container--default .select2-selection--single {
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    height: 36px;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 14px;
    color: #666666;
    padding-right: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 10px 0;
    margin-left: -11px;
    margin-top: -6px;
    border-color: #999 transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 10px 8px;
    border-color: transparent transparent #999;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fdd023;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #999;
    border-top: 0 none;
}

/*
 * Pre-Arrival Checklist
 */
ul.letter-list li,
ul.number-list li {
    list-style-position: inside;
}

ul.letter-list li {
    list-style-type: lower-alpha;
}

ul.number-list li {
    list-style-type: decimal;
}

.checklist-icon ul.letter-list li,
.checklist-icon ul.number-list li {
    background: none;
}

.main-content ul.letter-list li:before,
.main-content ul.number-list li:before {
    display: none;
}