@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* RESET ALL STYLES */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: inherit;
}
/* RESET FOR OLDER BROWSERS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* LESS Elements 0.9 - http://lesselements.com */
input {
  filter: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--valid-bg) inset !important;
  box-shadow: 0 0 0 1000px var(--valid-bg) inset !important;
  -webkit-text-fill-color: var(--selected-bg) !important;
  animation-name: onautofillstart;
  transition: background-color 50000s ease-in-out 0s;
}
input:not(:-webkit-autofill) {
  animation-name: onautofillcancel;
}
input[readonly] {
  text-indent: -20em;
  cursor: default;
}
input[type="date"],
input[type="month"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: 124px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  border: 1px solid var(--input-border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  background-color: var(--input-bg);
}
input[type="password"] {
  letter-spacing: 2px;
  font-size: 20px !important;
}
.readonlyinput {
  text-indent: 0 !important;
  opacity: 0.5;
}
.readonly {
  position: absolute;
  display: block;
  top: 21px;
  left: 10px;
  font-size: 16px;
  color: var(--input-placeholder);
  cursor: default;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  float: left;
  max-height: 20px;
  font-weight: 400;
}
.readonly > .selected {
  background: none !important;
  color: var(--selected-bg);
  top: 11px;
  padding: 10px;
}
form input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border-bottom: var(--selected-bg) 2px solid;
  padding-bottom: 0px;
}
.neat-invalid-key {
  transition: background-color 0 !important;
  background-color: #FFC7C7 !important;
}
.neat_input::-ms-clear {
  display: none;
}
::-webkit-input-placeholder {
  color: var(--input-placeholder);
  font-size: 16px;
  text-transform: none;
}
:-moz-placeholder {
  color: var(--input-placeholder);
  font-size: 16px;
  opacity: 1;
  text-transform: none;
}
::-moz-placeholder {
  color: var(--input-placeholder);
  font-size: 16px;
  opacity: 1;
  text-transform: none;
}
:-ms-input-placeholder {
  color: var(--input-placeholder);
  font-size: 16px;
  text-transform: none;
}
textarea::-webkit-input-placeholder {
  color: var(--input-placeholder);
  font-size: 15px;
  text-transform: none;
}
textarea:-moz-placeholder {
  color: var(--input-placeholder);
  font-size: 15px;
  opacity: 1;
  text-transform: none;
}
textarea::-moz-placeholder {
  color: var(--input-placeholder);
  font-size: 15px;
  opacity: 1;
  text-transform: none;
}
textarea:-ms-input-placeholder {
  color: var(--input-placeholder);
  font-size: 15px;
  text-transform: none;
}
textarea::placeholder {
  color: var(--input-placeholder);
  font-size: 15px;
  text-transform: none;
}
.placeholder {
  color: var(--input-placeholder) !important;
  font-size: 16px;
  text-transform: none;
  background-color: transparent !important;
}
.selected_txt {
  color: var(--selected-bg);
  top: 20px;
  left: 10px;
}
.selected_txt > .neat_item:hover {
  box-shadow: none;
}
.toupper {
  text-transform: uppercase;
}
.idtip_box {
  display: none;
  opacity: 0;
  border: 1px solid var(--input-border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  position: absolute;
  padding: 2px 2px 2px 2px;
  line-height: 14px;
  margin: 0 -1px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  font-size: 15px;
}
.error_box {
  display: none;
  opacity: 0;
  color: #ffffff;
  font: 400 12px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  background-color: #A03737;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-bottom: none !important;
  position: absolute;
  padding: 2px 2px 2px 2px;
  margin: 0 -1px;
  line-height: 14px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.save_box {
  top: -14px;
  display: none;
  opacity: 0;
  border-bottom: none;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  width: 16px;
  height: 16px;
}
.saved_box {
  display: block;
  font-family: 'neat';
  font-size: 16px;
  color: #585858;
}
.text_area {
  display: block;
  width: 100%;
  height: 100px;
  min-width: 285px;
  padding: 10px;
  overflow: auto;
  resize: none;
  color: var(--selected-bg);
  font: 400 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  border: 1px solid var(--input-border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plus_sign {
  font-family: 'neat' !important;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  box-sizing: border-box;
  color: var(--valid-text);
  font-size: 35px;
}
.plus_sign:before {
  content: "\e90d";
}
.plus_open {
  font-family: 'neat' !important;
  font-size: 21px;
  margin: 0 2px 0 -3px;
  line-height: 18px;
  color: #c4c4c4;
}
.plus_open:before {
  content: "\e95d";
}
.plus_close {
  font-family: 'neat' !important;
  font-size: 21px;
  margin: 0 2px 0 -3px;
  line-height: 18px;
  color: #c4c4c4;
}
.plus_close:before {
  content: "\e989";
}
.suggest {
  position: absolute;
  top: 44px;
  background: bisque;
  padding: 4px 6px;
  width: 100%;
  box-sizing: border-box;
  border: 1px var(--valid-text) solid;
  border-top: none;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 2;
  line-height: 24px;
  font-size: 14px !important;
}
.countcir {
  float: right;
}
.radio_box {
  text-align: left;
  display: inline-block;
  width: 95%;
  padding: 10px;
  margin-right: 5px 0;
  border: 1px solid var(--border-light);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  position: relative;
}
.radio_box:hover {
  border: 1px solid var(--valid-text);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  background-color: var(--valid-bg);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.yesno_box {
  float: left;
  margin: 16px 0 0 0;
  clear: left;
  width: 100%;
}
.yesno_radio_box {
  border: 1px solid #ffffff;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  text-align: left;
  display: inline-block;
  padding: 8px 10px 10px 5px;
  margin: 2px 0px 5px 0px;
}
.yesno_radio_box:hover {
  border: 1px solid var(--valid-text);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  background-color: var(--valid-bg);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.yesno_question {
  vertical-align: middle;
  font-size: 19px;
  font-weight: 300;
  padding-left: 5px;
  margin: 0;
  float: left;
}
.tiny_radio_box {
  border: 1px solid #ffffff;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  text-align: left;
  display: inline-block;
  padding: 10px 10px 12px 10px;
}
.tiny_radio_box:hover {
  border: 1px solid var(--valid-text);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  background-color: var(--valid-bg);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.small_radio_box {
  border: 1px solid #ffffff;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  text-align: left;
  display: inline-block;
  min-width: 157px;
  max-width: 161px;
  width: 44%;
  padding: 6px;
  margin-right: 5px;
}
.small_radio_box:hover {
  border: 1px solid var(--border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
}
.bordered {
  border: 1px solid var(--valid-text) !important;
  -webkit-border-radius: var(--border-radius) !important;
  -moz-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
  background-color: var(--valid-bg) !important;
}
.bordered:not(#radio_box_male):not(#radio_box_female) {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.radio_box .bordered {
  background-color: var(--valid-bg) !important;
}
.errored {
  border: 1px solid var(--invalid-text) !important;
  -webkit-border-radius: var(--border-radius) !important;
  -moz-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) !important;
}
.error {
  color: var(--invalid-text);
  font: 600 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  border: 1px solid var(--invalid-text) !important;
  -webkit-border-radius: var(--border-radius) !important;
  -moz-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
  padding: 10px;
  float: left;
}
.neat_focused {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
}
input[type="radio"],
input[type="checkbox"] {
  z-index: -999;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.neat_check input,
.neat_radio input,
.neat_switch input {
  z-index: -999;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.neat_radio_box {
  float: left;
  width: 16px;
  height: 20px;
  margin-right: 4px;
}
.neat_radio_box_focused:before {
  color: #27bc10 !important;
}
.neat_switch {
  margin: 5px 0;
}
.neat_switch_on {
  background-position: -34px -60px !important;
}
.neat_check_on {
  background-position: -17px -34px !important;
}
.neat_radio_on {
  font-family: 'neat' !important;
  font-size: 22px;
  position: relative;
  left: -3px;
}
.neat_radio_on:before {
  content: "\e936" !important;
  color: var(--valid-text);
}
.neat_disabled {
  cursor: not-allowed !important;
}
.radio_box_title {
  float: left;
  font-weight: 600;
  font-size: 17px;
  padding-left: 2px;
}
.radio_box_subtitle {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  padding-top: 3px;
  width: 100%;
  font-style: italic;
}
.neat_input_warn {
  background: #fcffd8 !important;
  border: 1px solid #cbb505 !important;
  -webkit-border-radius: var(--border-radius) !important;
  -moz-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
}
.neat_input_error:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #cbb505 inset !important;
  box-shadow: 0 0 0 1000px #fcffd8 inset !important;
}
.neat_input_error {
  background-color: var(--invalid-bg) !important;
  border: 1px solid var(--invalid-text) !important;
  -webkit-border-radius: var(--border-radius) !important;
  -moz-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
}
.neat_input_error:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--invalid-bg) inset !important;
  box-shadow: 0 0 0 1000px var(--invalid-bg) inset !important;
}
.neat_input_valid {
  background-color: var(--valid-bg) !important;
  border: 1px solid var(--valid-text) !important;
  -webkit-border-radius: var(--border-radius) !important;
  -moz-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0) !important;
  -webkit-appearance: none !important;
}
.neat_input_valid:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--valid-bg) inset !important;
  box-shadow: 0 0 0 1000px var(--valid-bg) inset !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--valid-bg) inset !important;
  box-shadow: 0 0 0 1000px var(--valid-bg) inset !important;
  -webkit-text-fill-color: var(--selected-bg) !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
input:disabled {
  background-color: #fff;
}
input[type=date]:-webkit-datetime-edit {
  background-color: #fff;
}
.neat_input {
  color: var(--input-text);
  font: 400 17px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  border: 1px solid var(--input-border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  padding: 0px 14px 0px 9px;
  height: 60px;
  line-height: 30px !important;
  width: 100%;
  max-width: 628px;
  text-overflow: ellipsis;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.neat_input:-ms-input-placeholder {
  color: var(--input-placeholder);
  font-size: 15px;
}
.neat_menu {
  display: none;
  border: 1px solid var(--input-border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  border-top: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background: var(--input-bg);
  /* IE6 fix: */
  _background: none;
  _margin: 1px 0 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 315px;
  z-index: 99999;
}
.neat_menu_up {
  border-top: 1px solid var(--input-border) !important;
  border-bottom: none !important;
  -webkit-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1) !important;
}
.neat_item {
  color: var(--selected-bg);
  font: 400 17px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  position: relative;
  padding: 18px 0 18px 10px;
  float: left;
  width: 100%;
  background-color: var(--input-bg);
  min-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.neat_item:hover {
  -webkit-box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  box-shadow: 0px 0px 1px #999;
  cursor: pointer;
  background: #EFEFEF;
}
.neat_item_add {
  border-top: 1px solid #CCC;
  font-size: 14px !important;
  background: #f4f7f7;
  padding: 10px 0 10px 7px;
  margin-bottom: 10px;
}
.neat_item_add:hover {
  background: var(--selected-bg);
  color: #ffffff;
  font: 400 13px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
}
.neat_school_date {
  min-width: 136px !important;
}
.full_date {
  max-width: 171px;
}
.neat_date {
  min-width: 150px !important;
}
.neat_month {
  width: 67px;
  text-align: left !important;
  padding-left: 5px !important;
  margin-left: 3px;
}
.neat_day {
  left: 60px;
  width: 50px;
}
.neat_year {
  right: 4px;
  width: 72px;
}
.neat_date_input {
  position: absolute;
  height: 58px;
  border: none;
  text-align: center;
  color: var(--input-text);
  font: 400 17px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  background-color: transparent !important;
}
.neat_date_input_focused {
  border-bottom: var(--selected-bg) 2px solid;
}
.neat_date_input:focus {
  border: 0 !important;
}
.neat_divider {
  position: absolute;
  top: 15px;
  z-index: 1;
  color: #D2CECE;
  font: 400 22px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
}
.neat_enough {
  padding: 2px 4px;
  color: #585858;
  font: 400 13px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.neat_category {
  background-color: #e3e3e3;
  color: #000;
  font: 400 9px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 1px 0px 1px 4px;
}
.neat_tag {
  position: absolute;
  top: 7px;
  background: var(--selected-bg);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font: 400 15px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding: 1px 7px 1px 0;
  margin-top: 1px;
  height: 50px;
  line-height: 50px;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
}
.neat_tag_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 3px;
  float: left;
  cursor: default;
  pointer-events: none;
  width: 90%;
  display: table-cell;
}
.neat_x {
  float: left;
  padding: 0 7px;
  color: #BBB;
  font: 600 20px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  height: 48px;
  cursor: pointer;
  z-index: 1;
  pointer-events: all;
  display: flex;
  /* Add this line */
  align-items: center;
  /* Add this line */
  width: 10px;
}
.neat_x:hover {
  color: white;
}
.footer_copyright {
  color: #fff;
  position: relative;
  text-align: center;
  /* font-size: 15px; */
}
.steps {
  width: 100%;
  border: 1px solid var(--border-light);
  background-color: #ffffff;
  -webkit-border-radius: calc(var(--border-radius) + 2px);
  -moz-border-radius: calc(var(--border-radius) + 2px);
  border-radius: calc(var(--border-radius) + 2px);
}
.step_header {
  color: var(--selected-bg);
  font: 400 17px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  -webkit-border-radius: calc(var(--border-radius) + 2px);
  -moz-border-radius: calc(var(--border-radius) + 2px);
  border-radius: calc(var(--border-radius) + 2px);
  float: left;
  height: 70px;
  width: 100%;
}
.step_header_title {
  line-height: 68px;
  font-size: 1.1rem;
  font-weight: 400;
}
.step_header_edit {
  display: none;
  float: right;
  padding-right: 20px;
  line-height: 31px;
  background-color: #F0F0F0;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  margin: 15px 15px 15px 6px;
  height: 32px;
  padding: 4px 15px;
  cursor: pointer;
}
.step_header_edit:hover {
  background-color: #FFFFFF;
}
.step_content {
  display: none;
  float: left;
  width: 100%;
  padding: 10px 10px 35px 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  box-shadow: 1px 2px 3px #0000001a;
}
#step_1_content {
  display: none;
}
#step_2_content {
  display: none;
  float: left;
  width: 100%;
  min-height: 105px;
}
#step_3_content {
  display: none;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.header_active {
  background-color: #fefefe;
}
.header_disabled {
  background-color: #fcfcfc;
}
.header_done {
  background-color: #ededf26b;
  border-radius: inherit;
}
.step_header_img {
  float: left;
  margin: 22px 5px 23px 18px;
  font-size: 20pt;
}
.step_header_active {
  color: var(--selected-bg);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
}
.step_header_disabled {
  color: #6b6b6b;
}
.step_header_finished {
  color: #226B1D;
}
.step_header_1_active {
  color: var(--selected-bg);
  background-position: 16px 0px;
}
.step_header_1_disabled {
  color: #6f6f6f;
  background-position: 16px -20px;
}
.step_header_1_done {
  color: #226B1D;
  background-position: 16px -40px;
}
.step_header_2_active {
  color: var(--selected-bg);
  background-position: 16px -60px;
}
.step_header_2_disabled {
  color: #6f6f6f;
  background-position: 16px -80px;
}
.step_header_2_done {
  color: #226B1D;
  background-position: 16px -100px;
}
.step_header_3_active {
  color: var(--selected-bg);
  background-position: 16px -120px;
}
.step_header_3_disabled {
  color: #6f6f6f;
  background-position: 16px -140px;
}
.step_header_3_done {
  color: #226B1D;
  background-position: 16px -160px;
}
.step_header_4_active {
  color: var(--selected-bg);
  background-position: 16px -180px;
}
.step_header_4_disabled {
  color: #6f6f6f;
  background-position: 16px -200px;
}
.step_header_4_done {
  color: #226B1D;
  background-position: 16px -220px;
}
.step_header_done {
  float: right;
  display: inline;
  max-height: 50px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school_added {
  display: inline-block;
  width: 100%;
  height: 50px;
  max-width: 630px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
  color: var(--selected-bg);
  background: var(--valid-bg) !important;
  border: 1px solid var(--valid-text) !important;
  -webkit-border-radius: var(--border-radius) !important;
  -moz-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  padding: 14px 8px;
}
.school_added:hover {
  -webkit-box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  box-shadow: 0px 0px 1px #999;
  background: #FCFBFB !important;
}
#neat_input_school_country {
  width: 100%;
}
#neat_input_school_state {
  width: 100%;
}
#neat_input_transfer_school_country {
  width: 100%;
}
#neat_input_transfer_school_state {
  width: 100%;
}
#neat_menu_id_transfer_school_degree {
  max-height: 337px;
}
.school_select_inputs {
  padding-top: 0px;
  clear: left;
}
.school_degree_box {
  max-width: 628px;
}
.add_another_school {
  display: none;
  float: right;
  font-size: 16px;
  color: var(--selected-bg);
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px;
  border: solid 1px;
}
.add_another_school:hover {
  text-decoration: underline;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  box-shadow: 0px 0px 1px #999;
  background: #FCFBFB;
}
#school_requirements_box {
  min-width: 300px;
  display: none;
  clear: left;
  float: left;
  width: 100%;
}
.school_select {
  min-width: 150px;
  width: 100% !important;
  float: left;
}
#transfer_school {
  min-width: 170px;
  max-width: 560px;
  width: 100%;
  float: left;
}
.school-name {
  font-size: 15px;
  font-weight: 600;
  float: left;
  width: 94%;
}
.school-location {
  font-size: 11px;
  font-weight: 300;
  float: left;
  min-width: 50px;
}
.mty_date {
  max-width: 170px !important;
}
#form_help {
  width: 100%;
  float: left;
  margin: 10px auto;
  border-bottom: 1px solid var(--border);
  border-radius: 9px;
}
#form_help .step_header {
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-top: 1px solid var(--border);
  box-sizing: border-box;
}
.help_header_title {
  padding: 2px 0 2px 0;
  line-height: 70px;
  height: 30px;
}
.help_header_1_active {
  color: var(--selected-bg);
  background-position: 16px 0px;
}
.help_header_2_active {
  color: var(--selected-bg);
  background-position: 16px -25px;
}
.help_header_3_active {
  color: var(--selected-bg);
  background-position: 16px -50px;
}
.help_header_4_active {
  color: var(--selected-bg);
  background-position: 16px -75px;
}
.help_header_5_active {
  color: var(--selected-bg);
  background-position: 16px -125px;
}
#help_question_type_box .radio_box {
  min-width: 358px;
}
.need_help_title_btn {
  font-size: 16px;
  padding-right: 3px;
  font-weight: 600;
}
.need_help_title {
  color: var(--selected-bg);
  font: 600 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  float: left;
  margin-bottom: 15px;
}
.need_help_title {
  color: var(--selected-bg);
  font: 600 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  float: left;
  margin-bottom: 15px;
}
.need_help_subtitle {
  color: var(--selected-bg);
  font: 400 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  float: right;
  margin-right: 35px;
}
.need_help_section_active:hover {
  cursor: pointer;
  color: var(--selected-bg);
}
.need_help_section_opened:hover {
  cursor: pointer;
}
.help-arrow {
  float: right;
  margin: 22px 10px;
}
.need_help_dropdown {
  float: right;
  width: 15px;
  height: 15px;
  margin: 26px 10px;
}
.help_phone {
  float: left;
}
.help_content {
  float: left;
  display: none;
  box-sizing: border-box;
  padding: 20px 10px;
  width: 100%;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  margin-top: -4px;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.help_content a {
  text-decoration: none;
}
.help_campus_content {
  padding: 5px;
  color: var(--selected-bg);
  font: 300 13px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
}
div.help_campus_selection > label > .radio_box {
  min-width: 115px !important;
  padding: 10px 5px 10px 4px !important;
}
#help_4_box {
  margin: 10px;
}
.neat_phone {
  position: relative;
}
.neat_phone_input {
  padding-left: 45px;
}
.neat_phone .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
  margin-left: 1px;
  outline: none;
}
.neat_phone .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.phone_focused {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important;
}
.neat_phone .selected-flag {
  z-index: 1;
  position: relative;
  top: 5px;
  width: 34px;
  height: 59px;
  padding: 0 0 0 5px;
  background-color: rgba(0, 0, 0, 0.03);
}
.neat_phone .selected-flag .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.neat_phone .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 2px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.neat_phone .selected-flag .arrow::before {
  display: none;
}
.arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.neat_phone .country-menu {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: -1px 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 300px;
  min-width: 290px;
  overflow-y: scroll;
}
.neat_phone .country-menu.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.neat_phone .country-menu .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .neat_phone .country-menu {
    white-space: normal;
  }
}
.neat_phone .country-menu .country {
  padding: 12px 7px;
  outline: none;
}
.neat_phone .dial-code {
  color: #999;
}
.selected-flag .dial-code {
  color: #333;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  padding-top: 13px;
}
.neat_phone .country-menu .country:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px #DDD solid;
}
.country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.flag-box,
.country-name,
.dial-code {
  vertical-align: middle;
}
.flag-box,
.country-name {
  margin-right: 6px;
}
.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.neat_phone.container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.neat_phone.container:hover {
  cursor: pointer;
}
.mobile .neat_phone.container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.mobile .neat_phone .country-menu {
  max-height: 100%;
  width: 100%;
}
.mobile .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.flag {
  width: 20px;
}
.flag.BE {
  width: 18px;
}
.flag.CH {
  width: 15px;
}
.flag.MC {
  width: 19px;
}
.flag.NE {
  width: 18px;
}
.flag.NP {
  width: 13px;
}
.flag.VA {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .flag {
    background-size: 5652px 15px;
  }
}
.flag.AC {
  height: 10px;
  background-position: 0px 0px;
}
.flag.AD {
  height: 14px;
  background-position: -22px 0px;
}
.flag.AE {
  height: 10px;
  background-position: -44px 0px;
}
.flag.AF {
  height: 14px;
  background-position: -66px 0px;
}
.flag.AG {
  height: 14px;
  background-position: -88px 0px;
}
.flag.AI {
  height: 10px;
  background-position: -110px 0px;
}
.flag.AL {
  height: 15px;
  background-position: -132px 0px;
}
.flag.AM {
  height: 10px;
  background-position: -154px 0px;
}
.flag.AO {
  height: 14px;
  background-position: -176px 0px;
}
.flag.AQ {
  height: 14px;
  background-position: -198px 0px;
}
.flag.AR {
  height: 13px;
  background-position: -220px 0px;
}
.flag.AS {
  height: 10px;
  background-position: -242px 0px;
}
.flag.AT {
  height: 14px;
  background-position: -264px 0px;
}
.flag.AU {
  height: 10px;
  background-position: -286px 0px;
}
.flag.AW {
  height: 14px;
  background-position: -308px 0px;
}
.flag.AX {
  height: 13px;
  background-position: -330px 0px;
}
.flag.AZ {
  height: 10px;
  background-position: -352px 0px;
}
.flag.BA {
  height: 10px;
  background-position: -374px 0px;
}
.flag.BB {
  height: 14px;
  background-position: -396px 0px;
}
.flag.BD {
  height: 12px;
  background-position: -418px 0px;
}
.flag.BE {
  height: 15px;
  background-position: -440px 0px;
}
.flag.BF {
  height: 14px;
  background-position: -460px 0px;
}
.flag.BG {
  height: 12px;
  background-position: -482px 0px;
}
.flag.BH {
  height: 12px;
  background-position: -504px 0px;
}
.flag.BI {
  height: 12px;
  background-position: -526px 0px;
}
.flag.BJ {
  height: 14px;
  background-position: -548px 0px;
}
.flag.BL {
  height: 14px;
  background-position: -570px 0px;
}
.flag.BM {
  height: 10px;
  background-position: -592px 0px;
}
.flag.BN {
  height: 10px;
  background-position: -614px 0px;
}
.flag.BO {
  height: 14px;
  background-position: -636px 0px;
}
.flag.BQ {
  height: 14px;
  background-position: -658px 0px;
}
.flag.BR {
  height: 14px;
  background-position: -680px 0px;
}
.flag.BS {
  height: 10px;
  background-position: -702px 0px;
}
.flag.BT {
  height: 14px;
  background-position: -724px 0px;
}
.flag.BV {
  height: 15px;
  background-position: -746px 0px;
}
.flag.BW {
  height: 14px;
  background-position: -768px 0px;
}
.flag.BY {
  height: 10px;
  background-position: -790px 0px;
}
.flag.BZ {
  height: 14px;
  background-position: -812px 0px;
}
.flag.CA {
  height: 10px;
  background-position: -834px 0px;
}
.flag.CC {
  height: 10px;
  background-position: -856px 0px;
}
.flag.CD {
  height: 15px;
  background-position: -878px 0px;
}
.flag.CF {
  height: 14px;
  background-position: -900px 0px;
}
.flag.CG {
  height: 14px;
  background-position: -922px 0px;
}
.flag.CH {
  height: 15px;
  background-position: -944px 0px;
}
.flag.CI {
  height: 14px;
  background-position: -961px 0px;
}
.flag.CK {
  height: 10px;
  background-position: -983px 0px;
}
.flag.CL {
  height: 14px;
  background-position: -1005px 0px;
}
.flag.CM {
  height: 14px;
  background-position: -1027px 0px;
}
.flag.CN {
  height: 14px;
  background-position: -1049px 0px;
}
.flag.CO {
  height: 14px;
  background-position: -1071px 0px;
}
.flag.CP {
  height: 14px;
  background-position: -1093px 0px;
}
.flag.CR {
  height: 12px;
  background-position: -1115px 0px;
}
.flag.CU {
  height: 10px;
  background-position: -1137px 0px;
}
.flag.CV {
  height: 12px;
  background-position: -1159px 0px;
}
.flag.CW {
  height: 14px;
  background-position: -1181px 0px;
}
.flag.CX {
  height: 10px;
  background-position: -1203px 0px;
}
.flag.CY {
  height: 14px;
  background-position: -1225px 0px;
}
.flag.CZ {
  height: 14px;
  background-position: -1247px 0px;
}
.flag.DE {
  height: 12px;
  background-position: -1269px 0px;
}
.flag.DG {
  height: 10px;
  background-position: -1291px 0px;
}
.flag.DJ {
  height: 14px;
  background-position: -1313px 0px;
}
.flag.DK {
  height: 15px;
  background-position: -1335px 0px;
}
.flag.DM {
  height: 10px;
  background-position: -1357px 0px;
}
.flag.DO {
  height: 14px;
  background-position: -1379px 0px;
}
.flag.DZ {
  height: 14px;
  background-position: -1401px 0px;
}
.flag.EA {
  height: 14px;
  background-position: -1423px 0px;
}
.flag.EC {
  height: 14px;
  background-position: -1445px 0px;
}
.flag.EE {
  height: 13px;
  background-position: -1467px 0px;
}
.flag.EG {
  height: 14px;
  background-position: -1489px 0px;
}
.flag.EH {
  height: 10px;
  background-position: -1511px 0px;
}
.flag.ER {
  height: 10px;
  background-position: -1533px 0px;
}
.flag.ES {
  height: 14px;
  background-position: -1555px 0px;
}
.flag.ET {
  height: 10px;
  background-position: -1577px 0px;
}
.flag.EU {
  height: 14px;
  background-position: -1599px 0px;
}
.flag.FI {
  height: 12px;
  background-position: -1621px 0px;
}
.flag.FJ {
  height: 10px;
  background-position: -1643px 0px;
}
.flag.FK {
  height: 10px;
  background-position: -1665px 0px;
}
.flag.FM {
  height: 11px;
  background-position: -1687px 0px;
}
.flag.FO {
  height: 15px;
  background-position: -1709px 0px;
}
.flag.FR {
  height: 14px;
  background-position: -1731px 0px;
}
.flag.GA {
  height: 15px;
  background-position: -1753px 0px;
}
.flag.GB {
  height: 10px;
  background-position: -1775px 0px;
}
.flag.UK {
  height: 10px;
  background-position: -1775px 0px;
}
.flag.GD {
  height: 12px;
  background-position: -1797px 0px;
}
.flag.GE {
  height: 14px;
  background-position: -1819px 0px;
}
.flag.GF {
  height: 14px;
  background-position: -1841px 0px;
}
.flag.GG {
  height: 14px;
  background-position: -1863px 0px;
}
.flag.GH {
  height: 14px;
  background-position: -1885px 0px;
}
.flag.GI {
  height: 10px;
  background-position: -1907px 0px;
}
.flag.GL {
  height: 14px;
  background-position: -1929px 0px;
}
.flag.GM {
  height: 14px;
  background-position: -1951px 0px;
}
.flag.GN {
  height: 14px;
  background-position: -1973px 0px;
}
.flag.GP {
  height: 14px;
  background-position: -1995px 0px;
}
.flag.GQ {
  height: 14px;
  background-position: -2017px 0px;
}
.flag.GR {
  height: 14px;
  background-position: -2039px 0px;
}
.flag.GS {
  height: 10px;
  background-position: -2061px 0px;
}
.flag.GT {
  height: 13px;
  background-position: -2083px 0px;
}
.flag.GU {
  height: 11px;
  background-position: -2105px 0px;
}
.flag.GW {
  height: 10px;
  background-position: -2127px 0px;
}
.flag.GY {
  height: 12px;
  background-position: -2149px 0px;
}
.flag.HK {
  height: 14px;
  background-position: -2171px 0px;
}
.flag.HM {
  height: 10px;
  background-position: -2193px 0px;
}
.flag.HN {
  height: 10px;
  background-position: -2215px 0px;
}
.flag.HR {
  height: 10px;
  background-position: -2237px 0px;
}
.flag.HT {
  height: 12px;
  background-position: -2259px 0px;
}
.flag.HU {
  height: 10px;
  background-position: -2281px 0px;
}
.flag.IC {
  height: 14px;
  background-position: -2303px 0px;
}
.flag.ID {
  height: 14px;
  background-position: -2325px 0px;
}
.flag.IE {
  height: 10px;
  background-position: -2347px 0px;
}
.flag.IL {
  height: 15px;
  background-position: -2369px 0px;
}
.flag.IM {
  height: 10px;
  background-position: -2391px 0px;
}
.flag.IN {
  height: 14px;
  background-position: -2413px 0px;
}
.flag.IO {
  height: 10px;
  background-position: -2435px 0px;
}
.flag.IQ {
  height: 14px;
  background-position: -2457px 0px;
}
.flag.IR {
  height: 12px;
  background-position: -2479px 0px;
}
.flag.IS {
  height: 15px;
  background-position: -2501px 0px;
}
.flag.IT {
  height: 14px;
  background-position: -2523px 0px;
}
.flag.JE {
  height: 12px;
  background-position: -2545px 0px;
}
.flag.JM {
  height: 10px;
  background-position: -2567px 0px;
}
.flag.JO {
  height: 10px;
  background-position: -2589px 0px;
}
.flag.JP {
  height: 14px;
  background-position: -2611px 0px;
}
.flag.KE {
  height: 14px;
  background-position: -2633px 0px;
}
.flag.KG {
  height: 12px;
  background-position: -2655px 0px;
}
.flag.KH {
  height: 13px;
  background-position: -2677px 0px;
}
.flag.KI {
  height: 10px;
  background-position: -2699px 0px;
}
.flag.KM {
  height: 12px;
  background-position: -2721px 0px;
}
.flag.KN {
  height: 14px;
  background-position: -2743px 0px;
}
.flag.KP {
  height: 10px;
  background-position: -2765px 0px;
}
.flag.KR {
  height: 14px;
  background-position: -2787px 0px;
}
.flag.KW {
  height: 10px;
  background-position: -2809px 0px;
}
.flag.KY {
  height: 10px;
  background-position: -2831px 0px;
}
.flag.KZ {
  height: 10px;
  background-position: -2853px 0px;
}
.flag.LA {
  height: 14px;
  background-position: -2875px 0px;
}
.flag.LB {
  height: 14px;
  background-position: -2897px 0px;
}
.flag.LC {
  height: 10px;
  background-position: -2919px 0px;
}
.flag.LI {
  height: 12px;
  background-position: -2941px 0px;
}
.flag.LK {
  height: 10px;
  background-position: -2963px 0px;
}
.flag.LR {
  height: 11px;
  background-position: -2985px 0px;
}
.flag.LS {
  height: 14px;
  background-position: -3007px 0px;
}
.flag.LT {
  height: 12px;
  background-position: -3029px 0px;
}
.flag.LU {
  height: 12px;
  background-position: -3051px 0px;
}
.flag.LV {
  height: 10px;
  background-position: -3073px 0px;
}
.flag.LY {
  height: 10px;
  background-position: -3095px 0px;
}
.flag.MA {
  height: 14px;
  background-position: -3117px 0px;
}
.flag.MC {
  height: 15px;
  background-position: -3139px 0px;
}
.flag.MD {
  height: 10px;
  background-position: -3160px 0px;
}
.flag.ME {
  height: 10px;
  background-position: -3182px 0px;
}
.flag.MF {
  height: 14px;
  background-position: -3204px 0px;
}
.flag.MG {
  height: 14px;
  background-position: -3226px 0px;
}
.flag.MH {
  height: 11px;
  background-position: -3248px 0px;
}
.flag.MK {
  height: 10px;
  background-position: -3270px 0px;
}
.flag.ML {
  height: 14px;
  background-position: -3292px 0px;
}
.flag.MM {
  height: 14px;
  background-position: -3314px 0px;
}
.flag.MN {
  height: 10px;
  background-position: -3336px 0px;
}
.flag.MO {
  height: 14px;
  background-position: -3358px 0px;
}
.flag.MP {
  height: 10px;
  background-position: -3380px 0px;
}
.flag.MQ {
  height: 14px;
  background-position: -3402px 0px;
}
.flag.MR {
  height: 14px;
  background-position: -3424px 0px;
}
.flag.MS {
  height: 10px;
  background-position: -3446px 0px;
}
.flag.MT {
  height: 14px;
  background-position: -3468px 0px;
}
.flag.MU {
  height: 14px;
  background-position: -3490px 0px;
}
.flag.MV {
  height: 14px;
  background-position: -3512px 0px;
}
.flag.MW {
  height: 14px;
  background-position: -3534px 0px;
}
.flag.MX {
  height: 12px;
  background-position: -3556px 0px;
}
.flag.MY {
  height: 10px;
  background-position: -3578px 0px;
}
.flag.MZ {
  height: 14px;
  background-position: -3600px 0px;
}
.flag.NA {
  height: 14px;
  background-position: -3622px 0px;
}
.flag.NC {
  height: 10px;
  background-position: -3644px 0px;
}
.flag.NE {
  height: 15px;
  background-position: -3666px 0px;
}
.flag.NF {
  height: 10px;
  background-position: -3686px 0px;
}
.flag.NG {
  height: 10px;
  background-position: -3708px 0px;
}
.flag.NI {
  height: 12px;
  background-position: -3730px 0px;
}
.flag.NL {
  height: 14px;
  background-position: -3752px 0px;
}
.flag.NO {
  height: 15px;
  background-position: -3774px 0px;
}
.flag.NP {
  height: 15px;
  background-position: -3796px 0px;
}
.flag.NR {
  height: 10px;
  background-position: -3811px 0px;
}
.flag.NU {
  height: 10px;
  background-position: -3833px 0px;
}
.flag.NZ {
  height: 10px;
  background-position: -3855px 0px;
}
.flag.OM {
  height: 10px;
  background-position: -3877px 0px;
}
.flag.PA {
  height: 14px;
  background-position: -3899px 0px;
}
.flag.PE {
  height: 14px;
  background-position: -3921px 0px;
}
.flag.PF {
  height: 14px;
  background-position: -3943px 0px;
}
.flag.PG {
  height: 15px;
  background-position: -3965px 0px;
}
.flag.PH {
  height: 10px;
  background-position: -3987px 0px;
}
.flag.PK {
  height: 14px;
  background-position: -4009px 0px;
}
.flag.PL {
  height: 13px;
  background-position: -4031px 0px;
}
.flag.PM {
  height: 14px;
  background-position: -4053px 0px;
}
.flag.PN {
  height: 10px;
  background-position: -4075px 0px;
}
.flag.PR {
  height: 14px;
  background-position: -4097px 0px;
}
.flag.PS {
  height: 10px;
  background-position: -4119px 0px;
}
.flag.PT {
  height: 14px;
  background-position: -4141px 0px;
}
.flag.PW {
  height: 13px;
  background-position: -4163px 0px;
}
.flag.PY {
  height: 11px;
  background-position: -4185px 0px;
}
.flag.QA {
  height: 8px;
  background-position: -4207px 0px;
}
.flag.RE {
  height: 14px;
  background-position: -4229px 0px;
}
.flag.RO {
  height: 14px;
  background-position: -4251px 0px;
}
.flag.RS {
  height: 14px;
  background-position: -4273px 0px;
}
.flag.RU {
  height: 14px;
  background-position: -4295px 0px;
}
.flag.RW {
  height: 14px;
  background-position: -4317px 0px;
}
.flag.SA {
  height: 14px;
  background-position: -4339px 0px;
}
.flag.SB {
  height: 10px;
  background-position: -4361px 0px;
}
.flag.SC {
  height: 10px;
  background-position: -4383px 0px;
}
.flag.SD {
  height: 10px;
  background-position: -4405px 0px;
}
.flag.SE {
  height: 13px;
  background-position: -4427px 0px;
}
.flag.SG {
  height: 14px;
  background-position: -4449px 0px;
}
.flag.SH {
  height: 10px;
  background-position: -4471px 0px;
}
.flag.SI {
  height: 10px;
  background-position: -4493px 0px;
}
.flag.SJ {
  height: 15px;
  background-position: -4515px 0px;
}
.flag.SK {
  height: 14px;
  background-position: -4537px 0px;
}
.flag.SL {
  height: 14px;
  background-position: -4559px 0px;
}
.flag.SM {
  height: 15px;
  background-position: -4581px 0px;
}
.flag.SN {
  height: 14px;
  background-position: -4603px 0px;
}
.flag.SO {
  height: 14px;
  background-position: -4625px 0px;
}
.flag.SR {
  height: 14px;
  background-position: -4647px 0px;
}
.flag.SS {
  height: 10px;
  background-position: -4669px 0px;
}
.flag.ST {
  height: 10px;
  background-position: -4691px 0px;
}
.flag.SV {
  height: 12px;
  background-position: -4713px 0px;
}
.flag.SX {
  height: 14px;
  background-position: -4735px 0px;
}
.flag.SY {
  height: 14px;
  background-position: -4757px 0px;
}
.flag.SZ {
  height: 14px;
  background-position: -4779px 0px;
}
.flag.TA {
  height: 10px;
  background-position: -4801px 0px;
}
.flag.TC {
  height: 10px;
  background-position: -4823px 0px;
}
.flag.TD {
  height: 14px;
  background-position: -4845px 0px;
}
.flag.TF {
  height: 14px;
  background-position: -4867px 0px;
}
.flag.TG {
  height: 13px;
  background-position: -4889px 0px;
}
.flag.TH {
  height: 14px;
  background-position: -4911px 0px;
}
.flag.TJ {
  height: 10px;
  background-position: -4933px 0px;
}
.flag.TK {
  height: 10px;
  background-position: -4955px 0px;
}
.flag.TL {
  height: 10px;
  background-position: -4977px 0px;
}
.flag.TM {
  height: 14px;
  background-position: -4999px 0px;
}
.flag.TN {
  height: 14px;
  background-position: -5021px 0px;
}
.flag.TO {
  height: 10px;
  background-position: -5043px 0px;
}
.flag.TR {
  height: 14px;
  background-position: -5065px 0px;
}
.flag.TT {
  height: 12px;
  background-position: -5087px 0px;
}
.flag.TV {
  height: 10px;
  background-position: -5109px 0px;
}
.flag.TW {
  height: 14px;
  background-position: -5131px 0px;
}
.flag.TZ {
  height: 14px;
  background-position: -5153px 0px;
}
.flag.UA {
  height: 14px;
  background-position: -5175px 0px;
}
.flag.UG {
  height: 14px;
  background-position: -5197px 0px;
}
.flag.UM {
  height: 11px;
  background-position: -5219px 0px;
}
.flag.UN {
  height: 14px;
  background-position: -5241px 0px;
}
.flag.US {
  height: 11px;
  background-position: -5263px 0px;
}
.flag.UY {
  height: 14px;
  background-position: -5285px 0px;
}
.flag.UZ {
  height: 10px;
  background-position: -5307px 0px;
}
.flag.VA {
  height: 15px;
  background-position: -5329px 0px;
}
.flag.VC {
  height: 14px;
  background-position: -5346px 0px;
}
.flag.VE {
  height: 14px;
  background-position: -5368px 0px;
}
.flag.VG {
  height: 10px;
  background-position: -5390px 0px;
}
.flag.VI {
  height: 14px;
  background-position: -5412px 0px;
}
.flag.VN {
  height: 14px;
  background-position: -5434px 0px;
}
.flag.VU {
  height: 12px;
  background-position: -5456px 0px;
}
.flag.WF {
  height: 14px;
  background-position: -5478px 0px;
}
.flag.WS {
  height: 10px;
  background-position: -5500px 0px;
}
.flag.XK {
  height: 15px;
  background-position: -5522px 0px;
}
.flag.YE {
  height: 14px;
  background-position: -5544px 0px;
}
.flag.YT {
  height: 14px;
  background-position: -5566px 0px;
}
.flag.ZA {
  height: 14px;
  background-position: -5588px 0px;
}
.flag.ZM {
  height: 14px;
  background-position: -5610px 0px;
}
.flag.ZW {
  height: 10px;
  background-position: -5632px 0px;
}
.flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.flag.NP {
  background-color: transparent;
}
.pac-container {
  font-family: 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #AAA;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  border-top: none;
  border-bottom: none !important;
  box-sizing: content-box;
  border-radius: 0 0 6px 6px;
  top: 57px !important;
  left: 0px !important;
}
.pac-item {
  padding: 8px 4px;
  border-top: none;
  line-height: 14px;
  white-space: normal;
  color: #ababab;
}
.pac-item:hover {
  background: var(--selected-bg);
  cursor: pointer;
}
.pac-item:hover .pac-item-query {
  color: #ffffff;
}
.pac-icon {
  display: table-cell;
  background-size: 35px;
  width: 18px;
}
.pac-item-query {
  padding: 0;
  display: table-cell;
  line-height: 20px;
}
.pac-matched {
  text-decoration: underline;
}
.pac-item > span:nth-child(3) {
  padding: 0px 20px 0 20px;
  display: inline-block;
}
.pac-logo::after {
  display: none !important;
  background-size: 15%;
  height: 10px;
}
#program_box {
  background-color: #ffffff;
}
.programs_text {
  max-width: 85%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
  font: 400 17px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding-left: 2px;
}
.programs_degree {
  position: absolute;
  top: 7px;
  left: 32px;
  opacity: 0;
  font-size: 13px;
}
.has_group .program-option-selected .programs_degree {
  left: 44px;
}
.program-option-selected.has_group .programs_degree {
  padding-left: 20px;
}
.program-option-selected .programs_degree {
  opacity: 1;
}
.program-option-selected .programs_text {
  position: absolute;
  top: 26px;
  font-weight: 600;
}
.programs_major {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.program-option-selected .programs_major {
  display: inline;
  font-size: small;
}
.program_codes {
  float: right;
  display: none;
  font-size: 12px;
  height: 22px;
  padding-right: 12px;
  cursor: help;
  color: var(--selected-bg);
  max-width: 95px;
  overflow: hidden;
  line-height: 25px;
  height: 18px;
}
.program-option:hover > .program_codes {
  color: var(--selected-bg);
  display: inline;
}
.program-option-selected > .program_codes {
  display: inline;
}
.program-option-selected:hover > .program_codes {
  display: inline;
}
.program-option-selected > .program_codes {
  display: inline;
}
.program-option {
  display: list-item;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.program-option:hover {
  cursor: pointer !important;
  background: #f5f5f5;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.program-option-selected {
  color: inherit !important;
  background: var(--valid-bg) !important;
  border: 1px solid var(--valid-text);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  cursor: default;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.program-option-selected:hover {
  cursor: default;
}
.program-option label {
  display: block;
  padding: 18px 0 16px 10px;
}
.program-option.group_under_name_option {
  padding: 18px 0 16px 10px;
}
.has_group_under {
  padding: 18px 0 16px 20px !important;
}
.group_under_name_option.expanded {
  padding-bottom: 4px !important;
}
.group_under_name_sign {
  min-width: 27px;
  float: left;
  outline: none;
  line-height: 20px;
}
.group_collap_sign {
  float: left;
  min-width: 27px;
  outline: none;
}
#degree_level_box {
  border: 1px solid var(--border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  min-width: 130px;
  max-width: 250px;
  min-height: 245px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}
#programs_select_box {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-width: 260px;
  min-height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  border: 1px solid #AAA;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-overflow: ellipsis;
}
#programs_select_box .placeholder {
  padding: 17px 10px;
  font-size: 17px;
}
#programs_select_box .placeholder .nic-dropdown {
  top: 19px;
}
#programs_selected .nic-dropdown {
  top: 28px;
}
#programs_menu_dv {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
#degree_selection_area {
  position: relative;
  padding: 5px;
}
#selected_program_box {
  margin: 10px auto 25px auto;
  max-width: 550px;
  cursor: default !important;
}
#selected_program_box label {
  cursor: default;
}
#selected_program_box .ic-edit::before {
  color: var(--c-accent);
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 12px 16px calc(100% - 40px);
  cursor: pointer;
}
#programs_outter_box {
  border: 1px solid var(--border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  width: 48%;
  min-height: 312px;
  min-width: 290px;
  height: 350px;
  display: none;
  float: left;
  margin: 4px 10px 0 5px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  text-align: center;
}
#program_box {
  overflow: hidden;
  position: relative;
}
#program_box > ul {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sticky_header_title {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #E3E3E3;
  color: #000;
  font: 600 18px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding: 14px 0;
  border-bottom: 1px solid #d6d6d6;
  z-index: 1;
  text-align: center;
}
.sticky_selected_program {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  z-index: 1;
  padding: 0px 0 15px 0px;
}
#program_box > ul > li strong {
  display: block;
  background-color: #E3E3E3;
  color: #000;
  font: 600 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding: 2px 0 2px 9px;
  margin-right: -1px;
  border-bottom: 1px solid #d6d6d6;
  height: 25px;
  line-height: 25px;
  overflow-x: hidden;
}
#program_box > ul > li.sticky strong {
  position: absolute;
  top: 0px;
  line-height: 25px;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  z-index: 1;
}
#programs_search_box {
  display: inline-block;
  background-color: #E3E3E3;
  width: 100%;
  vertical-align: middle;
  height: 50px;
  border-bottom: 1px solid #CACACA;
  box-sizing: border-box;
}
#program_search {
  width: 98%;
  margin: 5px auto;
  height: 40px;
  max-width: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid var(--border);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  padding-left: 34px;
  color: #666;
  font: 300 18px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}
