@charset "utf-8";

/* CSS Document */
/* general*/
div,
h1,
h2,
h3,
h4,
h5,
p,
ol,
form,
input,
textarea,
img,
html,
applet,
object,
iframe,
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,
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%;
  /*vertical-align: baseline;*/
}

body {
  background: #ffffff;
  color: #000000;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;

}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
  outline: none;
  max-width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}


ul {
  padding: 0 0 20px 45px;
}


h2 {
  font: 700 20px/24px "Times New Roman", Times, serif;
  color: #033884;
  background-color: transparent;
  padding: 0 0 12px 0;
}

h3 {
  font: 400 20px/24px "Times New Roman", Times, serif;
  color: #1ca7ea;
  background-color: transparent;
  padding: 0 0 10px 0;
}

p {
  padding: 0 0 22px 0;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #1ca7ea;
  background-color: transparent;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #d81a05;
  background-color: transparent;
}

.spacer {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.nomar {
  margin-right: 0 !important;
}

.nopadd {
  padding-right: 0 !important;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #5b5b5b;
  color: #ffffff;
  padding: 0 5px 0 5px;
  margin: 0 0 8px 0;
  font: 14px/18px 'Lato', sans-serif;
  height: 22px;
  outline: none;
}

textarea {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #5b5b5b;
  color: #ffffff;
  padding: 9px;
  margin: 0 0 8px 0;
  font: 14px/18px 'Lato', sans-serif;
  height: 130px;
  outline: none;
  resize: vertical;
}

textarea:focus {
  border: 1px solid #000;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid #000;
}

.error {
  /*border:1px solid red !important;*/
  color: red;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  display: block;
}

.success {
  color: green;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 10px;
  text-align: center;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* general*/

.wrapper {
  width: 100%;
}

.container {
  width: 1080px;
  padding: 0 10px;
  margin: 0 auto;
  background: #ffffff;
}

.header-top {
  padding: 10px 10px 10px 0;
}

.logo {
  width: 465px;
  float: left;
}

.logo a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  display: block;
}

.logo img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  display: block;
}

.body-cont {
  padding: 20px 9px 15px 9px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

.body-cont p {
  padding-bottom: 30px;
}

.body-left-part {
  width: 646px;
  float: left;
}

.right-panel {
  width: 258px;
  float: right;
}

.right-panel h2 {
  background: #d81a05;
  padding: 5px 7px 9px 7px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 11px;
}

.featured-box-inner {
  overflow: hidden;
}

.featured-box-inner ul {
  padding: 0;
  margin: 0;
}

.featured-box-inner ul li {
  margin: 0 2px 10px 0;
  float: left;
  padding: 0;
  width: 128px;
  background: none;
}

.featured-box-inner ul li a {
  display: block;
  font-size: 0;
  line-height: 0;
}

.featured-box-inner ul li a img {
  width: 100%;
  height: auto;
}


.featured-box-inner ul li:nth-child(even) {
  margin-right: 0;
}

.featured-box-inner ul li img:hover {
  opacity: 0.8;
}

.search-box {
  border: 1px solid #cccccc;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #3f3b3b;
}

.search-box h2 {
  margin-bottom: 0;
}

.search-box-inner {
  padding: 6px 9px 0 9px;
}

.search-box .field {
  margin-bottom: 10px;
  overflow: hidden;
}

.search-box span {
  padding-bottom: 9px;
  display: block;
}

.search-box-check ul {
  padding: 0 7px;
  margin: 0;
}

.search-box-check ul li {
  float: left;
  padding: 0 24px 0 0;
  background: none;
}

.search-box-check ul li:last-child {
  padding-right: 0;
}

.search-box-check ul li input[type="radio"] {
  float: left;
  margin: 0 7px 0 0;
}

.search-box-check ul li label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #4d4b4b;
}

.search-box label {
  float: left;
  margin-right: 4px;
}

.search-box input[type="text"] {
  width: 65px;
  border: 1px solid #b9b7b7;
  height: 20px;
  float: left;
  background: #ffffff;
  margin-right: 4px;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.zip {
  float: left;
}

footer {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #424040;
}

footer .container {
  background: #ffffff;
  padding: 15px 10px 10px 10px;
}

footer a {
  color: #424040;
}

.footer-nav ul {
  text-align: center;
  margin: 0 0 9px 0;
  padding: 0;
}

.footer-nav ul li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}

