@import url(https://fonts.googleapis.com/css?family=Strait);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Candara';
  src: url('/candara/candara-webfont.eot');
  src: url('/candara/candara-webfont.eot?#iefix') format('embedded-opentype'), url('/candara/candara-webfont.woff') format('woff'), url('/candara/candara-webfont.ttf') format('truetype'), url('/candara/candara-webfont.svg#CandaraRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.right-nav {
  height: 48px;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.right-nav li {
  float: right;
}
body {
  font-size: 10px;
  font-family: 'Strait', sans-serif;
  background: #690430;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.req {
  border: 2px solid #B94A48 !important;
  background: #F2DEDE !important;
}
.reqt {
  color: #B94A48 !important;
  font-weight: bold !important;
}
.reqt a {
  color: #B94A48 !important;
}
::-webkit-input-placeholder {
  color: #861746;
}
:-moz-placeholder {
  color: #861746;
}
::-moz-placeholder {
  color: #861746;
}
:-ms-input-placeholder {
  color: #861746;
}
body > header {
  height: 110px;
  line-height: 110px;
  color: #851345;
  background: #FFF;
  font-size: 1.7em;
}
body > header section {
  width: 960px;
  margin: 0 auto;
}
body > header section img {
  vertical-align: middle;
  margin-left: 5px;
}
body > header section a.login-button {
  background: url('/images/button_login.jpg') top left no-repeat;
  line-height: 48px;
  display: block;
  float: right;
  width: 83px;
  padding-left: 50px;
  margin: 30px 0 0 15px;
  color: #FFF;
  text-decoration: none;
  z-index: 100;
  position: relative;
}
body > header section a.recruiting-button {
  display: block;
  float: right;
  width: 107px;
  line-height: 106px;
  margin: 0 0 0 3px;
  padding: 0;
}
nav.main {
  height: 49px;
  background-color: #861746;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima;
  font-size: 1.5em;
}
nav.main .overflow-visible {
  overflow: visible;
  animation: .75s delay-overflow;
}
@keyframes delay-overflow {
  nav.main from {
    overflow: hidden;
  }
}
nav.main ul {
  width: 960px;
  margin: 0 auto;
  list-style: none;
  overflow: none;
  text-transform: uppercase;
  padding: 0;
}
nav.main ul li {
  display: inline;
  float: left;
}
nav.main ul li > ul {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height .15s ease-out;
}
nav.main ul li > ul > li {
  position: relative;
}
nav.main ul li > ul > li > ul {
  top: 0;
  left: -250px;
}
nav.main ul li:hover {
  background-color: #861746;
}
nav.main ul li:hover > ul {
  max-height: 500px;
  transition: max-height .25s ease-in;
}
nav.main ul li:hover > ul li:hover ul {
  display: block;
  height: auto;
  overflow: visible;
}
nav.main ul li.active a {
  background-color: #5a102f;
}
nav.main ul li a {
  display: block;
  height: 49px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 49px;
  padding: 0 9px;
}
nav.main ul li ul {
  position: absolute;
  z-index: 5000;
  width: 250px;
  background: #5a102f;
  display: none;
}
nav.main ul li ul li {
  width: 250px;
}
nav.main ul li ul li:first-child a {
  border: 0;
}
nav.main ul li ul li ul li:not(:first-child) a {
  border-top: 1px dotted rgba(255,255,255,0.3);
}
nav.main ul li ul li a {
  border-top: 1px dotted rgba(255,255,255,0.3);
  display: block;
  text-align: left;
  line-height: 40px;
  height: 40px;
}
nav.main ul li ul li a:hover {
  background-image: none !important;
}
nav.main > ul > li:hover {
  background: #5a102f;
}
div.banner {
  background: #f3f3f3;
  background-position: top right;
  background-repeat: no-repeat;
  height: 330px;
  overflow: hidden;
  position: relative;
}
div.banner div.caption {
  position: absolute;
  right: 20px;
  bottom: 21px;
  z-index: 100;
  background-color: #861746;
  color: #FFF;
  font-size: 18px;
  padding: 5px;
}
div.banner div.slides {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
}
div.banner div.slides img {
  width: 100%;
  height: 330px;
}
div.banner.home-banner {
  height: 460px;
}
div.banner.home-banner div.slides img {
  height: 460px;
}
div.banner.home-banner section {
  background: none;
}
div.banner.home-banner section div.nav {
  position: absolute;
  right: 0;
  bottom: 20px;
}
div.banner.home-banner section div.nav p {
  margin: 10px 0;
  padding: 8px 10px;
  position: relative;
  background: #861746;
  font-size: 2.8em;
  color: #FFF;
  float: right;
}
div.banner.home-banner section div.nav .slide_nav {
  text-align: right;
  height: 28px;
  clear: both;
}
div.banner.home-banner section div.nav .slide_nav a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #FFF;
  background: #FFF;
  margin-left: 5px;
}
div.banner.home-banner section div.nav .slide_nav a:hover,
div.banner.home-banner section div.nav .slide_nav a.activeSlide {
  background: #861746;
}
div.banner.home-banner section aside {
  width: 440px;
  background: rgba(255,255,255,0.6);
  color: #3c3c3c;
}
div.banner.home-banner section aside h2 {
  margin-top: 30px;
}
div.banner.home-banner section aside p {
  margin-bottom: 30px;
}
div.banner.home-banner section aside a {
  color: #861746 !important;
}
div.banner.home-banner section aside .button {
  background: #861746 url('/images/button_bg.png') center right no-repeat;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.banner.home-banner section aside .button:hover {
  color: #d9d9d9;
}
div.banner section {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2000;
}
div.banner section aside {
  background: rgba(255,255,255,0.75);
  width: 350px;
  padding: 20px;
  color: #444444;
  min-height: 290px;
}
div.banner section aside h2 {
  font-size: 3.4em;
  margin: 0;
}
div.banner section aside a {
  color: #861746 !important;
}
div.banner section aside p {
  font-size: 1.8em;
  line-height: 1.5em;
}
div.content {
  background: #861746;
}
div.content .alert {
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FCF8E3;
  border: 1px solid #FBEED5;
  color: #C09853;
  font-size: 1.6em;
  padding: 10px;
}
div.content .alert.errors {
  border-color: #EED3D7;
  background-color: #F2DEDE;
  color: #B94A48;
}
div.content .alert.successes {
  border-color: #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
}
div.content .login,
div.content .forgotten-password {
  width: 400px;
  border: 3px solid #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 50px 10px 180px;
  margin: 30px auto;
  background: #690430;
}
div.content .login input[type=email],
div.content .login input[type=password],
div.content .forgotten-password input[type=email],
div.content .forgotten-password input[type=password] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  background: #FFF;
  padding: 10px 20px;
  font-size: 3.0em;
  color: #690430;
  margin: 10px;
}
div.content .login ::-webkit-input-placeholder {
  color: #563673;
}
div.content .login :-moz-placeholder {
  color: #563673;
}
div.content .login ::-moz-placeholder {
  color: #563673;
}
div.content .login :-ms-input-placeholder {
  color: #563673;
}
div.content .login .buttons a {
  font-size: 12px;
}
div.content .login .buttons input[type=submit] {
  border: 1px solid #FFF;
  text-transform: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 15px;
}
div.content .forgotten-password .buttons a {
  font-size: 12px;
}
div.content .forgotten-password .buttons input[type=submit] {
  border: 1px solid #FFF;
  text-transform: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 20px;
}
div.content section {
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  color: #FFF;
  padding: 20px 0;
}
div.content section:before {
  content: '';
  display: block;
}
div.content section:after {
  content: '';
  display: table;
  clear: both;
}
div.content section .feature_image {
  float: left;
  margin-right: 60px;
}
div.content section h1,
div.content section h2,
div.content section h3,
div.content section h4,
div.content section h5 {
  font-weight: normal;
  margin-top: 0;
}
div.content section h1.top,
div.content section h2.top,
div.content section h3.top,
div.content section h4.top,
div.content section h5.top {
  margin-top: 1em;
}
div.content section h1.nbottom,
div.content section h2.nbottom,
div.content section h3.nbottom,
div.content section h4.nbottom,
div.content section h5.nbottom {
  margin-bottom: 0;
}
div.content section h1 {
  font-size: 4.3em;
}
div.content section h2 {
  font-size: 3.0em;
}
div.content section h2 span.help-inline {
  float: right;
  color: #fff;
  font-size: 0.5em;
  line-height: 35px;
}
div.content section h3 {
  font-size: 2.6em;
}
div.content section h4 {
  font-size: 2.2em;
}
div.content section h5 {
  color: #fff;
  font-size: 1.6em;
}
div.content section ul {
  font-size: 1.6em;
  line-height: 1.5em;
}
div.content section p {
  font-size: 1.6em;
  line-height: 1.4em;
}
div.content section a {
  color: #FFF;
}
div.content section .half {
  float: left;
  width: 50%;
}
div.content section .half input {
  width: 100%;
  line-height: 1.5em;
  font-size: 1.6em;
  box-sizing: border-box;
  margin: 9px 0;
}
@media (max-width: 768px) {
  div.content section .half input {
    margin: 0 0 18px;
  }
}
div.content section strong {
  font-size: 1.1em;
}
div.content section input[type=submit] {
  margin: 20px 0;
  background: #5a102f;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.7em;
  text-align: center;
  padding: 10px 80px;
}
div.content section input[type=text] {
  border: 0;
  padding: 10px 15px;
  color: #861746;
}
div.content section textarea {
  border: 0;
  font-size: 1.6em;
  padding: 10px 15px;
  color: #005D97;
  height: 100px;
}
div.content section select {
  font-size: 1.6em;
  width: 278px;
  margin-bottom: 25px;
}
div.content section label {
  display: block;
  line-height: 30px;
  margin-bottom: 8px;
  font-size: 1.6em;
}
div.content section label.file-select {
  cursor: pointer;
  display: block;
  width: 482px;
  height: 39px;
  line-height: 39px;
  color: #861746;
  padding-left: 20px;
  margin: 20px 0;
  background: url('/images/file_input.png') top left no-repeat;
}
div.content section .checkbox,
div.content section .radio {
  width: 30px;
  height: 30px;
  padding: 0 15px 0 0;
  background: url('/images/checkbox.jpg') no-repeat;
  display: block;
  clear: left;
  float: left;
}
div.content section .radio {
  background: url(/images/radio.png) no-repeat;
}
div.content section .select {
  position: absolute;
  width: 216px;
  word-break: break-all;
  height: 18px;
  padding: 6px 47px 6px 15px;
  line-height: 22px;
  color: #861746;
  font-size: 1.6em;
  background: url('/images/select.jpg') no-repeat top right;
  background-color: #FFFFFF;
  overflow: hidden;
}
div.content section .select-account {
  width: 400px;
  position: absolute;
  height: 30px;
  padding: 6px 15px;
  color: #861746;
  font-size: 1.6em;
  border-radius: 0px;
  background: url('/images/select.jpg') no-repeat top right;
  background-color: #FFFFFF;
  overflow: hidden;
}
div.content section .styled[styled-type=big] {
  width: 480px;
  margin: 20px 0 0 0;
}
div.content section .select-big {
  background-color: #FFFFFF;
  width: 450px;
  margin: 20px 0 0 0;
}
div.content section .styled[styled-type=blog] {
  width: 210px;
  margin: 20px 0 0 15px;
}
div.content section .select-blog {
  background-color: #FFFFFF;
  width: 180px;
  margin: 20px 0 0 15px;
  display: block;
}
div.content section a.callout {
  display: block;
  float: left;
  background: #fff;
  width: 190px;
  text-decoration: none;
  height: 215px;
  padding: 15px 20px;
  margin: 0 5px;
  text-align: center;
}
div.content section a.callout img {
  margin-bottom: 10px;
}
div.content section a.callout h2 {
  font-size: 3.3em;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  color: #861746;
}
div.content section a.callout p {
  font-size: 2.2em;
  color: #9CB6C2;
  margin: 0;
  line-height: 1.1em;
  color: #861746;
}
div.content section a.callout:hover {
  background: #5a102f;
}
div.content section .column {
  float: left;
}
div.content section .column.column-nopad {
  width: 280px !important;
}
div.content section .column.third {
  width: 300px;
  padding-right: 20px;
}
div.content section .column.third input[type=text],
div.content section .column.third textarea {
  width: 250px;
}
div.content section .column.third-x2 {
  width: 620px;
  padding-right: 20px;
}
div.content section div.testimonails {
  position: relative;
}
div.content section div.testimonails header {
  font-size: 0.9em;
}
div.content section div.testimonails header select,
div.content section div.testimonails header .select {
  float: right;
  right: 0;
}
div.content section div.testimonails header h2 {
  display: inline;
}
div.content section div.testimonails section {
  min-height: 680px;
  width: 230px;
  background: #FFF;
  float: left;
  padding: 0;
  margin: 10px 5px 10px 5px;
}
div.content section div.testimonails section img {
  display: block;
}
div.content section div.testimonails section h3 {
  background: #5a102f;
  text-align: center;
  font-size: 2.3em;
  padding: 15px 10px;
  color: #FFF;
  margin: 0;
  height: 50px;
}
div.content section div.testimonails section div {
  position: relative;
  padding: 30px;
  color: #003045;
}
div.content section div.testimonails section div img {
  position: absolute;
}
div.content section div.testimonails section div img.top {
  top: 10px;
  left: 10px;
}
div.content section div.testimonails section div img.bottom {
  bottom: 10px;
  right: 10px;
}
div.content section .jobboard_side {
  background-color: #5a102f !important;
}
div.content section .jobboard_side label {
  margin: 0px 0 5px 15px !important;
  position: relative;
  padding-left: 30px;
}
div.content section .jobboard_side label input[type=checkbox],
div.content section .jobboard_side label span.checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
div.content section .jobboard_side label {
  margin: 0px 0 5px 15px;
}
div.content section .jobboard_side span.select,
div.content section .jobboard_side select {
  margin: 0 15px 20px 15px !important;
}
div.content section .jobboard_side strong {
  font-size: 1.0em;
}
div.content section .jobboard_side input[type=submit] {
  margin-left: 15px !important;
}
div.content section div.blog {
  float: right;
  width: 685px;
}
div.content section div.blog .info-wrap {
  margin: 0 0 20px 0;
  color: #fff;
}
div.content section div.blog .info-wrap p {
  display: inline;
  margin-right: 20px;
}
div.content section div.blog .breadcrumbs {
  list-style: none;
  padding: 0;
  font-size: 1.6em;
}
div.content section div.blog .breadcrumbs li {
  display: inline;
}
div.content section div.blog .breadcrumbs li:before {
  content: " > ";
}
div.content section div.blog .breadcrumbs li:first-child:before {
  content: none;
}
div.content section div.blog .breadcrumbs li a {
  text-decoration: none;
}
div.content section div.blog .breadcrumbs li a:hover {
  text-decoration: underline;
}
div.content section div.blog header {
  background: #5a102f;
  font-size: 2.0em;
  padding: 5px 10px;
  line-height: 30px;
}
div.content section div.blog header .back {
  text-decoration: none;
}
div.content section div.blog header .back:hover {
  color: #d9d9d9;
}
div.content section div.blog header .back:hover span {
  background: #76113d;
  color: #fff;
}
div.content section div.blog header .back span {
  display: inline-block;
  background: #FFF;
  color: #851345;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
}
div.content section div.blog header h1 {
  font-size: inherit;
  margin: 0;
}
div.content section div.blog header h1 a {
  text-decoration: none;
}
div.content section div.blog .view_post header h1 {
  float: right;
  text-align: right;
}
div.content section div.blog .view_job .job_reg {
  border-top: 1px solid #fff;
  background: url('/images/jobs_registered.jpg') center left no-repeat;
  padding: 20px 10px 20px 80px;
}
div.content section div.blog .view_job .job_reg p {
  margin: 0;
}
div.content section div.blog .view_job .job_reg a {
  text-decoration: none;
}
div.content section div.blog .view_job .button {
  background: #5a0329;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.0em;
  padding: 5px 15px;
  text-decoration: none;
}
div.content section div.blog .view_job .button:hover {
  color: #d9d9d9;
}
div.content section div.blog .view_job header {
  background: url('/images/jobs_icon.jpg') center left no-repeat;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 10px 20px 10px 70px;
}
div.content section div.blog .view_job header h1 {
  font-size: 1.2em;
  margin: 0;
}
div.content section div.blog .view_job header p {
  font-size: 0.9em;
  margin: 0;
}
div.content section div.blog .view_job header .info-wrap {
  margin: 0;
}
div.content section div.blog .view_job header .info-wrap p {
  font-size: 0.8em;
}
div.content section div.blog .posts .list_post {
  background: url('/images/news_icon.jpg') center left no-repeat;
  border-top: 1px solid #FFF;
  padding: 10px 20px 10px 70px;
}
div.content section div.blog .posts .list_post.list_job {
  background-image: url('/images/jobs_icon.jpg');
}
div.content section div.blog .posts .list_post.list_job .read-more {
  border: 0;
  text-transform: none;
  display: inline;
  width: auto;
  height: auto;
  line-height: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
}
div.content section div.blog .posts .list_post:first-child {
  border: 0;
}
div.content section div.blog .posts .list_post h2 a {
  text-decoration: none;
  font-size: 0.8em;
}
div.content section div.blog .posts .list_post p,
div.content section div.blog .posts .list_post h2 {
  margin: 0;
  color: #fff;
}
div.content section div.blog .posts .list_post .read-more {
  float: right;
  background: #5a102f;
  border: 3px solid #FFF;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.6em;
  margin-top: 10px;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
div.content section div.blog .posts .list_post .read-more:hover {
  background: #9c1b51;
}
div.content section nav.blog {
  width: 240px;
  background: #5a102f !important;
}
div.content section nav.blog h2 {
  background: #861746;
  color: #FFF;
  font-size: 2.4em;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 80px 8px 20px;
  margin: 10px 0;
}
div.content section nav.blog ul {
  list-style: none;
  padding: 15px;
}
div.content section nav.blog ul li {
  border-top: 1px solid #FFF;
  padding: 10px 0;
}
div.content section nav.blog ul li:first-child {
  border: 0;
}
div.content section nav.blog ul li a {
  text-decoration: none;
  font-size: 1.6em;
}
div.content section nav.blog ul li a:hover,
div.content section nav.blog ul li a.current {
  color: #003044;
}
div.content section div.discipline_content {
  float: right;
  width: 580px;
}
div.content section nav.discipline {
  width: 310px;
  float: left;
  margin-right: 60px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
div.content section nav.discipline .linkedin {
  background: url('/images/discipline_linkedin.jpg') top left no-repeat;
  color: #FFF;
  text-decoration: none;
  display: block;
  min-height: 80px;
  padding: 5px 0 0 100px;
  margin-top: 20px;
}
div.content section nav.discipline .linkedin:hover {
  color: #cccccc;
}
div.content section nav.discipline ul {
  background: #5a102f;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.7em;
}
div.content section nav.discipline ul li.active {
  font-weight: bold;
}
div.content section nav.discipline ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #FFFFFF;
}
div.content section nav.discipline ul li a:hover {
  color: #cccccc;
}
div.content section nav.discipline ul li ul {
  font-size: 0.8em;
  border-bottom: 1px solid #FFFFFF;
  padding: 20px;
  display: none;
}
div.content section nav.discipline ul li ul li.active a {
  font-weight: bold;
}
div.content section nav.discipline ul li ul li:first-child a {
  border-top: none;
}
div.content section nav.discipline ul li ul li a {
  color: #EDEDED;
  font-weight: normal;
  border-top: 1px solid #861746;
  border-bottom: none;
  padding: 10px 0;
}
footer {
  background-color: #5a102f;
  border-top: 5px solid #FFF;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  padding: 30px 0;
}
footer .copyright {
  text-align: center;
  font-size: 1.1em;
  color: #fff;
}
footer .copyright a {
  color: #fff;
}
footer section {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
footer section img.logo {
  float: left;
  margin-right: 15px;
}
footer section nav ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  float: left;
  font-size: 1.4em;
  border-left: 1px solid #861746;
  height: auto;
  width: 158px;
}
footer section nav ul li {
  margin-bottom: 3px;
}
footer section nav ul li a.selected {
  color: #fff;
}
footer section nav ul li:first-child {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer section nav ul li a {
  color: #fff;
  text-decoration: none;
}
.account_content {
  position: relative;
}
.account_content .signout {
  position: absolute;
  right: 0px;
  top: 16px;
  background-color: #906faa;
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding: 10px 30px;
  font-size: 16px;
}
.account_content .signout a {
  text-decoration: none;
}
div#tabs ul {
  background-color: #634779;
}
div#tabs ul li {
  padding: 10px 0;
}
div#tabs ul li a h1 {
  font-size: 2.5em;
  margin-bottom: 0 !important;
}
div#tabs ul li a h5 {
  font-size: 1.6em;
  color: #e0eff8;
}
.ui-tabs-panel {
  background-color: #6a4c81 !important;
  min-height: 856px !important;
}
.ui-corner-left {
  border-radius: 0 !important;
}
.ui-state-active {
  background-color: #563e69 !important;
  position: relative;
  background-color: #2d85bc;
}
.ui-state-active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #563e69;
  border-width: 10px;
  margin-top: -15px;
}
h2.nbottom {
  font-size: 4em !important;
}
.account_content input[type=submit] {
  border: none !important;
  border-radius: 2px !important;
  background-color: #906faa !important;
  padding: 20px 250px !important;
}
.nav-tabs {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.nav-tabs li {
  background-color: #60022c;
  display: inline-block;
  margin-right: 10px;
}
.nav-tabs li.active {
  background-color: #FFF;
}
.nav-tabs li.active a {
  color: #60022c !important;
}
.nav-tabs li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 10px 0;
  width: 210px;
  text-align: center;
}
.tab-content .tab-pane {
  display: none;
  background-color: #FFF;
  padding: 15px;
  color: #025f95;
  font-size: 14px;
}
.tab-content .tab-pane .nav-tabs {
  float: left;
  background-color: #c692a8;
  width: 440px;
  padding: 10px;
}
.tab-content .tab-pane .nav-tabs li {
  background-color: transparent;
  width: 440px;
  padding: none;
}
.tab-content .tab-pane .nav-tabs li label {
  font-size: 14px;
  line-height: auto;
  margin-bottom: 0px;
  float: left;
}
.tab-content .tab-pane .nav-tabs li input[type="checkbox"] {
  float: right;
  margin-right: 20px;
}
.tab-content .tab-pane .nav-tabs li a {
  width: 100%;
  font-size: 14px;
  text-align: left;
  padding: 5px 10px;
  line-height: auto;
}
.tab-content .tab-pane .nav-tabs li.active {
  background-color: #861746;
}
.tab-content .tab-pane .nav-tabs li.active a {
  color: #FFF !important;
  display: block;
}
.tab-content .tab-pane .tab-content {
  float: right;
  width: 425px;
}
.tab-content .tab-pane .tab-content .tab-pane {
  padding: 0px;
}
.tab-content .tab-pane .tab-content .tab-pane ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0 0 0;
}
.tab-content .tab-pane .tab-content .tab-pane ul li {
  background-color: #861746;
  color: #FFF;
  margin-bottom: 10px;
}
.tab-content .tab-pane .tab-content .tab-pane ul li .checkbox-container {
  float: right;
  padding: 5px 0;
}
.tab-content .tab-pane .tab-content .tab-pane ul li .checkbox {
  margin-right: -10px;
}
.tab-content .tab-pane .tab-content .tab-pane ul li label {
  font-size: 14px;
  line-height: auto;
  margin-bottom: 0px;
  float: left;
  padding: 5px 10px;
  width: 325px;
}
.tab-content .tab-pane .tab-content .tab-pane ul li input[type="checkbox"] {
  float: right;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content .tab-pane .bar {
  background-color: #861746;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  height: 30px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.tab-content .tab-pane .bar label {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -9px;
  right: 10px;
}
.tab-content .tab-pane .bar .checkbox {
  float: none;
  clear: none;
  display: inline-block;
}
.account .nav-tabs {
  background-color: transparent !important;
}
.account .nav-tabs li {
  margin-right: 5px;
}
.account .nav-tabs li a {
  padding: 5px 0;
  font-size: 16px;
  width: 192px !important;
}
.account .tab-content .tab-pane .nav-tabs {
  width: 260px;
  background-color: #a98fbd !important;
}
.account .tab-content .tab-pane .nav-tabs li {
  width: 260px;
  padding: 5px 0 !important;
}
.account .tab-content .tab-pane .nav-tabs li input[type="checkbox"] {
  float: right;
}
.account .tab-content .tab-pane .nav-tabs li a {
  width: 250px !important;
  font-size: 14px;
  text-align: left;
  line-height: auto;
}
.account .tab-content .tab-pane .tab-content {
  width: 290px;
}
.account .tab-content .tab-pane .tab-content .tab-pane ul {
  margin-top: 0px;
  background-color: transparent !important;
}
.account .tab-content .tab-pane .tab-content .tab-pane ul li {
  background-color: #845FA1;
  color: #FFF;
  padding: 5px 0 !important;
  margin-bottom: 10px;
}
.account .tab-content .tab-pane .tab-content .tab-pane ul li .checkbox-container {
  float: right;
  padding: 5px 5px 0 0;
}
.account .tab-content .tab-pane .tab-content .tab-pane ul li label {
  font-size: 14px;
  line-height: auto;
  margin-bottom: 0px;
  float: left;
  padding: 5px 10px;
  width: 200px;
}
.account .tab-content .tab-pane.active {
  display: block;
}
.account .tab-content .tab-pane .bar {
  background-color: #845FA1;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  height: 30px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.account .tab-content .tab-pane .bar label {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -9px;
  right: 10px;
}
.account .tab-content .tab-pane .bar .checkbox {
  float: none;
  clear: none;
  display: inline-block;
}
.contact-form {
  padding: 0 100px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  border: 0;
  font-size: 1.6em;
  padding: 10px 15px;
  color: #005D97;
  width: 100%;
  margin-bottom: 10px;
}
section.our-process ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.our-process ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 30px;
}
section.our-process ul li .step-inner {
  padding: 0 10px;
}
section.our-process ul li .num {
  margin-bottom: 30px;
}
section.our-process ul li .num .inner {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #FFF;
  color: #845FA1;
  border-radius: 50%;
  font-size: 50px;
  display: inline-block;
}
section.our-process ul li h2 {
  margin: 0;
  font-size: 28px;
  margin-bottom: 20px;
}
section.our-process ul li h3 {
  margin: 0;
  font-size: 20px;
}
section.our-process ul li .text {
  font-size: 17px;
  text-align: justify;
}
section.our-process ul li .text > * {
  font-size: inherit;
}
nav.main .nav-toggle-bar {
  display: none;
}
@media (max-width: 768px) {
  .container,
  body > header section,
  div.content section,
  footer section,
  div.banner section {
    width: auto;
  }
  body > header {
    height: 75px;
    line-height: 75px;
  }
  body > header .pull-right {
    height: 75px !important;
  }
  body > header section img {
    width: 115px;
  }
  .right-nav {
    height: auto;
  }
  .right-nav li {
    display: none;
  }
  .right-nav li:first-child {
    display: block;
  }
  body > header section a.login-button {
    background-size: 100%;
    line-height: 38px;
    width: 61px;
    padding-left: 40px;
    margin: 5px;
    font-size: 15px;
  }
  body > header section .recruiting {
    width: auto !important;
    font-size: 13px;
    white-space: nowrap;
    padding-right: 5px;
  }
  nav.main {
    height: auto;
    background: #651138;
  }
  nav.main .nav-toggle-bar {
    display: block;
    height: 49px;
    background: #911850;
    position: relative;
  }
  nav.main .nav-toggle-bar .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  nav.main .nav-toggle-bar .hamburger a {
    display: block;
    padding: 13px;
  }
  nav.main .nav-toggle-bar .hamburger span {
    height: 4px;
    width: 35px;
    background: #FFF;
    display: block;
    margin-top: 6px;
  }
  nav.main .nav-toggle-bar .hamburger span:first-child {
    margin-top: 0;
  }
  nav.main ul {
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }
  nav.main ul.open {
    max-height: 490px;
  }
  nav.main ul li {
    float: none;
    display: block;
  }
  div.banner div.slides img {
    width: auto !important;
  }
  div.banner.home-banner section aside {
    width: auto;
    max-height: none;
  }
  div.banner.home-banner section div.nav {
    display: none;
  }
  div.content section a.callout {
    height: auto;
    float: none;
    width: auto;
    margin-top: 5px;
  }
  div.content section a.callout:first-child {
    margin-top: 0;
  }
  div.content section a.callout img {
    display: none;
  }
  footer section img.logo {
    display: none;
  }
  footer section nav ul {
    float: none;
    height: auto;
    width: auto;
  }
  div.banner section aside {
    width: auto;
    max-height: 320px;
    overflow: auto;
  }
  div.content section nav.blog {
    width: auto;
  }
  div.content section div.blog {
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  div.content section div.blog .posts .list_post.list_job {
    position: relative;
    padding-bottom: 45px;
  }
  div.content section div.blog .posts .list_post.list_job .read-more {
    float: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  div.content section .feature_image {
    max-width: 90%;
  }
  div.content section {
    padding: 0 10px;
  }
  div.banner section aside h2 img {
    display: none;
  }
  div.content section nav.discipline {
    width: auto;
    float: none;
    margin-right: 0;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  div.content section div.discipline_content {
    width: auto;
    float: none;
  }
  div.banner div.caption {
    display: none;
  }
  div.content section div.testimonails header {
    padding-top: 10px;
  }
  div.content section div.testimonails header h2 {
    display: block;
  }
  div.content section div.testimonails header select,
  div.content section div.testimonails header .select {
    float: none;
    margin-top: 10px;
    right: auto;
  }
  div.content section .select {
    display: block;
  }
  div.content section div.testimonails section {
    width: auto;
  }
  div.content section div.testimonails section img {
    display: block;
    margin: 0 auto;
  }
  div.content section .half {
    width: auto;
    float: none;
  }
  div.content section .column.third {
    width: auto;
    padding: 0;
    float: none;
  }
  div.content section .column.third input[type=text],
  div.content section .column.third textarea,
  div.content section textarea {
    width: 270px !important;
    display: block;
  }
  div.content section .select-big,
  div.content section .styled[styled-type=big] {
    max-width: 300px;
    margin-top: 0;
  }
  div.content section label.file-select {
    max-width: 300px;
    margin-right: 0;
    background-position: center right;
  }
  .overflow-content {
    overflow: auto;
  }
  .overflow-content .nav-tabs,
  .overflow-content .tab-content {
    width: 960px;
  }
  div.content section div.blog .info-wrap p {
    display: block;
  }
  div.content section div.blog header {
    margin-left: -10px;
    margin-right: -10px;
  }
  #content_section section {
    left: 0;
    width: auto !important;
    overflow: scroll;
    bottom: 0;
  }
  div.content .login,
  div.content .forgotten-password {
    width: auto;
    padding: 40px 10px 10px;
    text-align: center;
  }
  div.content .login input[type=email],
  div.content .login input[type=password],
  div.content .forgotten-password input[type=email],
  div.content .forgotten-password input[type=password] {
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    max-width: 84%;
  }
  div.content .forgotten-password .buttons input[type=submit] {
    display: inline-block;
    max-width: 88%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
  }
  body.segment-account .account_content {
    padding-top: 10px;
  }
  body.segment-account .account_content .signout {
    position: static;
  }
  body.segment-account .account_content .signout a {
    display: block;
    text-align: center;
  }
  body.segment-account .ui-tabs-vertical .ui-tabs-nav {
    float: none;
    width: auto;
  }
  body.segment-account .ui-tabs-vertical .ui-tabs-panel {
    float: none;
    width: auto;
  }
  body.segment-account .tabs-dropdown {
    background: #906FAA;
  }
  body.segment-account .tabs-dropdown p {
    margin-bottom: 0;
  }
  body.segment-account .tabs-dropdown p a {
    display: block;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
  }
  body.segment-account .tabs-dropdown p a span.icon {
    float: right;
  }
  body.segment-account #nav-tab {
    display: none;
  }
  body.segment-account #nav-tab.open {
    display: block;
  }
  body.segment-account #nav-tab .ui-state-active:after {
    display: none;
  }
  body.segment-account .account_content input[type=submit] {
    padding: 20px !important;
  }
  body.segment-account div.content section .labels label {
    display: block;
    width: auto;
    text-align: left;
  }
  body.segment-account div.content section input[type=text] {
    display: block;
    width: auto;
  }
  body.segment-account div.content section select,
  body.segment-account div.content section .select {
    width: 140px;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.segment-account div.content section select {
    width: 190px;
  }
  body.segment-account div.content section select[multiple] {
    width: 90%;
  }
  body.segment-account div.content section textarea {
    width: 220px !important;
  }
  div.content section.our-process {
    padding: 30px 0;
  }
  div.content section.our-process ul li {
    width: auto;
  }
}

/*****14-Feb-2018*****/
.cv_label {
  font-size: 15px;
  padding: 10px;
}
.upload_cv {
  margin: 24px 0;
}
#content_section .overflow-content {
  margin-bottom: 25px;
}

#content_section  .half input { font-size: 1.6em; }
/**********************/
.uploaded_cv {
    font-size: 15px;
}