#selected_program_text {
  font-size: 11px;
}
.search_close {
  position: relative;
  top: -25px;
  left: -13px;
  transform: translateY(-50%);
  color: #CCC;
  font: 600 19px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  cursor: pointer;
  float: right;
}
.school_close {
  top: 10px;
  left: -2px;
}
.nic-oncampus {
  color: var(--border-light);
  font-size: 30px;
  position: absolute;
  top: 14px;
  right: 15px;
}
.nic-oncampus:before {
  content: "\e937";
}
.nic-online {
  color: var(--border-light);
  font-size: 30px;
  position: absolute;
  top: 14px;
  right: 15px;
}
.nic-online:before {
  content: "\e915";
}
#toast-container > .toast-info {
  background-color: #fff;
  opacity: 0.98;
  min-width: 320px;
  max-width: 94vw;
  width: 100%;
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.3);
  border-radius: var(--border-radius);
  color: var(--input-text);
}
#toast-container .toast-message {
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 40px;
  font-size: small;
}
#toast-container > .toast-info:before {
  content: "";
  position: absolute;
  width: 105px;
  height: 100%;
  top: 0;
  left: -20px;
  background-image: url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/toastr_logo-c-Tu6GTo.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
#toast-container > div {
  padding: 12px 12px 12px 50px !important;
}
.toast-progress {
  background-color: var(--selected);
  height: 2px;
}
.toast-bottom-right {
  bottom: 3px;
}
.toast .countcir {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px;
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  border-radius: var(--border-radius);
  border: 1px solid var(--border);
  background: #FCFCFC;
  color: var(--selected-bg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #eaeaea;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #eaeaea;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
@font-face {
  font-family: 'neat';
  src: url('https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/neat-DBlCYSQ9.eot?dtfbti');
  src: url('https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/neat-DBlCYSQ9.eot?dtfbti#iefix') format('embedded-opentype'), url('https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/neat-BUZoNBZH.ttf?dtfbti') format('truetype'), url('https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/neat-DZtW1KYS.woff?dtfbti') format('woff'), url('https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/neat-Ch_P1e6z.svg?dtfbti#neat') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="ic-"],
[class*=" ic-"],
[class^="nic-"],
[class*=" nic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'neat' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ic-1:before {
  content: "\e924";
}
.ic-2:before {
  content: "\e925";
}
.ic-3:before {
  content: "\e920";
}
.ic-4:before {
  content: "\e921";
}
.ic-5:before {
  content: "\e922";
}
.ic-6:before {
  content: "\e923";
}
.ic-accessible:before {
  content: "\e94c";
}
.ic-account_balance:before {
  content: "\e999";
}
.ic-add:before {
  content: "\e97a";
}
.ic-add-box:before {
  content: "\e90d";
}
.ic-add-circle:before {
  content: "\e982";
}
.ic-add-outline:before {
  content: "\e95d";
}
.ic-arrow-down:before {
  content: "\e919";
}
.ic-arrow-left:before {
  content: "\e91a";
}
.ic-arrow-right:before {
  content: "\e91b";
}
.ic-arrow-up:before {
  content: "\e91c";
}
.ic-assign-check:before {
  content: "\e93b";
}
.ic-assign-list:before {
  content: "\e939";
}
.ic-assign-user:before {
  content: "\e93a";
}
.ic-assign-warn:before {
  content: "\e964";
}
.ic-attach:before {
  content: "\e916";
}
.ic-bolt:before {
  content: "\e958";
}
.ic-book:before {
  content: "\e980";
}
.ic-calendar:before {
  content: "\e96c";
}
.ic-calendar-today:before {
  content: "\e973";
}
.ic-card:before {
  content: "\e93c";
}
.ic-chart:before {
  content: "\e932";
}
.ic-chart_med:before {
  content: "\e98b";
}
.ic-chat:before {
  content: "\e907";
}
.ic-check:before {
  content: "\e92e";
}
.ic-check-box:before {
  content: "\e934";
}
.ic-check-box-off:before {
  content: "\e935";
}
.ic-check-circle-outline:before {
  content: "\e94e";
}
.ic-check-done:before {
  content: "\e93e";
}
.ic-check-filled:before {
  content: "\e965";
}
.ic-check-filled-box:before {
  content: "\e954";
}
.ic-check-here:before {
  content: "\e929";
}
.ic-check-line:before {
  content: "\e96d";
}
.ic-check-outline:before {
  content: "\e950";
}
.ic-check_add:before {
  content: "\e9a2";
}
.ic-circle-filled:before {
  content: "\e963";
}
.ic-circle-loading:before {
  content: "\e984";
}
.ic-circle-target:before {
  content: "\e91f";
}
.ic-cloud:before {
  content: "\e97b";
}
.ic-cloud-done:before {
  content: "\e917";
}
.ic-cloud-download:before {
  content: "\e918";
}
.ic-contact-mail:before {
  content: "\e909";
}
.ic-contact-phone:before {
  content: "\e908";
}
.ic-date_range:before {
  content: "\e9a1";
}
.ic-delete:before {
  content: "\e90e";
}
.ic-delete-circle:before {
  content: "\e93f";
}
.ic-delete-circle-filled:before {
  content: "\e960";
}
.ic-delete-circle-minus:before {
  content: "\e989";
}
.ic-delete-forever:before {
  content: "\e94d";
}
.ic-delete-minus:before {
  content: "\e988";
}
.ic-delete-outline:before {
  content: "\e94f";
}
.ic-device-portrait:before {
  content: "\e987";
}
.ic-devices:before {
  content: "\e915";
}
.ic-devices-all:before {
  content: "\e91e";
}
.ic-edit:before {
  content: "\e90f";
}
.ic-edit-border:before {
  content: "\e95e";
}
.ic-edit-line:before {
  content: "\e952";
}
.ic-email-at:before {
  content: "\e95c";
}
.ic-email-box:before {
  content: "\e90b";
}
.ic-email-open:before {
  content: "\e910";
}
.ic-email-outline:before {
  content: "\e90a";
}
.ic-email_alt:before {
  content: "\e98f";
}
.ic-enter:before {
  content: "\e95f";
}
.ic-error-circle:before {
  content: "\e902";
}
.ic-error-filled:before {
  content: "\e912";
}
.ic-error-outline:before {
  content: "\e903";
}
.ic-error-stop:before {
  content: "\e951";
}
.ic-error-warning:before {
  content: "\e904";
}
.ic-error_outline:before {
  content: "\e98a";
}
.ic-flag:before {
  content: "\e911";
}
.ic-gift:before {
  content: "\e99e";
}
.ic-help:before {
  content: "\e95b";
}
.ic-help-chat:before {
  content: "\e962";
}
.ic-help-filled:before {
  content: "\e97c";
}
.ic-help-outline:before {
  content: "\e961";
}
.ic-home:before {
  content: "\e940";
}
.ic-home-address:before {
  content: "\e95a";
}
.ic-home-filled:before {
  content: "\e953";
}
.ic-home-work:before {
  content: "\e97d";
}
.ic-hospital:before {
  content: "\e92a";
}
.ic-idea:before {
  content: "\e94b";
}
.ic-info:before {
  content: "\e942";
}
.ic-info-filled:before {
  content: "\e976";
}
.ic-info_outline:before {
  content: "\e99b";
}
.ic-institution:before {
  content: "\e937";
}
.ic-library:before {
  content: "\e97e";
}
.ic-list:before {
  content: "\e93d";
}
.ic-list-box:before {
  content: "\e90c";
}
.ic-list-checked:before {
  content: "\e905";
}
.ic-local_library:before {
  content: "\e995";
}
.ic-lock:before {
  content: "\e941";
}
.ic-lock-outline:before {
  content: "\e944";
}
.ic-loupe:before {
  content: "\e926";
}
.ic-money_atm:before {
  content: "\e994";
}
.ic-money_circle:before {
  content: "\e992";
}
.ic-money_sign:before {
  content: "\e991";
}
.ic-phone:before {
  content: "\e906";
}
.ic-phone-android:before {
  content: "\e981";
}
.ic-phone_1:before {
  content: "\e98c";
}
.ic-phone_chat:before {
  content: "\e99d";
}
.ic-phone_end:before {
  content: "\e98d";
}
.ic-phone_ring:before {
  content: "\e98e";
}
.ic-priority:before {
  content: "\e931";
}
.ic-radio-off:before {
  content: "\e927";
}
.ic-radio-on:before {
  content: "\e936";
}
.ic-save:before {
  content: "\e967";
}
.ic-save-sd:before {
  content: "\e96a";
}
.ic-school:before {
  content: "\e998";
}
.ic-search:before {
  content: "\e945";
}
.ic-search-back:before {
  content: "\e974";
}
.ic-search-loop:before {
  content: "\e971";
}
.ic-secure-check:before {
  content: "\e949";
}
.ic-secure-filled:before {
  content: "\e955";
}
.ic-secure-shield:before {
  content: "\e91d";
}
.ic-settings:before {
  content: "\e972";
}
.ic-settings-adjust:before {
  content: "\e928";
}
.ic-settings-dots:before {
  content: "\e92f";
}
.ic-settings-filled:before {
  content: "\e968";
}
.ic-settings-more:before {
  content: "\e930";
}
.ic-thumbs-up:before {
  content: "\e947";
}
.ic-thumbs-up-outline:before {
  content: "\e956";
}
.ic-time:before {
  content: "\e990";
}
.ic-timer-on:before {
  content: "\e983";
}
.ic-timer-stop:before {
  content: "\e914";
}
.ic-trending:before {
  content: "\e948";
}
.ic-triangle-down:before {
  content: "\e92c";
}
.ic-triangle-up:before {
  content: "\e92d";
}
.ic-upload:before {
  content: "\e957";
}
.ic-user:before {
  content: "\e977";
}
.ic-user-add:before {
  content: "\e978";
}
.ic-user-box:before {
  content: "\e979";
}
.ic-user-check:before {
  content: "\e913";
}
.ic-user-circle:before {
  content: "\e938";
}
.ic-user-contact:before {
  content: "\e96b";
}
.ic-user-location:before {
  content: "\e92b";
}
.ic-user-outline:before {
  content: "\e96f";
}
.ic-users:before {
  content: "\e959";
}
.ic-users-add:before {
  content: "\e986";
}
.ic-users-dark:before {
  content: "\e946";
}
.ic-users-filled:before {
  content: "\e975";
}
.ic-users-group:before {
  content: "\e985";
}
.ic-users-outline:before {
  content: "\e96e";
}
.ic-users-parents:before {
  content: "\e97f";
}
.ic-users_groups:before {
  content: "\e9a3";
}
.ic-wallet:before {
  content: "\e99a";
}
.ic-work:before {
  content: "\e9a4";
}
.ic-world:before {
  content: "\e943";
}
.ic-world-outline:before {
  content: "\e970";
}
.ic-zoom-in:before {
  content: "\e94a";
}
.ic-zoom-out:before {
  content: "\e966";
}
table {
  border-collapse: collapse;
}
textarea:focus,
input:focus,
a {
  outline: 0;
}
label {
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
}
button {
  outline: 0;
}
body {
  color: var(--c-primary);
  font: 400 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  background-color: var(--bg-body);
  min-width: 300px;
  height: 100%;
}
strong,
b {
  font-weight: 600;
}
li {
  list-style-type: none;
}
legend {
  float: left;
  font-weight: 300;
}
.opc {
  opacity: 0;
  height: 0px;
  position: fixed;
  z-index: -999;
}
h1 {
  color: var(--selected-bg);
  font: 400 18px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  float: left;
}
h2 {
  color: var(--selected-bg);
  font: 400 15px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding: 15px 15px 0 1px;
  float: left;
}
h3 {
  color: var(--selected-bg);
  font: 600 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  width: 100%;
  float: left;
}
h4 {
  color: var(--selected-bg);
  font: 600 19px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
  float: left;
}
h5 {
  color: #000;
  font: 400 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  width: 100%;
  padding-bottom: 3px;
}
.stuck_box {
  background: #FFF;
  width: 100%;
  text-align: center;
  float: left;
  color: var(--input-placeholder);
  font: 200 10px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  font-style: italic;
  height: 13px;
}
.overlay {
  font-size: 14px;
  width: 90% !important;
  padding: 20px !important;
}
.non_prod_instance {
  display: none;
  background: #b82323;
  color: #ffffff;
  font: 600 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 10px;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  text-align: center;
}
.container {
  display: flex;
  width: 100%;
  max-width: 958px;
  min-width: 295px;
  margin: 25px auto 65px auto;
  background-color: #ffffff;
  height: auto;
  margin-bottom: 75px;
}
.has_cognate > .program-option {
  padding-left: 20px;
}
#neat_input_de_school_year {
  max-width: 125px;
}
.personal_info_done {
  display: table-caption;
  vertical-align: middle;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  min-width: max-content;
  margin: auto 0;
}
.personal_info_done strong {
  display: block;
}
.content_dv {
  margin: 20px 5px;
  text-align: center;
}
.campus_selection {
  padding: 20px 15px 0 3px;
}
#campus_box .radio_box {
  min-width: 260px;
}
#gender_box .radio_box {
  min-width: 150px;
}
.radio_box.bordered:hover {
  color: var(--selected-bg) !important;
}
.tiny_radio_box.bordered:hover {
  color: var(--selected-bg) !important;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.left {
  float: left;
  clear: left;
}
.cleft {
  clear: left;
}
.jleft {
  float: left;
}
.right {
  float: right;
  margin-right: 7px;
}
#degree_selection_box {
  display: none;
  width: 100%;
  float: left;
}
#initial_load {
  width: 100%;
  float: left;
  min-height: 105px;
  clear: left;
}
#personal_info_box {
  width: 100%;
  float: left;
  display: none;
}
.left_padding {
  padding: 10px 0 0 20px;
}
.left_pad {
  margin-left: 10px !important;
}
.inst_box {
  padding: 15px;
  clear: left;
}
#inst_res_undergrad_box {
  display: none;
}
.explanation {
  display: none;
  float: left;
  width: 100%;
  padding: 0 5px 10px 0;
}
#full_name_question {
  width: 112px;
}
.name_last {
  min-width: 72px;
}
#email_question {
  width: 130px;
}
#question_explanation {
  width: 90%;
  min-width: 251px;
  float: left;
}
.popup_close {
  font-family: 'neat' !important;
  position: absolute;
  right: -15px;
  top: -15px;
  box-sizing: border-box;
  font-size: 30px;
  color: var(--selected-bg);
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
.popup_close:before {
  content: "\e960";
}
.popup_close:hover {
  color: var(--invalid-text);
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
#terms_popup {
  display: none;
  background-color: #ffffff;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  padding: 10px 10px 5px 10px;
  min-width: 293px;
  max-width: 800px;
  width: 80%;
  box-shadow: 1px 1px 10px #000000;
  margin: 5px 0 5px 5px;
  line-height: 23px;
}
.popup_box {
  display: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  padding: 10px;
  min-width: 300px;
  max-width: 600px;
  width: 60vw;
  margin: 10px;
}
.popup_btn {
  display: none;
}
.subtitle {
  color: var(--selected-bg);
  font: 400 11px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  line-height: 20px;
}
.h1 {
  color: inherit;
  font: 400 44px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
}
.h2 {
  color: inherit;
  font: 400 30px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
}
.subh1 {
  color: inherit;
  font: 400 24px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
}
.subh2 {
  font-size: 22px;
  font-weight: 300;
}
.subh3 {
  color: inherit;
  font: 300 20px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  display: block;
}
.subh4 {
  color: inherit;
  font: 400 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  display: block;
  clear: both;
}
.subh5 {
  color: inherit;
  font: 400 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding: 10px 0;
  display: block;
}
.subh6 {
  color: inherit;
  font: 400 13px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
}
.m5 {
  font-size: 18px;
  margin: 0 5px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl13 {
  padding-left: 13px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt40 {
  padding-top: 45px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.no_edit,
.no_edit:hover {
  cursor: progress !important;
  z-index: 10000;
  pointer-events: none;
}
.flex {
  display: flex;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul label {
  display: block;
}
.hi {
  font-weight: 600;
  background-color: #fbfaa3;
}
.selected > .school-name > .hi,
.selected > .school-location > .hi {
  background-color: #23233e;
}
li em,
.highlight {
  background-color: #fffdc5;
  color: #000;
  font-weight: 600;
  border-bottom: 1px dotted #DDD;
}
#notfound {
  font-size: 16px;
  text-align: center;
  padding: 25px;
}
.toolt {
  display: none;
  float: right;
  height: 20px;
  line-height: 17px;
  cursor: help;
  font-family: 'neat' !important;
  box-sizing: border-box;
  font-size: 22px;
  color: #DADADA;
}
.toolt:before {
  content: "\e942";
}
.toolt:hover {
  display: block;
}
.select-option {
  color: var(--selected-bg);
  font: 400 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding: 19px 5px 19px 10px;
}
.select-option-hovered {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #424242;
  -moz-box-shadow: 0px 0px 5px #424242;
  box-shadow: 0px 0px 5px #424242;
  background: #FCFCFC;
}
.select-option-selected {
  color: #ffffff;
  cursor: default;
  background-color: var(--selected-bg);
}
.reschool_title_text {
  font-size: 15px;
  padding: 5px 0 0px 2px;
  float: left;
}
.box_loading {
  color: var(--selected-bg);
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 20%;
  background: white url('https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/loading-GdoxJgx8.gif') 50% 50% no-repeat;
}
#posting {
  color: var(--selected-bg);
  display: none;
  float: left;
  min-height: 100px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  width: 100%;
}
.posting {
  background: #bcbcbc !important;
  cursor: default !important;
  box-shadow: none !important;
}
.term-title {
  font-size: 16px;
  font-weight: 600;
}
.term-subtitle {
  font-size: 14px;
  font-weight: 300;
  padding-right: 8px;
  position: absolute;
  right: 0;
  padding-top: 2px;
}
.info {
  font-style: italic;
  font-size: 11px;
}
.hidden,
.hide {
  display: none;
}
.out {
  max-height: 1px;
  overflow: hidden;
}
.nothdn {
  max-height: 1px;
  overflow: hidden;
  position: absolute;
  border: 0;
}
.ac {
  width: 1px;
  overflow: hidden;
  position: absolute;
  border: 0;
}
#names_box {
  float: left;
  display: block;
  width: 100%;
}
.four_c {
  float: left;
  width: 26%;
  margin-right: 1%;
}
.four_name_last {
  float: left;
  width: 15%;
}
.tf_multi {
  display: table;
  width: 100%;
  float: left;
}
.tc_f {
  display: table-cell;
  vertical-align: top;
}
.tc_e {
  display: table-cell;
  width: 50%;
}
.tc_er {
  float: right;
}
.tc_el {
  padding-right: 5px;
}
.tc_s_name {
  width: 58px;
  padding-right: 5px;
}
.tc_state {
  width: 154px;
}
.tc_zip {
  width: 95px;
  max-width: 95px;
}
.tc_country {
  width: 98%;
}
.tc_full {
  display: table-cell;
  width: 100%;
  margin-right: 4px;
  box-sizing: border-box;
}
.full {
  width: 100% !important;
}
.right_col {
  margin-left: 5px;
}
#phone {
  min-width: 186px;
}
#address_box {
  float: left;
  display: none;
  width: 100%;
}
#email_phone_box {
  clear: left;
  width: 100%;
}
.no_float {
  float: none;
}
#form_contact_box {
  width: 50%;
  max-width: 559px;
  min-width: 300px;
  float: left;
  margin: 15px 5px 5px 10px;
}
.half_box {
  width: 50%;
  min-width: 400px;
}
#program_requirements {
  display: none;
  width: 49%;
  min-width: 290px;
  float: left;
  margin-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  min-height: 250px;
}
#program_requirements_box {
  display: none;
  float: left;
  width: 100%;
}
#term_box {
  display: none;
  padding-bottom: 10px;
  float: left;
}
#undergrad_requirements_box {
  display: none;
  float: left;
}
#hs_diploma_box {
  margin: 10px 0;
  display: inline-flex;
}
#hs_diploma_box fieldset {
  display: flex;
}
.dismissed_disclaimer,
.balance_disclaimer,
.disclaimer {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  float: left;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  background: #FCFCC6;
  padding: 5px;
}
.message_box {
  font-style: italic;
  font-size: 12px;
  float: left;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  padding: 5px;
}
#neat_input_school_select {
  width: 100%;
}
#neat_input_transfer_school {
  width: 100%;
}
#credit_transfer_outter_box {
  display: none;
  clear: left;
}
.neat_country {
  padding-left: 32px !important;
}
#term {
  min-width: 280px;
}
#form_bio_box {
  display: none;
  width: 45%;
  max-width: 585px;
  min-width: 280px;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  padding-right: 30px;
  box-sizing: border-box;
}
#radio_box_male {
  min-width: 90px;
  float: left;
}
#radio_box_female {
  min-width: 90px;
  float: left;
}
#neat_input_birthdate .neat_date {
  min-width: 171px !important;
}
.neat_select {
  width: 85%;
  min-width: 260px;
}
.step_next_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
}
.agreement > li {
  padding: 0 0 10px 10px;
}
#agreement_content {
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
}
.before {
  font-size: 12px;
  margin-top: 10px;
}
.warning {
  font-size: 14px;
  font-weight: 300;
}
.tooltiptext {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete {
  width: 100%;
  min-width: 290px;
}
.selected {
  color: #ffffff !important;
  font: 600 15px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: -0.3px !important;
  background: var(--selected-bg) !important;
}
.neat_menu_input {
  cursor: pointer;
}
#neat_input_sname > .neat_menu {
  max-height: 298px;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--border);
  float: right;
  margin: 9px 0 0 10px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--border);
  float: right;
  margin: 9px -2px 0 10px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  float: right;
  margin: 7px 0 0 10px;
}
.neat_input_box {
  position: relative;
  float: left;
  margin: 6px 5px 6px 0px;
  width: 100%;
  max-width: 628px;
}
.center {
  display: flex;
  clear: left;
  justify-content: center;
  text-align: center;
}
.btn-flat {
  color: var(--button-text);
  font: 400 18px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  padding: 24px 40px;
  margin: 4px 0;
  cursor: pointer;
  outline: none;
  border: none;
  background: var(--button-bg);
  float: right;
  clear: right;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-flat:hover {
  filter: brightness(1.5);
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
}
.btn-flat:focus {
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
  outline: none;
}
.btn-flat-disabled {
  background: #aaa;
  color: #fff;
  cursor: default;
}
.btn-flat.white {
  background: #f0f0f0;
  color: #333;
  font: 400 16px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  padding: 13px 30px 12px 12px;
  position: relative;
  height: 49px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.13);
}
.btn-flat.white:hover {
  background: var(--c-accent);
  filter: brightness(1);
  color: #fff;
}
.btn-flat.green {
  background-color: #65c0ec;
  color: #fff;
  padding: 24px 20px;
  float: left;
  margin-left: 5px;
}
.btn-flat.green:hover {
  filter: brightness(1.1);
}
.btn_error_tip {
  padding-left: 10px;
  line-height: 25px;
  font-size: 15px;
}
.error_icon {
  font-family: 'neat' !important;
  color: var(--invalid-text);
  font-size: 17px;
  position: relative;
  top: 3px;
}
.error_icon:before {
  content: "\e974";
}
.need_help_box {
  float: right;
  margin: 20px;
  color: var(--selected-bg);
  font: 400 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  margin-left: auto;
}
#neat_input_school_degree {
  width: 100%;
}
#neat_input_transfer_school_degree {
  max-width: 100%;
}
.school_degree {
  max-width: 630px !important;
  width: 100%;
}
#email_question {
  min-width: 100%;
}
.help_posting {
  display: block;
  float: left;
  background: white;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: -webkit-image-set(url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags-qTMijYfv.webp") 1x, url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags@2x-Nw0Rvxl5.webp") 2x, url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags-B4bBHJQK.png") 1x, url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags@2x-CHoPVKL4.png") 2x);
  background-image: image-set(url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags-qTMijYfv.webp") 1x, url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags@2x-Nw0Rvxl5.webp") 2x, url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags-B4bBHJQK.png") 1x, url("https://cdn-ap-montreat.opusui.com/9d430302-ca62-4cc6-b4f4-edb770d4197f/build/assets/nflags@2x-CHoPVKL4.png") 2x);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.nic {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 2px;
  font-size: 20px;
  box-sizing: border-box;
  pointer-events: none;
}
@keyframes pulse {
  0% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1.4);
  }
  0% {
    transform: scale(1);
  }
}
.nic-invalid {
  color: var(--invalid-text);
  animation: pulse 1s ease;
}
.nic-invalid:before {
  content: "\e903";
}
.nic-valid {
  color: var(--valid-text);
  animation: pulse 1s ease;
}
.nic-valid:before {
  content: "\e92e";
}
.nic-down {
  color: var(--border);
}
.nic-down:before {
  content: "\e919";
}
.nic-btndown {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 5px;
}
.nic-btndown:before {
  content: "\e919";
}
.nic-btnright {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 5px;
}
.nic-btnright:before {
  content: "\e91b";
}
.nic-secure-check {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 5px;
}
.nic-secure-check:before {
  content: "\e949";
}
.nic-saved {
  color: var(--border);
  font-size: 16px;
}
.nic-saved:before {
  content: "\e967";
}
.nic-search {
  color: var(--border);
  font-size: 18px;
}
.nic-search:before {
  content: "\e945";
}
.nic-searching {
  color: var(--border);
}
.nic-searching:before {
  content: "\e971";
}
.nic-loading {
  color: var(--border);
  font-size: 18px;
}
.nic-loading:before {
  content: "\e971";
}
.nic-search-icon {
  color: var(--border);
  font-size: 24px;
  position: absolute;
  top: 14px;
  left: 13px;
}
.nic-search-icon:before {
  content: "\e945";
}
.nic-help-icon {
  font-size: 20px;
  position: absolute;
  top: 14px;
  right: 10px;
}
.nic-help-icon:before {
  content: "\e961";
}
.nic-radio {
  font-size: 22px;
  position: relative;
  left: -3px;
  color: #c4c4c4;
}
.nic-radio:before {
  content: "\e927";
}
.nic-radio-on {
  font-size: 22px;
  color: #BFBFBF;
  position: relative;
  top: -4px;
  left: -3px;
}
.nic-radio-on:before {
  content: "\e936";
}
.flag.NP {
  background-color: transparent;
}
.country_flag_dropdown {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 6px;
}
.country_flags {
  float: left;
  position: relative !important;
  margin-top: 2px !important;
  margin-right: 7px;
}
.bar-main-container {
  width: calc(50% - 4px);
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  background: #ccc;
}
.wrap {
  padding: 2px;
}
.bar-percentage {
  float: right;
  color: var(--selected-bg);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 3px 4px 3px;
  height: 15px;
}
.bar-container {
  float: left;
  height: 10px;
  margin-top: 4px;
  background: rgba(0, 0, 0, 0.13);
  width: calc(100% - 40px);
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bar {
  float: left;
  background: var(--selected-bg);
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.dev_by > a {
  color: #585858;
  font: 400 14px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  text-decoration: none;
}
.dev_by {
  text-decoration: none;
}
.version {
  color: #585858;
  font: 400 8px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  position: absolute;
  bottom: -5px;
  right: 0;
  line-height: 18px;
}
.opus {
  margin: 0 4px 0 2px;
  color: #fff;
  font: 300 12px 'Lato', 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  line-height: 4px;
  letter-spacing: 2px;
  font-size: 12px;
}
.opus_ui {
  color: #fff;
  background: rgba(87, 126, 162, 0.8);
  padding: 1px 5px 3px 5px;
  width: 10px;
  height: 10px;
  font-size: 9px;
  vertical-align: top;
  line-height: 15px;
}
.tooltipster-base {
  color: var(--selected-bg);
}
@media all and (min-width: 961px) {
  .neat_school_date {
    min-width: 135px !important;
  }
}
@media all and (max-width: 950px) {
  #program_requirements {
    width: 48%;
  }
}
@media all and (max-width: 800px) {
  #programs_outter_box {
    width: 100%;
    margin: 0;
    margin-right: 10px;
  }
  #degree_selection_area {
    margin-right: 5px;
  }
  #program_requirements {
    margin-top: 20px;
    min-width: 280px;
    width: 99.9%;
  }
  #school_select {
    max-width: none;
  }
  .autocomplete {
    min-width: 280px;
    width: 95%;
  }
  .ty_photo {
    height: 290px;
  }
  .ty_photo_res {
    height: 532px;
  }
  .tf_multi {
    width: 100%;
    max-width: 550px;
  }
  .school_degree_box {
    max-width: 550px;
  }
}
@media all and (max-width: 725px) {
  .ty_photo_res {
    height: 482px;
  }
  .popup_box {
    width: 80vw;
  }
}
@media all and (max-width: 680px) {
  .push {
    min-height: 130px !important;
  }
  .tf_multi {
    width: 100%;
    max-width: 100%;
  }
  .ty_top {
    padding: 25px;
    padding-bottom: 10px;
  }
  .ty_photo {
    height: 245px;
  }
  .plus_sign {
    right: 7%;
  }
  .ty_photo_res {
    height: 431px;
  }
  #form_contact_box {
    width: 97%;
    max-width: none;
  }
  #form_bio_box {
    width: 100%;
    max-width: 600px;
    margin-left: 10px;
  }
  .program_code {
    max-width: 70%;
  }
  .need_help_icon {
    background-position: 0 -93px;
  }
  .ptype_select_box {
    right: -2px;
  }
  .agent_notes {
    min-width: 284px;
  }
  .personal_info_done {
    font-size: 12px;
  }
  .logo_title {
    margin: 15px 10px !important;
    font-size: 16px !important;
  }
  .need_help_title_btn {
    display: none;
  }
}
@media all and (max-width: 565px) {
  .logo_title {
    font-size: 17px !important;
  }
  .plus_sign {
    right: 6%;
  }
  .half_box {
    width: 98%;
    min-width: 300px;
  }
  .popup_box {
    width: 90vw;
  }
}
@media all and (max-width: 480px) {
  .header_box {
    margin-left: 0 !important;
  }
  .nic-help-icon {
    right: 10px;
    font-size: 22px;
  }
  .logo_title {
    margin: 15px 10px !important;
    padding-left: 10px !important;
    font-size: 17px !important;
    display: none !important;
  }
  .program_codes {
    display: none;
  }
  .btn-flat.white {
    padding: 10px 30px 12px 12px;
  }
  .need_help_title_btn {
    display: none;
  }
  .need_help_icon {
    background-position: 4px -93px;
  }
  .ty_top {
    padding: 20px;
    padding-bottom: 10px;
  }
  .ty_photo {
    height: 150px;
  }
  .ty_photo_res {
    height: 317px;
  }
  #form_contact_box {
    width: 100%;
    margin: 0 0;
    max-width: none;
  }
  .tc_s_name {
    display: none;
  }
  .footer,
  .push {
    padding-bottom: 15px;
  }
  .bar-main-container {
    width: 92vw;
  }
  .popup_box {
    width: 95vw;
  }
  .popup_box .btn-flat {
    font-size: 14px !important;
  }
  .personal_info_done {
    min-width: 100px;
  }
  .name_last {
    display: table !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media all and (max-width: 440px) {
  .app-title {
    font-size: 13px !important;
    margin-right: 8px;
  }
  .logo_title {
    font-size: 14px !important;
  }
  .pd10 {
    padding-top: 25px;
  }
}
@media all and (max-width: 410px) {
  .ty_photo_res {
    height: 271px;
  }
  .popup_box .btn-flat {
    font-size: 13px !important;
    padding: 20px 20px;
  }
  .header_done .step_header_title {
    font-size: 15px !important;
  }
  #email_box_dv {
    display: table-row !important;
  }
  .push_down {
    display: table-row !important;
  }
  #email_dv {
    margin-right: 5px;
  }
  .single_col_mob {
    display: -webkit-box !important;
  }
  .pr5.single_col_mob {
    padding-right: 0 !important;
  }
  .tf_multi {
    width: calc(100% - 5px);
  }
  .school_degree_box {
    max-width: calc(100% - 10px);
  }
}
@media all and (max-width: 385px) {
  .logo_title {
    font-size: 12px !important;
  }
  .need_help_box {
    padding-right: 10px;
  }
  .iblock.pl10 {
    padding-left: 4px !important;
  }
  .ty_photo_res {
    height: 280px;
  }
  .personal_info_done {
    font-size: 10px;
  }
}
@media all and (max-width: 360px) {
  .radio_box {
    min-width: 250px;
  }
}
@media all and (max-width: 340px) {
  .logo_title {
    display: none !important;
  }
  .step_content {
    padding: 10px 4px 25px 4px;
  }
  .logo {
    width: 200px !important;
  }
  #program_requirements {
    margin-left: 3px;
  }
  .ty_photo_res {
    height: 213px;
  }
}
.country-name,
.flag-box {
  font-size: 16px;
  font-weight: 300;
}
.neat_phone .selected-flag .arrow {
  margin-top: -7px;
  right: 15px;
  border: none;
  color: var(--border);
}