.footer-nav ul li a {
  color: #424040;
}

.footer-nav ul li a:hover {
  color: #d81a05;
}

.footer-nav .current a {
  color: #d81a05;
}

.copyright {
  text-align: center;
  display: block;
}

/*bachelor page start*/

.left-panel {
  width: 209px;
  float: left;
  margin-right: 15px;
}

.left-panel h2 {
  background: #d81a05;
  padding: 5px 7px 9px 7px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 11px;
}

.mid-part {
  width: 422px;
  float: left;

}

.mid-part-inner {
  border: 1px solid #cccccc;
  padding: 10px 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #585656;
}

.mid-part h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #d81a05;
  padding-bottom: 10px;
}

.mid-part .degree-course {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 13px;
  margin-bottom: 16px;
  overflow: hidden;
}

.mid-part .degree-course:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mid-part .degree-course p {
  padding-bottom: 0;
}

.mid-part .degree-course-left {
  float: left;
  margin-right: 14px;
  font-size: 0;
  line-height: 0;
}

.mid-part .degree-course-left img {
  font-size: 0;
  line-height: 0;
}

.mid-part .degree-course-right {
  float: right;
  width: 240px;
}

/*bachelor page end*/

/*inner page start*/

.general-cont {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #676767;
}

.general-cont p {
  padding-bottom: 22px;
}

.general-cont h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #033884;
  padding-bottom: 5px;
  font-family: 'Helvetica', sans-serif;
}

.general-left {
  width: 550px;
  float: left;
}

.general-right {
  width: 454px;
  float: right;
  border: 1px solid #cccccc;
}

.request-form {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

.request-form-inner {
  padding: 6px 9px 0;
}

.request-form .required {
  display: inline-block;
  padding-left: 3px;
  margin: 0;
}

.request-form span {
  margin-bottom: 18px;
  display: block;
}

/* Request Information Form Top */
.request-form h2 {
  padding: 5px 7px 9px 7px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 11px;
}

.request-form .form-group {
  margin-bottom: 14px;
  overflow: hidden;
}

.form-group label {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #372a2a;
  float: left;
  width: 165px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"] {
  width: 254px;
  height: 26px;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #372a2a;
  margin-bottom: 0;
}

.form-group select {
  height: 26px;
  width: 266px;
  border: 1px solid #cccccc;
}

.pro_in-txt label {
  display: block;
  padding-bottom: 8px;
}

.pro_in-txt select {
  width: 100%;
}

input[type=checkbox] {
  width: auto;
}

.checkbox-input-group {
  display: flex;
}

.checkbox-input-group label {
  width: 100%;
  font-size: 100%;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.form-bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

button[type=submit] {
  background: #3fb7b1;
  padding: 10px 25px 10px 25px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
}

button[type=submit]:hover {
  background: #212935;
}

.general-cont ul {
  padding-bottom: 20px;
  margin: 0;
}

.general-cont ol {
  padding: 0 20px 10px 20px;
}

.general-cont ol li {
  padding: 0 0 10px 0;
}

/*25.08.15*/

.degree-program-list {
  border: 1px solid #cccccc;
  padding: 4px;
  margin-bottom: 10px;
}

.degree-program-list h2 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 18px;
}

.degree-program-list-inner {
  background: #eaf5fd;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #004084;
  overflow: hidden;
}

.degree-program-list-inner ul {
  margin: 0;
  padding: 0;
}

.degree-program-list-inner ul li {
  float: left;
  width: 186px;
  padding-bottom: 8px;
  background-position: left 6px;
}

.degree-course {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 13px;
  margin-bottom: 16px;
  overflow: hidden;
}

.degree-course:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.degree-course p {
  padding-bottom: 0;
}

.degree-course-left {
  float: left;
  margin-right: 14px;
  font-size: 0;
  line-height: 0;
}

.degree-course-left img {
  font-size: 0;
  line-height: 0;
}

.degree-course-right {
  float: right;
  width: 350px;
}

.field > input[type="number"] {
  width: 264px;
}

#collapse-link ul {
  transition: all 300ms;

}

.toggle {
  height: 1234px !important;
  transition: all 300ms;
}

ul.toggle + .see_all::before {
  content: "See Less - ";
}

.see_all::before {
  content: "See All +  ";
}

.search-consent-text {
  width: 100%;
  margin-bottom: 14px;
}