/**** General ****/

 @import url('https://fonts.googleapis.com/css?family=Ubuntu');
 @font-face {
 	font-family: Butler; font-weight: normal;
 	src: 	url('../fonts/Butler_Medium.eot?#iefix') format('embedded-opentype'),
 			url('../fonts/Butler_Medium.ttf')  format('truetype'),
 			url(../fonts/Butler_Medium.otf);
 }
 @font-face {
 	font-family: Butler bold; font-weight: bold;
 	src: url('../fonts/Butler_Black.eot?#iefix') format('embedded-opentype'),
 			url('../fonts/Butler_Black.ttf')  format('truetype'),
 			url(../fonts/Butler_Black.otf);
 }

html, body { font-size: 14px; line-height: 28px; font-family: 'Ubuntu', sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #5C5C5B; margin:0; padding:0}
body{ border:20px solid transparent; overflow: auto;}
body:before,body:after{
    z-index:1000; content:'';
    user-select:none; pointer-events:none;
    position:fixed; left:0; right:0; bottom:0; top:0;
    border:inherit;  border-bottom-width:0; border-color: #5C5C5B;
}

:focus, :visited{
  outline: none;
  border-radius: none;
}
body:after{ border-width:0; border-bottom-width:20px; }
.container{width:1130px} /* substract border-width from bootstrap container: 1170 - 40*/

#admin-menu, #admin-menu .dropdown {z-index:9999}
.butler {font-family: 'Butler', sans-serif}
.font-13 {font-size:13px; line-height:20px}
.font-16 {font-size:16px; line-height:28px}
.font-18 {font-size:18px; line-height:30px}
.invert-color {color: #FC603D}

a, a:visited {color: #5C5C5B; text-decoration:none; transition: all 0.3s ease;}
a:hover {color: #FC603D; text-decoration:none;}
a.invert-color:hover {color: #5C5C5B;}
a.btn-default {border-radius: 25px; background-color:#FC603D; color:#FFFFFF; padding: 0 30px; line-height:40px; display:inline-block; font-weight: bold;}
a.btn-default:hover {background-color:#5C5C5B; color:#FFFFFF;}
a.btn-white         {background-color:#FFFFFF; color:#5C5C5B; border: 1px solid #5C5C5B }
a.btn-white:hover   {background-color:#5C5C5B; color:#FFFFFF;}
a.btn-white-0       {background:none; color:#FFFFFF; border: 2px solid #FFFFFF; border-radius:0}
a.btn-white-0:hover {background-color:#5C5C5B; color:#FFFFFF; border:2px solid #5C5C5B }
a.btn-green         {background-color:#FFFFFF; color:#519A8A; border: 1px solid #99C9BF; box-shadow: 0 0 6px 0 }
a.btn-green:hover   {background-color:#FC603D; color:#FFFFFF; border: 1px solid #FC603D}
a.btn-green-bg      {background-color:#519A8A; color:#FFFFFF; border: 1px solid #519A8A; }
a.btn-green-bg:hover{background-color:#FC603D; color:#FFFFFF; border: 1px solid #FC603D}

.arma-footer a.btn-white-0:hover {background-color:inherit; color:#FC603D; border:2px solid #FC603D }

.arma-footer a:hover {color:#FC603D !important; }

.margin-r-10 {margin-right:10px}

h4 {font-family: 'Butler', sans-serif; font-size: 20px; color: #FC603D; margin:0}

.fadeInUp {animation-duration:1.5s; transition-timing-function: ease-in-out;}
.fade     {animation-duration:1.5s; transition-timing-function: ease-in-out;}

input[type="text"], input[type="email"], input[type="password"], select  {padding:2px !important; box-sizing: content-box}

.view-desk{
  display: inline;
}
.view-mob{
  display: none;
}

.relative{
  position: relative;
}

.absolute{
  position: absolute;
}

/**** MENU ****/
.wrap-sticky {max-height:90px; height: 50px !important;}
.navbar-brand {padding:0}
.navbar-brand>img {height:90%; margin: 13px 20px 5% 0;}
nav.navbar.bootsnav {border:none; z-index:900;}

nav.navbar.bootsnav ul > li {padding:13px 13px 15px 25px; }
#navbar-right > li > a {
	color:#ffffff !important; padding: 10px;border-radius: 26px;padding: 0 30px !important;line-height: 40px;background-color: #5C5C5B !important;
}
#navbar-right > li > a:hover {background-color: #FC603D !important;}
nav.navbar.bootsnav ul > li > a {padding:10px 12px 10px 0; color: #5C5C5B; transition: all .4s ease;}
nav.navbar.bootsnav ul > li > a:hover, nav.navbar.bootsnav ul > li > a.active, nav.navbar.bootsnav ul > li > a.is-active {color: #FC603D;}
nav.navbar.bootsnav ul > li > a:after{ border:0px;content:''; height:4px; width:0; display:inline-block;	background:#FC603D; position:absolute; left:0; bottom:0; transition: width .4s ease-in-out;}
nav.navbar.bootsnav ul > li > a:hover:after, nav.navbar.bootsnav ul > li.active-trail > a:after, nav.navbar.bootsnav ul > li > .is-active:after{ width:100%}

#navbar-right > li {padding: 15px 5px}
#navbar-right > li > a {color:#FC603D; padding: 10px}
#navbar-right > li > a:hover {color:#5C5C5B;}
#navbar-right > li > a:after {background:none}
#navbar-right > li > a.btn-default {border-radius: 26px; background-color:#FC603D !important; color:#FFFFFF; padding: 0 30px; line-height:40px}
#navbar-right > li > a.btn-default:hover {background-color:#5C5C5B !important;}
#navbar-right > li.welcome-user {line-height:40px; font-size: 14px}
#navbar-right > li > a.btn-gray {background-color:#5C5C5B !important; }
#navbar-right > li > a.btn-gray:hover {background-color:#FC603D !important;}

#navbar-right > li.contact_us_button > a:hover {background-color: #5C5C5B !important;color: #fff !important;}
#navbar-right > li.contact_us_button > a {background-color: transparent !important;color: #5C5C5B !important;border: 1px solid #5C5C5B;}

nav.navbar.bootsnav.sticked{ top: auto; -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.2); -moz-box-shadow:0 2px 5px 0 rgba(0,0,0,.2);  box-shadow:0 2px 5px 0 rgba(0,0,0,.2); }

body.page-node-1 .nav-gray-overlay, body.page-master .nav-gray-overlay, body.page-activities .nav-gray-overlay {width:40%; position:absolute; right:0; top:0; height:100%; background: rgba(0,0,0,0.1); z-index:-1}
nav.navbar.bootsnav.sticked .nav-gray-overlay {display:none}


/**** Nodes ****/
/** Common Nodes **/
section {position:relative}
.full-page {background: #FFFFFF; height: calc(100vh - 110px); position:relative; margin-bottom:100px; clear:both; min-height: 400px}
.full-height {height:100%}
.next-page-arrow {width:100%; text-align:center; position:absolute; bottom:17px; z-index:800}
.next-page-arrow a {font-size: 20px; padding:10px 15px; border: 1px solid #5C5C5B;color: #5C5C5B}
.reset-height .next-page-arrow {bottom:-50px}
.span-line {width:84px; border:2px solid #FC603D; display:inline-block; margin: 20px 0}
.span-line-small {text-indent:24px; position:relative}
.span-line-small:before {content:''; width:16px; border:1px solid #FC603D; position:absolute; top:13px; left:0}
.span-line-small-pad {padding-left:25px; position: relative}
.span-line-small-pad:after {content:''; width:16px; border:1px solid #FC603D; position:absolute; top:16px; left:0}
.next-page-arrow a:hover {border: 1px solid #FC603D !important; color: #FC603D !important}
.vertical-middle {display:flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items:center; -webkit-align-items: center; height:100%}
h2 {font-family: 'Butler bold', sans-serif; font-size: 36px; color: #FC603D; margin-bottom: 20px;}
.title-fade {font-family: 'Butler', sans-serif; font-size: 90px; position:absolute; top:50px; left: 110px; color: #5C5C5B; opacity: 0.1}
h3 {font-size: 18px; line-height:24px}
.flex-end {display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end}

/** Specific Nodes **/
#full-page-1 .next-page-arrow {bottom:8px}
#full-page-1 .next-page-arrow a {border-color: #FFFFFF; color:#FFFFFF}
.home-page-slide-1-img {
    margin-top: 90px;
    padding-right: 10px;
    max-width: 500px;
    height: auto;
    z-index: 100;
    position: relative;
}
.home-f1-img{
    position: relative;
    padding-bottom: 50px;
    z-index: 100;
}
.home-f1-img:after {
    content: '';
    border: 2px solid #FC603D;
    position: absolute;
    z-index: 90;
    bottom: 25px;
    left: 80px;
    width: 80%;
    height: 35px;
}

.home-f1 .next-page-arrow a {
    border-color: #FC603D !important;
    color: #FC603D !important;
}
.home-f1 .full-page{
  /*height:100vh !important; */
}
#block-block-8 #full-page-2 .view-all{
  margin-top: 40px;
}
#block-block-8 #full-page-2 .view-all a {
    font-size: 14px;
    line-height: 24px;
    color: #FC603D;
    font-weight: bold;
    border: 1px solid #FC603D;
    width: 130px;
    height: 40px;
    border-radius: 25px;
    padding-top: 6px;
    text-align: center;
    float: left;
}

#block-block-8 #full-page-2 .next-page-arrow a{
  color: #FC603D;
  border: 1px solid #FC603D;
}
#block-block-8 #full-page-2 .view-all a:hover {
    background-color: #5C5C5B;
    color: #FFFFFF;
}

#block-block-8 #full-page-2 .col-md-5 h2{
  font-size: 51px;
}

#block-block-8 #full-page-2 .col-md-7 h2{
  font-size: 26px;
  color: #5C5C5B;
  margin:0px;
  padding-bottom:20px;
}

#associate-partners-logo .col-md-3{
  margin-right:2%;
  width:23% !important;
}

/*.home-page-slide-1-img {position: relative;z-index: 100;top: 50%;transform: translateY(-50%);}*/
.home-slide-gray-overlay, .home-slide-gray-overlay13 {width:40%; height:calc(100vh - 110px); position:absolute; top: 0; right:0; background: #EFEFEF; z-index:95}
.home-slide-gray-overlay2 {width:40%; height:calc(100vh - 110px); position:absolute; top: 0; left:0; background: #EFEFEF; z-index:95}
.home-slide-gray-overlay3 {width:63%; height:100%; position:absolute; top: 0; right:0; background: #EFEFEF; z-index:95}

.home-slide-1-overlay {
  position: absolute;
    top: 80%;
    z-index: 120;
    background: #EFEFEF;
    color: #5C5C5B;
    font-size: 18px;
    line-height: 28px;
    width: 355px;
    right: 0px;
    font-weight: bold;
    padding: 20px 30px 10px 30px;
  }
.home-slide-1-overlay .author {font-size:14px; }
.home-slide-1-overlay .author .span-line {border:1px solid #FC603D; width: 20px; display: inline-block; margin:0}
.home-slide-1-years {
    font-family: 'Butler', sans-serif;
    font-size: 164px;
    position: absolute;
    bottom: 45px;
    left: 0px;
    opacity: 0.1;
    z-index: 110;
}
.home-f1 .container{
  position: relative;
}




#full-page-1 h1 {font-family: 'Butler', sans-serif; font-size:46px; line-height:52px; margin-bottom:30px}
#full-page-1 h1 .span-line {border:2px solid #FC603D; width: 70px; display: inline-block; margin:0}
#full-page-1 .col-md-5.full-height {z-index:100}
#full-page-1 .full-height{
  height:auto;
  padding-bottom: 70px;
}


#full-page-2 img {max-height:80px; max-width:100%; margin:15px auto; width: auto; height:auto}

#full-page-2 .col-md-5{
  max-width: 365px;
}
#full-page-3 {
  background: #1A1A1A;
}

#full-page-3 .col-md-7{
  position: absolute;
  right:0px;
  top: 0px;
  bottom: 0px;
}

#full-page-3 .col-md-7 img{

}

#full-page-3 .next-page-arrow{
  bottom: 7px;
}
#full-page-3 .next-page-arrow a{
  color:#FC603D;
  border:1px solid #FC603D;
}

#full-page-3 .col-md-5{
  padding-right:10px;
  padding-top: 50px;
  padding-bottom: 50px;
  color:#fff;
}
#full-page-3 .col-md-5 .font-16{
  color:#FC603D;
  font-size: 16px;
  line-height: 24px;
}
#full-page-3 .butler {font-size: 24px; color:#FFFFFF;line-height:34px; margin-bottom:30px }
#full-page-3 .with-span-line {padding:0 0 0 90px; position:relative; line-height:28px}
#full-page-3 .with-span-line:after {content:''; width:84px; border:2px solid #FC603D; display:inline-block; position:absolute; top:14px; left:0; margin:0}

#full-page-4 h3 {position: relative;}
#full-page-4 .btn-green {margin-top:30px; margin-bottom:20px}
#full-page-4 .btn-und-or{
  color:#FC603D;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  margin-left: 15px;
}
#full-page-4 .col-md-12 h2{
  margin-top: 60px;
  font-size: 51px;
}
#full-page-4 .col-blocks-3 h3{
  margin-top: 0px;
}
#full-page-4 .col-blocks-3:nth-child(odd) .master-num{
  color:#FC603D;
  opacity: 0.1;
  font-size: 70px;
  line-height: 93px;
  font-family: 'Butler', serif;
  font-weight: bold;
  width: 100%;
  display: block;
}

#full-page-4 .col-blocks-3:nth-child(even) .master-num{
  color:#99C9BF;
  opacity: 0.2;
  font-size: 70px;
  line-height: 93px;
  font-family: 'Butler', serif;
  font-weight: bold;
  width: 100%;
  display: block;
}

#full-page-4 .col-blocks-3 .master-title{
  color:#1A1A1A;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-left: 15px;
  margin-top: -35px;
  min-height: 48px;
}
#full-page-4{
  margin-bottom: 50px;
}
#full-page-4 .visible-lg.visible-md.home-slide-4-img > div {display: inline-block;width: auto;position: relative;}
.home-slide-4-img {width:30%; height:auto; position:absolute; top:0; right:0; z-index:100; text-align: right;}
.home-slide-4-img img{
  width:100%;
  height: auto;
}
#full-page-4 .col-blocks{
  width:70%;
  display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;

}
#full-page-4 .col-md-12{
  padding-left: 1%;
}
#full-page-4 .next-page-arrow{
  bottom:-44px;
}
#full-page-4 .next-page-arrow a{
  color: #FC603D;
  border: 1px solid #FC603D;
}

#full-page-4 .col-blocks-3{
 flex: 30%;
 margin:1.5%;
 max-width: 30%;
 box-shadow: 0px 3px 6px #00000029;
 border-radius: 10px;
 padding:0px 13px 21px 13px;
}

#full-page-5 .program-list{
  width:100%;
  box-shadow: 0px 0px 10px #00000019;
  border-radius: 10px;
  margin-bottom: 0px !important;
  margin-top: 60px !important;
  padding-top: 28px;
  padding-left: 62px;
  padding-bottom: 25px;
  position: relative;
}
.prog-learn-more a{
  font-size: 14px;
  line-height: 24px;
  color: #FC603D;
  font-weight: bold;
  position: absolute;
  right:40px;
  bottom:-20px;
  background: #fff;
  width: 224px;
  height: 40px;
  padding-top: 6px;
  text-align: center;
  border: 1px solid #FC603D;
  border-radius: 30px;
}
.prog-learn-more a:hover{
  background-color:#5C5C5B !important;
  border:1px solid #5C5C5B;
  color:#fff;
}

.prog-learn-more1 a{
  font-size: 14px;
  line-height: 24px;
  color: #FC603D;
  font-weight: bold;
  position: absolute;
  left: -webkit-calc((100% - 224px)/2);
  left: -moz-calc((100% - 224px)/2);
  left: calc((100% - 224px)/2);
  bottom:-50px;
  background: #fff;
  width: 224px;
  height: 40px;
  padding-top: 6px;
  text-align: center;
  border: 1px solid #FC603D;
  border-radius: 30px;
}
.prog-learn-more1 a:hover{
  background-color:#5C5C5B !important;
  border:1px solid #5C5C5B;
  color:#fff;
}

#full-page-5 .col-md-12{
  padding-left: 0px;
}
#full-page-5 .col-md-12 h2{
  font-size: 51px;
}
#full-page-5 .col-program{
  margin-top: 105px;
}
.program-list-numb{
  color:#99C9BF;
  font-size: 43px;
  line-height: 60px;
  font-family: 'Butler', sans-serif;
  font-weight: bold;
}
.program-list-year{
  color: #295C5D;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.program-list-desc{
  margin-top: 20px;
}
.program-list-desc{
  color: #1A1A1A;
  display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.program-list-desc table{
  width:48%;
  margin-bottom: 45px;
}
.program-list-desc table thead{
  font-weight: bold;
}
.program-list-desc table tbody{
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.program-list-desc table:nth-child(even) thead{
  margin-left: 20px;
  display: block;
}
.program-list-desc table:nth-child(even) tbody{
  margin-left: 20px;
  display: block;
}
.program-list-desc table tbody tr{
  line-height: 24px;
}
.program-list-desc table tbody tr td:first-child{
  width:70%;
}
.program-list-desc table tbody tr td:last-child{
  width:30%;
  font-weight: bold;
  text-align: right;
}
.program-list-desc table:nth-child(odd){
  margin-right: 20px;
}
.program-list-desc table:nth-child(even){
  border-left: 1px solid rgba(112, 112, 112, 0.2);
  padding-left: 20px;
}


.program-list-desc table tr td:last-child{
  color: #295C5D;
}
/*.home-slide-4-btn {position:absolute; bottom:25%; right: calc(17.5% - 125px/2); z-index:110}*/
.home-slide-4-btn {position: absolute;bottom: 25%;right: calc(50% - 125px/2 );z-index: 110;}
.home-slide-4-overlay {width:316px; height:105%; position:absolute; top: -5%; right: calc(50% - 400px); background: rgba(0,0,0,0.1); z-index:95}

.program-container {box-shadow: 0 0 10px 0 #B5E1E2; padding:25px; height:100%}
.row-flex-lg {display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}
.program-number   {font-family: 'Butler', sans-serif; font-size:43px; color:#519A8A; margin-right:15px; display:inline-block}
.program-title    {display:inline-block}
.program-title h3 {font-size:18px; font-weight:bold; color:#295C5D; line-height: 22px; margin:0;}
.program-title p  {margin:0;}
.program-desc{margin-bottom: 70px;}
.program-desc ul{margin-top: 25px;}
.program-desc ul li{font-weight: bold; padding-bottom: 15px; font-size: 16px; line-height: 20px; color: #5C5C5B;}
.program-content  {background:#E4F4F2; margin:25px; padding: 25px 33px 10px; height: calc(100% - 75px); position:relative}
.program-content .row {margin-bottom:10px}
.program-content .row-last {margin-top:30px}
.program-content .row > .col-md-9 {padding-right:0}
.program-content .last-row-2 {margin-top:147px}
.course-title   {padding-left:30px}
.course-nbr     {position:absolute; left:15px; color:#295C5D}
.course-credits {color:#295C5D; font-size:15px; font-weight:bold; text-align:right}
.credits-total  {font-size:18px;}

#full-page-5{
  margin-bottom: 0px;
  padding-bottom: 100px;
  margin-top: 40px;
}
#full-page-5 .next-page-arrow a{
      border: 1px solid #FC603D;
    color: #FC603D;
}
#full-page-6{
  margin-top: 50px;
}
#full-page-6 .activities-list .fa {font-size:24px; color:#FC603D; margin-right:24px; position:absolute; left:15px}
.activities-list p {font-size:18px; padding-left:50px; margin-bottom: 35px}
#full-page-6 .activities_image_container {position: absolute;top: 0;z-index: 8;right: 0px;text-align: right;}
#full-page-6 .activities_image_container > div {display: inline-block;width: auto;position: relative;}
/*.home-slide-6-img {position:absolute; bottom:0; z-index:110; width:45%; right:10%; height:auto}*/
.home-slide-6-img {width: 100%;	height: auto;}
.home-slide-6-overlay {height:270px; width:50px; background:#5C5C5B; position:absolute; bottom:100px; /*right:90px;*/ right: calc(10% - 50px); z-index:100}
.home-slide-6-gray-overlay {width:40%; height:105%; position:absolute; top: -5%; right:0; background: rgba(0,0,0,0.1); z-index:95}

.img-wrapper img, .img-wrapper .gray-box-img {width:158px; height:192px; position:absolute; z-index:100; bottom:0; right:0}
.img-wrapper {display: inline-block; position:relative; width:171px; height:207.5px}
.img-wrapper:after {content:''; background-color:#FC603D; width:103px; position:absolute; height:164px; top:0; left:0;z-index:99}
.lect-name {font-size:18px}
.lect-title {font-size:16px; color:#838383; margin-bottom:30px; line-height: 30px}
.lect-view-all {margin-top:15px}
.lect-view-all a {width:158px; line-height:192.5px; background-color:#FC603D; font-weight:bold; color: #FFFFFF; display:block; text-align:center }
.lect-view-all a:hover {background-color:#5C5C5B;}

.act-block-home-shad{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px 35px;
  width: 439px;
  margin-top: 77px;
  z-index: 9;
  background: #fff;
  position: relative;
}

.act-block-home-shad h2{
  margin-top: 0px;
}
.activity-title{
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  position: relative;
}
.activity-icon{
  position: absolute;
  left:0px;
}
.activity-title1{
  padding-left: 38px;
  display: inline-block;
  font-weight: bold;
}
#full-page-6 .next-page-arrow{
  bottom:-82px;
}
#full-page-6 .next-page-arrow a{
  border: 1px solid #fff;
  color: #fff;
}
#full-page-7 h2{
  margin-top: 88px;
  font-size: 51px;
  margin-bottom: 50px;
}
#full-page-7 .next-page-arrow{
  bottom: -75px !important;
}
#full-page-7 .next-page-arrow a{
  border: 1px solid #FC603D;
  color: #FC603D;
}
#full-page-7 .col-lg-2 a{
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
}

#full-page-7 .lect-view-all a{
  color: #fff;
  font-size: 18px;
}

#full-page-8 {padding-bottom:150px}
#full-page-8 .view-alumni-map{ position: absolute; right: 0px}
#full-page-8 .view-alumni-map img{
	max-width:600px; height:auto;
}

#full-page-8 .next-page-arrow a {
    border: 1px solid #FC603D;
    color: #FC603D;
}
#full-page-9{
  padding-top: 70px;
}
.left-blog-home .field-content{
  display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
}
.blog-image{
  margin-right: 30px;
  position: relative;
}
.blog-image:before{
  position: absolute;
  content: '';
  left:-30px;
  bottom:-30px;
  width: 318px;
  height: 236px;
  z-index: -1;
  background: #EFEFEF;
  border-radius: 16px;
}
.blog-image img{
  border-radius: 16px;

}
.left-blog-home .views-field-field-cover-image img{
  max-width: 400px;
  height: auto;
}
.blog-hright .blog-hright-title{
  color: #5C5C5B;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  max-width: 250px;
}
.blog-hright .blog-hright-author{
  font-style: italic;
  color: #5C5C5B;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.last-blog-home{
  margin-bottom: 120px;
}
.gray-overlay{
  background: #EFEFEF;
}
.blog-hright1 .blog-hright-title{
  color: #5C5C5B;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 7px;
}
.blog-hright1 .blog-hright-author{
  font-style: italic;
  color: #5C5C5B;
  font-size: 14px;
  line-height: 20px;
}
.right-blog-home img{
  border-radius: 16px;
  margin-right: 30px;
  float: left;
}
.right-blog-home .views-field-nothing{
  display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  margin-bottom: 25px;
}
.right-blog-home{
  margin-top: 100px;
  margin-bottom: 60px;
}
.left-blog-home h2{
  font-size: 51px;
  margin-bottom: 30px;
}
.blog-hright1{
  display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  flex-direction: column;
}
.blog-readmore{
  margin-top: 40px;
}
.blog-readmore a{
  border: 1px solid #FC603D;
  border-radius: 30px;
  color: #FC603D;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 12px 31px;
}
#full-page-9 .col-md-4, #full-page-9 .col-md-8{
  padding-left: 0px;
  padding-right: 0px;
}
.blog-readmore1 a{
  color:#295C5D;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: underline;
}
.blog-readmore1 a:hover{
  color:#FC603D;
}
.blog-readmore a:hover{
   background-color: #5C5C5B !important;
    border: 1px solid #5C5C5B;
    color: #fff;
}
#full-page-9{
  background: -webkit-linear-gradient(180deg, #efefef 39%, #ffffff 13%, #ffffff 50%);
}
.alumni-header {background:#FC603D; font-size:24px; color:#FFFFFF; height:170px; padding:50px 0}
.alumni-header strong {font-size:28px}
.alumni-header a {font-size:18px; margin-top:15px;}

#full-page-8 .alumni-header a{
  float: right;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  height: 50px;
  color: #FFFFFF;
  padding: 11px 35px;
}

#full-page-8 h4 {font-family: 'Butler', sans-serif; font-size:36px; line-height:44px; margin-bottom:20px}
#full-page-8 p.with-span-line {padding-left:95px; position:relative}
#full-page-8 p.with-span-line:after {content:''; width:84px; border:1.5px solid #FC603D; display:inline-block; position:absolute; top:12px; left:0; margin:0}
#full-page-8 .title-fade {top:220px;}

#full-page-8 .alumni-container{
  margin-top: 50px;
}

#full-page-8 .alumni-container h2{
  font-size: 51px;
}

#full-page-8 .alumni-container h4{
  color:#5C5C5B;
  font-size: 36px;
  line-height: 44px;
}

/** 2- Master **/
h1.span-line-num {font-family: 'Butler', sans-serif;  margin:90px 0 30px 0; position: relative}
.masters-page h1.span-line-num {margin-top: 30px;}
.masters-page #master-page-1 .master-slide-1-img{right:0px; top:0px; max-width:50%}
.masters-page .master-slide-1-img{right:0px; top:0px; max-width:50%}
.masters-page #master-page-5 .master-slide-1-img{margin-top: 0px;}
h1.span-line-num span {position: absolute;border-bottom:3px solid #FC603D; width: 70px; display: inline-block; margin:0; color:#FC603D; font-size: 30px; }
.masters-page h1.span-line-num span {position: inherit;}
h1.span-line-num .master-sdesc{float: left; width: 100%; font-size:40px; line-height:46px; margin-top: 10px;}
#master-page-1 .field-content{ float: left; width: 100%; margin-top: 60px; padding-bottom: 80px;}
#master-page-1 .field-content p {padding-bottom: 80px; width: 100%; float: left;}
#master-page-1 .next-page-arrow {bottom:20px}


.master-slide-3-img {position:relative}
.master-slide-3-img img {padding:15px; border:1px solid #FC603D; position:relative; z-index:120}
.master-slide-3-img:after {content:''; width:160px; height:160px; position:absolute; top:0; left:0; z-index:90; background-color:#FC603D}

#master-page-4 {padding-bottom:100px; margin-bottom: 40px; position: relative;}
#master-page-4 h1 {margin-top:0}
/*.master-4-parallax {position:relative; background: url('../images/master-parallax-4.jpg') no-repeat; color:#FFFFFF; background-attachment: fixed; width:calc(100% - 30px); margin-left:initial; margin-bottom:140px}*/
.master-4-parallax {
	position: relative;background: url('../images/master-parallax-4.jpg') no-repeat;color: #FFFFFF;background-attachment: fixed;
	width: 100% !important;margin-left: initial;background-size: 100% auto;background-position: center center;
}
#master-page-4 .master-4-parallax .views-field-nothing{
  padding: 170px 0;
}
#master-page-4 .masters-fold4-b2 .views-field-nothing{
  margin-bottom: -50px;
}
#master-page-4 .masters-fold4-b2 .views-field-nothing .col-md-6{
  background: #F5F5F5;
  color: #5C5C5B;
  font-size: 14px;
  line-height: 25px;
  padding: 50px;
  position: relative;
}
#master-page-4 .masters-fold4-b2 .views-field-nothing .col-md-6:before{
  position: absolute;
  top:-5px;
  height: 10px;
  content:'';
  left: 50px;
  background:#FC603D;
  width: 209px;
}
#master-page-4 .masters-fold4-b2 .views-field-nothing .col-md-6:first-child{
  margin-right: 2%;
  width: 48%;
}
#master-page-4 .masters-fold4-b2 .views-field-nothing .col-md-6:last-child{
  margin-left: 2%;
  width: 48%;
}
.master-fold4-number{
  font-family: 'Butler', serif;
  font-size: 30px;
  border-bottom: 3px solid #FC603D;
  width: 70px;
  display: inline-block;
  color: #fff;
  line-height: 50px;
}
.master-fold4-title1{
  font-family: 'Butler', serif;
  font-size: 40px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.master-fold4-title2{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.master-slide-4-p {margin:80px 0 140px 0;}
.master-slide-4-img img {margin-bottom:30px}

.span-round {background-color:#FC603D; color:#FFFFFF; border-radius:12px; padding:5px; font-weight:bold; margin-top:30px}


/** 3- Programme **/
#prg-page-1 {position:relative; z-index:850}
#prg-page-1.full-page {height: 685px;color:#FFFFFF; margin-top: 90px; padding-bottom:0px; margin-bottom: 0px;}
#prg-page-1 .full-height{height: 685px;}
.fixed-prog-image img{
  object-fit: cover;
  display: block;
  width: 100%;
  height: 685px;
  position: absolute;
}
.overt{
  background: rgba(255,255,255,0.3);
    float: left;
    padding-top: 250px;
    height: 518px;
    margin-left: -20px;
}
.overview-title{
    transform: matrix(0, -1, 1, 0, 0, 0);
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-900) 103px/124px var(--unnamed-font-family-butler);
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: normal normal 900 103px/124px Butler;
    color: #FFFFFF;
    padding-top: 90%;
}
.over-desc{
  float: left;
  margin-left: 75px;
}
.over-desc .odd, .over-desc .even{
  background: rgba(255,255,255,0.3);
  padding: 28px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.over-desc .odd:before, .over-desc .even:before{
  position: absolute;
  top:44px;
  bottom:44px;
  content: '';
  left:-4px;
  border: 4px solid #FC603D;
}
#prg-page-1 .prog-desc h1{
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.network-b1 .prog-desc h1{
  width: 390px;
  margin-left: auto;
  margin-right: AUTO;
}
.prog-desc{
  max-width: 650px;
  margin: 0 auto;
}

.apply-banner{
   background: linear-gradient(180deg, #EFEFEF 50%, #F7F7F7 50%);
   position: relative;
   margin-top: 90px;
}
.apply-page #activ-page-6 .home-slide-gray-overlay2{
  margin-left:7%;
  width: 40%;
}
.apply-page .field-img-visits img{
  margin-left: -50px;
  margin-top: 50px;
  max-width: 100%;
  height: auto;
}
.apply-page .webinar-points1{
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 240px;
  max-width: 100%;
  font-size: 18px;
  line-height: 28px;
  background: #5C5C5B;
  z-index: 201;
  color: #ffffff;
  padding: 50px 30px 30px 30px;
}
.apply-page .webinar-points1 h5{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  text-align: right;
  margin-top: 20px;
}
.apply-page .webinar-points1 h5:before{
  position: absolute;
  border:1px solid #FC603D;
  right: 115px;
  width:20px;
  height: 2px;
  content: '';
  top: 12px;
}
.apply-page .views-field-field-right-description{
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}
.apply-page .views-field-field-right-description p strong{
  color:#FC603D;
}
.apply-page .views-field-field-email-us-description{
  line-height: 28px;
  font-size: 18px;
  margin-top: 50px;
}
.apply-page .views-field-field-email-us-description a{
  color:#FC603D;
  font-weight: bold;
}
.apply-page .semester-separator .views-field-nothing .ap-title{
  max-width: 500px;
  padding-bottom: 10px;
}
.apply-page .semester-separator .views-field-nothing .ap-title, .apply-page .semester-separator .views-field-nothing .ap-title strong{
  font-size: 55px;
  line-height: 52px;
  font-family: 'Butler';
}
.apply-page .semester-separator .views-field-nothing .ap-description{
  font-size: 18px;
  line-height: 28px;
  max-width: 495px;
}
.apply-page .views-field-field-right-description ul li{
  list-style: none;
  position: relative;
}
.apply-page .views-field-field-right-description ul li:before{
  position: absolute;
  border:1px solid #FC603D;
  left: -38px;
  width:20px;
  height: 2px;
  content: '';
  top: 15px;
}

.apply-banner .views-field-field-banner-image img{
  object-fit: cover;
  display: block;
  width: 100%;
  height: 643px;
}
.views-field-field-banner-year{
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0.08;
  color: #5C5C5B;
  font-size: 187px;
  line-height: 216px;
  font-family: 'Butler';
}
.apply-banner .views-field-nothing{
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
}
.apply-banner .views-field-nothing .apply-desc-t{
  font-size: 55px;
  line-height: 52px;
  padding-bottom: 25px;
  color: #5C5C5B;
  font-family: 'Butler';
}
.apply-banner .views-field-nothing .apply-desc-p{
  font-size: 20px;
  line-height: 28px;
  color: #5C5C5B;
}
.program-overview{background: #1a1a1a;padding-top: 40px; padding-bottom: 48px;}
.program-overview .views-field-title{color: rgba(255,255,255,0.5); float: left; width: 130px;}
.program-overview .views-field-title span{
  font-size: 100px;
  line-height: 85px;
  color: rgba(255,255,255,0.5);
  font-family: 'Butler';
}

.tocify-subheader .tocify-item{
  font-weight: normal !important;
  font-size: 12px;
}
.tocify-header .tocify-item, .ov-sect{
  font-weight: bold;
  font-size: 12px;
}
.tocify-header .tocify-item a, .ov-sect{
  color: #5C5C5B !important;
}
.views-field-field-pdf-applynow{
  width: 100%;
}
.views-field-field-pdf-applynow .camp-list{
  width: 40%;
  padding: 15px 25px 15px 25px;
}
.camp-more {
    position: absolute;
    bottom: 10px;
    width: 85%;
}
#prg-page-2 #overview{
  padding-top: 60px;
  font-size: 30px;
  font-family: 'Butler bold';
  margin-top: 0px;
  margin-bottom: 10px;
}
#prg-page-3 #tracks{
 padding-top: 60px;
 font-size: 30px;
 font-family: 'Butler';
 margin-top: 0px;
 margin-bottom: 0px;
}
#prg-page-4 #courses{
 padding-top: 60px;
 font-size: 30px;
 font-family: 'Butler';
 margin-top: 0px;
 margin-bottom: 0px;
}
#prg-page-4 .col-md-2, #prg-page-3 .col-md-2, #prg-page-2 .col-md-2{
  position: relative;
}
#prg-page-4 .title-desc{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  float: left;
}
#prg-page-4 .title-credit{
  width: 100%;
  float: left;
}
#prg-page-4 .credit-desc{
  width: 20%;
  color: #FC603D;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-align: right;
  float: left;
}
#prg-page-4 .course-fulldesc{
  color: #EFEFEF;
  font-size: 14px;
  line-height: 20px;
}
#prg-page-4 .course-fulldesc a{
  color: #C4C4C4;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
#prg-page-4 .course-list{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.img-back{
  position: absolute;
}
#prg-page-2 .img-back{
  right: 0px;
}
#prg-page-3 .img-back{
  right: -50px;
}
.acad .img-back{
  right: -50px !important;
}
#prg-page-4 .img-back{
  right: -80px;
  padding-top: 60px;
}
#prg-page-5 .img-back{
  right: -80px;
  margin-top: -35px;
  z-index: 881;
}
.bg-gray-orga .img-back{
  right: -90px !important;
  padding-top: 150px !important;
}

#prg-page-2 .col-sm-7, #prg-page-3 .col-sm-7, #prg-page-4 .col-sm-7{
  font-size: 16px;
  line-height: 30px;
}
#prg-page-2 .span-line {width:56px; border:2px solid #519A8A; display:inline-block; margin: 20px 0}
#prg-page-3 .span-line {width:56px; border:2px solid #519A8A; display:inline-block; margin: 20px 0}
#prg-page-4 .span-line {width:56px; border:2px solid #519A8A; display:inline-block; margin: 10px 0 70px 0}

.network_global{
  font-size: 16px;
  line-height: 30px;
}

.program-overview .views-field-field-description-overview{color: #fff; float: left;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  font-size: 16px;
  line-height: 22px;
}
.program-overview .col-sm-3{
  width: 20% !important;
}
.fixed-prog-image{
  width:100%;
}
#prg-page-1 .next-page-arrow {bottom:6px}
#prg-page-1 .next-page-arrow a {color:#FFFFFF; border-color:#FFFFFF}
#prg-page-2 .span-line {margin:0 0 20px 0}
.prg-slide-2-img {position:relative; margin-bottom:50px}
.prg-slide-2-img img {position:relative; z-index:120}
.prg-slide-2-img:after {content:''; background-color:#EFEFEF; width:100%; height:70%; position:absolute; bottom:-30px; left:-30px; z-index:100}

.bg-gray {background-color:#F7F7F7}
.bg-gray-orga{background: linear-gradient(
    to bottom,
    #F7F7F7 70%,
    #fff 30%
  );
    z-index: 899;
    position: relative; height: 400px;}
.bg-gray-orga .partner_orga{
  font-size: 50px !important;
  line-height: 93px !important;
  color: #1A1A1A;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family:"Butler bold";
}
.program-tracks .bg-gray{
  padding: 57px 0;
  margin-bottom: 85px;
}
.tracks-intro .bg-gray{
  padding: 57px 0 20px 0;
  margin-bottom: 85px;
}
.tracks-intro .bg-gray strong{
  font-size: 16px;
  line-height: 28px;
}
.tracks-intro .bg-gray table{
  width: 100% !important;
}
.tracks-intro .bg-gray table tr td{
  width: 37% !important;
  position: relative;
}
.tracks-intro .bg-gray table tr td:nth-child(1){
  padding-right: 13%;
}
.tracks-intro .bg-gray table tr td:nth-child(2){
  padding-left: 13%;
}
.tracks-intro .bg-gray table tr td:nth-child(1):before{
  content:'*';
  left:-25px;
  font-size: 40px;
  line-height: 100px;
  color: #FC603D;
  position: absolute;
}
.tracks-intro .bg-gray table tr td:nth-child(2):before{
  content:'**';
  left: 35px;
  font-size: 40px;
  line-height: 100px;
  color: #FC603D;
  position: absolute;
}
.bg-black{
  background: #1A1A1A;
  padding-bottom: 40px;
}
.program-tracks .bg-gray .container{
  position: relative;
}
.program-tracks .bg-gray p{
  margin: 0px;
  padding: 0px;
}
.program-tracks .bg-gray h4{
  color: #1A1A1A;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
}
.img-back-text{
  background: url('../images/back-numb-track.png') no-repeat;
  width: 73px;
  height: 116px;
  position: relative;
  top: -70px;
}
.img-europ{
  background: url('../images/euro-part-back.png') no-repeat;
}
.track-numb{
  font-size: 48px;
  line-height: 72px;
  color: #F7F7F7;
  font-family: 'Butler';
  position: absolute;
  bottom:5px;
  right: 10px;
}
.table-track table{
  margin-bottom: 100px;
  width: 95%;
  border:none;
  margin-left: 5%;
}
.table-track table tr td:nth-child(1){
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
  width: 80%;
}
.table-track table tr td:nth-child(2){
  color: #FC603D;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 20%;
  text-align: right;
}
.table-track h4{
  color: #295C5D;
  font-size: 24px;
  margin-bottom: 10px;
}
.table-track h2{
  color: #1A1A1A;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 50px;
  position: relative;
}
.table-track h2:before{
  position: absolute;
  border:2px solid #FC603D;
  left: 0px;
  top: 0px;
  width: 60px;
  content: '';
}
#partner-organisations{
  position: relative;
  line-height: 90px;
}
.arma-al-title{
  font-size: 50px;
  color: #1A1A1A;
  line-height: 80px;
  font-family: 'Butler';
  position: relative;
  margin-bottom: 20px;
}
#partner-organisations:before{
  position: absolute;
  border:2px solid #FC603D;
  left: 0px;
  top: 15px;
  width: 60px;
  content: '';
}
.arma-al-title:before{
  position: absolute;
  border:2px solid #FC603D;
  left: 0px;
  top: 10px;
  width: 60px;
  content: '';
}
#arma-alumni{
  padding: 90px 0;
}
.alumni-all{
  float: left;
  padding-left: 35px;
  width: 80%;
}
.img-alumni img{
  float: left;
  width: 20%;
  height: auto;
}
.alum-subt{
  color: #FC603D;
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
}
.global-list{
  padding-bottom: 90px;
}
.global-campus h2{
  color: #1A1A1A;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 10px;
  position: relative;
  margin-top: 80px;
  font-family: "Butler bold";
}
.global-campus h2:before{
  position: absolute;
  border:2px solid #FC603D;
  left: 0px;
  top: -10px;
  width: 60px;
  content: '';
}
#academic-partners{
  margin-top: 100px;
}
.acad .img-back{
  margin-top: -120px;
}
.arab-uni{
  padding-top: 80px;
  z-index: 899;
  position: relative;
  background: #fff;
}
.arab-uni-list{
  z-index: 880;
  background: #fff;
  position: relative;
  padding-bottom: 50px;
}
.university-arab .views-row{
  margin-top: 120px;
}
.part-orga .university-arab .views-row{
  margin-top: 0px;
}
.part-orga .university-arab .views-row{
  margin-bottom: 120px;
}
.uni-logo{
  margin-bottom: 15px;
}
.or-line{
  border:2px solid #FC603D !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.part-orga .or-line{
  border:2px solid #295C5D !important;
}
.part-orga .views-row:nth-child(odd) .views-field-field-university-cover::before {
    background-color: inherit !important;
}
.part-orga .views-row:nth-child(even) .views-field-field-university-cover::before {
    background-color: inherit !important;
}
.part-orga .views-row:nth-child(odd) .views-field-field-university-cover:after {
    border: 2px solid #FC603D !important;
}
.part-orga .views-row:nth-child(even) .views-field-field-university-cover:after {
    border: 2px solid #FC603D !important;
    width: 86% !important;
    height: 100% !important;
    left: -7px !important;
    top: 40px !important;
}
.part-orga .views-row:nth-child(odd) .views-field-field-university-cover:after {
    border: 2px solid #FC603D !important;
    width: 86% !important;
    height: 100% !important;
    left: 65px !important;
    top: 40px !important;
}
.part-orga .university-arab .views-row{
  position: relative;
}
.part-orga .university-arab .views-row:nth-child(odd) .views-field-field-partner-organisations-desc{
  position: absolute;
  right: 7px;
  top: 50%;
  padding: 25px;
  max-width: 470px;
  z-index: 901;
  background: #F7F7F7;
  box-shadow: 0px 3px 6px #00000029;
}
.part-orga .university-arab .views-row:nth-child(even) .views-field-field-partner-organisations-desc{
  position: absolute;
  left: 40px;
  top: 50%;
  padding: 25px;
  max-width: 470px;
  z-index: 901;
  background: #F7F7F7;
  box-shadow: 0px 3px 6px #00000029;
}
.views-field-field-partner-organisations-desc ul{
  padding: 0px;
  margin: 0 0 0 15px;
}
.views-field-field-partner-organisations-desc ul li{
  list-style: square;
}
.views-field-field-partner-organisations-desc ul li::marker{
  color: #FC603D;
  font-size: 24px;
}
.uni-title{
  color: #5C5C5B;
  font-size: 40px;
  line-height: 46px;
  padding-top: 10px;
  font-family:"Butler bold";
  padding-bottom: 5px;
}
.part-orga .uni-title{
  color: #FC603D;
}
.university-title{
  font-size: 45px !important;
  line-height: 36px !important;
  color: #1A1A1A;
  padding-top: 40px;
  font-family: "Butler bold";
}
.university-im .img-back-text{
  top: -13px;
}
#prg-page-3 .span-line {margin:0 0 10px}
.global-list .views-element-container, .views-field-field-pdf-applynow .field-content{
  display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  flex-wrap: wrap;
  float: inherit;
}
.logo-section{
  float: left;
}
.logo-section img{
  float: left;
  margin-right: 10px;
}
.logo-section span{
  float: left;
  font-size: 16px !important;
  line-height: 20px;
  padding-top: 5px;
}

.camp-list{
  border: 1px solid #C4C4C4;
  flex-grow: 1;
  width: 42%;
  max-width: 42%;
  margin: 4% 30px 3% 10px;
  position: relative;
  min-height: 230px;
  z-index: 120;
  float: left;
  background-color: #fff;
  padding: 30px 30px 15px 30px;
}
.camp-list:before {
    content: '';
    border-left: 2px solid #FC603D;
    border-top: 2px solid #FC603D;
    border-bottom: 2px solid #FC603D;
    position: absolute;
    z-index: 100;
    top: -10px;
    left: -10px;
    width: 90%;
    height: -webkit-calc(100% + 20px);
    height: -moz-calc(100% + 20px);
    height: calc(100% + 20px);
}
.views-field-field-pdf-applynow .camp-list:before {
  width: 92%;
}
.camp-all:before{
  position: absolute;
  content: '';
  left:87%;
  top:-10px;
  height: 10px;
  width: 2px;
  background: #FC603D;
}
.camp-all:after{
  position: absolute;
  content: '';
  left:87%;
  bottom:-10px;
  height: 10px;
  width: 2px;
  background: #FC603D;
}
.camp-logo{
  margin-bottom: 10px;
  height: 44px;
}
.camp-more-1{
  float: left;
}
.camp-more-2{
  float: right;
}
.camp-more-2 a span{
  position: relative;
  font-size: 0px;
}
.camp-more-2 a span:before{
  background: url('../images/icon-feather-link.svg') no-repeat;
  width: 21px;
  height: 21px;
  content: '';
  position: absolute;
  right: 0;
  top: -13px;
}
.camp-more{
  position: absolute;
  bottom: 10px;
  width: 85%;
  z-index: 999;
}
.camp-more a{
  color: #FC603D;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.camp-bold-title{
  font-size: 18px;
  color: #1A1A1A;
  line-height: 22px;
  font-weight: bold;
  z-index: 999;
  position: relative;
}
.views-field-field-pdf-applynow .camp-logo{
  margin-bottom: 0px;
}
.views-field-field-pdf-applynow .camp-list{
  min-height: 160px;
}
.views-field-field-pdf-applynow .camp-bold-title{
  font-size: 16px;
}
.views-field-field-pdf-applynow .field_right_description-down{
  position: relative;
  z-index: 999;
  margin-top: 15px;
  color: #FC603D;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
}
.views-field-field-pdf-applynow .field_right_description-down a{
  color: #FC603D;
}

#master-page-3{
  margin-top:0px;
  position: relative;
  margin-bottom: 34px !important;
}
#master-page-3 .next-page-arrow {
    bottom: -28px !important;
}
.master-slide-4-img{
  top: 0px;
  width: 45%;
}
/* Network list of universities */
.university-arab .views-row{
  width: 100%;
  float: left;
}
.views-field-field-university-cover img{
  max-width: 96%;
  height: auto;
}
.university-arab .views-row:nth-child(odd) .views-field-field-university-cover{
  float: left;
  width: 48%;
  margin-right:2%;
}
.university-arab .views-row:nth-child(even) .views-field-field-university-cover{
  float: right;
  width: 48%;
  margin-right: 2%;
}
.university-arab .views-row:nth-child(odd) .views-field-nothing{
  float: left;
  width: 48%;
  margin-right: 2%;
}
.university-arab .views-row:nth-child(even) .views-field-nothing{
  float: right;
  width: 48%;
  margin-left: 2%;
}
.university-arab .views-row:nth-child(odd) .views-field-field-university-cover {
    position: relative;
    padding-right: 15px;
}
.university-arab .views-row:nth-child(odd) .views-field-field-university-cover img{
    position: relative;
    z-index: 150;
    border-image: initial;
    padding: 0px 0px 0 38px;
  }
  .university-arab .views-row:nth-child(odd) .views-field-field-university-cover:after{
    content: "";
    position: absolute;
    border: 2px solid #FC603D;
    width: 95%;
    height: 106%;
    left: 0px;
    top: -30px;
  }
  .blue-sect .views-row:nth-child(odd) .views-field-field-university-cover:after{
     border: 2px solid #519A8A;
  }
  .university-arab .views-row:nth-child(even) .views-field-field-university-cover {
      position: relative;
      padding-left: 15px;
  }
  .university-arab .views-row:nth-child(even) .views-field-field-university-cover img{
      position: relative;
      z-index: 150;
      border-image: initial;
      padding: 0px 38px 0 0px;
    }
    .university-arab .views-row:nth-child(even) .views-field-field-university-cover:after{
      content: "";
      position: absolute;
      border: 2px solid #FC603D;
      width: 95%;
      height: 106%;
      left: 13px;
      top: -30px;
    }
    .blue-sect .views-row:nth-child(even) .views-field-field-university-cover:after{
       border: 2px solid #519A8A;
    }
  .uni-website a{
    font-size: 14px;
    line-height: 24px;
    color: #295C5D;
    font-weight: bold;
    border:1px solid #295C5D;
    width: 130px;
    height: 40px;
    border-radius: 25px;
    padding-top: 6px;
    text-align: center;
    float: left;
  }
.university-arab .views-row:nth-child(odd) .views-field-field-university-cover::before {
      content: "";
      background-color: #FC603D;
      width: 90px;
      height: 98%;
      position: absolute;
      top: 26px;
      right: 15px;
      z-index: 120;
  }
  .university-arab .views-row:nth-child(even) .views-field-field-university-cover::before {
        content: "";
        background-color: #FC603D;
        width: 90px;
        height: 98%;
        position: absolute;
        top: 26px;
        left: 0px;
        z-index: 120;
    }
    .blue-sect .views-row:nth-child(odd) .views-field-field-university-cover::before {
          background-color: #519A8A;
      }
      .blue-sect .views-row:nth-child(even) .views-field-field-university-cover::before {
            background-color: #519A8A;
        }
.blue-backg{
  background: #519A8A !important;
  z-index: 899;
  position: relative;
}
.program-list {margin-bottom:100px; margin-top: 100px;}
.program-list h3 {font-family: 'Butler', serif; font-size: 24px; font-weight: normal; color: #295C5D; line-height: 28px; margin: 0px 0 15px 0;}
.program-list .program-course {position:relative; margin: 50px 0 0 0;}
.program-list .prog-course-num {font-family: 'Butler', serif; font-size: 70px; line-height:70px; color: #97CAC1; position:absolute; top:0; left:0}
.program-list .prog-course-details {padding:0 0 0 100px;}
.program-list h5 {font-size: 18px; font-weight: bold; color: #305756; line-height: 18px; margin: 0;}
.program-list h6 {font-size: 14px; font-weight: bold; color: #000000; line-height: 14px; margin: 15px 0 20px;}

.semester-separator {background:#FC603D; color:#FFFFFF; padding:35px 0;}
.semester-separator strong {font-size:26px; line-height: 37px;}
.semester-separator a {font-size:14px; margin-top:55px !important}
.semester-separator a.btn-white-0{border-radius: 25px;}
.tocify-subheader{margin-left: 15px !important;}

.tocify {top: 185px; left:105px; z-index:800; overflow: auto; position: fixed; font-size: 13px; line-height: 30px; display:none}
.tocify ul, .tocify li { list-style: none; margin: 0; padding: 0; border: none; line-height: 30px;}
.tocify-subheader li { font-size: 12px; opacity:.8;}

.tocify a { text-indent:35px; position: relative; display:block; color: #838383}
.tocify a:hover, .tocify a.is-active { text-indent:53px; color:#FC603D !important; }
.tocify a:after { content:''; width:20px; border:1px solid #c3c3c3; display:inline-block; position:absolute; left:0; top:15px; }
.tocify a:hover:after, a.is-active:after {width:38px; border:1px solid #FC603D;transition: width .3s ease;}

.nav-list > li > a, .nav-list .nav-header { margin: 0px;}
.nav-list > li > a { padding: 5px;}



/** 4- Activities **/
.act-page .home-slide-gray-overlay{
  width: 35%;
  height: 80vh;
}
.act-page .home-slide-gray-overlay13{
  height:110vh;
  width: 35%;
}
@media (min-width: 1400px) {
  .act-page .home-slide-gray-overlay{
    width: 35%;
    height: 65vh;
  }
  .act-page .home-slide-gray-overlay13{
    height:90vh;
    width: 35%;
  }
  #full-page-9 {
    background: -webkit-linear-gradient(180deg, #efefef 41%, #ffffff 9%, #ffffff 50%);
 }
 .home-slide-1-overlay{
  top: 75%;
 }
}
.act-page .home-slide-gray-overlay2{
  width: 37%;
  height: 60%;
}
#activ-page-1 {
    margin-top: 90px;
    padding-bottom: 10px;
}
.act-page{
  height: auto;
}
.act-page .container{
  position: relative;
  z-index: 150;
}
.activ-slide-1-img {position:relative; padding-right:15px; z-index: 150}
.activ-slide-1-img img {padding: 15px; right:0px; margin-top: 60px; z-index:150;}
.act-page .views-field-nothing img{
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0 15px;
}
.act-page .next-page-arrow{
  bottom: -40px;
}
.activities-page .full-page{
  margin-bottom: 60px;
}
.activities-page .next-page-arrow a {
    border: 1px solid #FC603D;
    color: #FC603D;
}
#activ-page-1 h1.span-line-num{
  font-size: 40px;
  line-height: 46px;
  color:#1A1A1A;
  margin-top: 100px;
  position: relative;
  padding-left: 0px;
}
.activities-page h1.span-line-num {
  font-family: 'Butler', sans-serif;
  font-size: 40px;
  line-height: 46px;
  margin: 50px 0 30px 0;
  position: relative;
  padding-left: 85px;
  color: #5C5C5B;
}
.activities-page h1.span-line-num span {
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 10px;
    border-bottom: 3px solid #FC603D;
    width: 70px;
    display: inline-block;
    margin: 0;
    text-indent: 0;
    color: #FC603D;
    font-size: 36px;
}
#activ-page-1 .span-line-num:before {
    content: '';
    width: 70px;
    border: 2px solid #FC603D;
    position: absolute;
    top: -5px;
    left: 0px;
}
.float-right{
  float: right;
}
.activities-page h1.span-line-num .fa-hand-stop-o:before {
    background: url('../images/conferences.svg') no-repeat;
    width: 22px;
    height: 29px;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
}
.activities-page h1.span-line-num .fa-search:before {
    background: url('../images/search-field.svg') no-repeat;
    width: 23px;
    height: 23px;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
}
.activities-page h1.span-line-num .fa-eyes-o:before {
    background: url('../images/eyes.svg') no-repeat;
    width: 30px;
    height: 16px;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
}
.activities-page h1.span-line-num .fa-trainings-o:before {
    background: url('../images/trainings.svg') no-repeat;
    width: 30px;
    height: 32px;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
}

.activities-page h1.span-line-num .fa-classroom-o:before {
    background: url('../images/classroom.svg') no-repeat;
    width: 19px;
    height: 23px;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
}
.activities-page h1.span-line-num .fa-hweek-o:before {
    background: url('../images/hweek.svg') no-repeat;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
}
#activ-page-6 .activ-slide-1-img{
  margin-left: -70px;
}
#activ-page-6{
  position: relative;
  margin-bottom: 20px;
}
.activities-page h1.span-line-num .fa-humanp:before {
    background: url('../images/human.svg') no-repeat;
    width: 31px;
    height: 28px;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
}
#activ-page-7 .fixed-reasearch-block{
  top: inherit;
  bottom: -50px;
}
#activ-page-7 ul li{
  list-style: disc;
}
#activ-page-8 .research-more ul{
  padding-left: 0px;
}
#activ-page-8 .research-more ul li{
  list-style: none;
}
#activ-page-8 .research-more ul li a{
  text-decoration: underline;
}
#activ-page-7 .home-slide-gray-overlay{
  height: 75%;
}
#activ-page-7 .activ-slide-1-img img{
  margin-top: 0px;
}
#activ-page-7 .home-slide-gray-overlay2{
  margin-top: 125px;
}
.human-det .views-field-field-display-title{
  margin-top: 50px;
    margin-bottom: 20px;
}
#activ-page-6 .webinar-points{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #838383;
  z-index: 201;
  color: #EFEFEF;
  padding: 15px 25px 10px 25px;
}
#activ-page-4 .webinar-points li::marker,
#activ-page-6 .webinar-points li::marker,
#activ-page-7 .webinar-points li::marker{
  color: #FDAF9D !important;
}
#activ-page-6 .webinar-points ul{
  padding-left: 15px;
}
#activ-page-6 .webinar-points ul li{
  padding-left: 20px;
  margin-bottom: 5px;
}
#activ-page-6 .field-img-visits {
    margin-bottom: 100px;
    margin-top: 50px;
}
#activ-page-6 .home-slide-gray-overlay2{
  height: 95%;
}
#activ-page-2 .activ-slide-1-img img{
    padding: 15px;
    z-index: 120;
    position: relative;
}
#activ-page-2 .activ-slide-1-img{
  position: relative;
  margin-left: -70px;
}
#activ-page-2 .activ-slide-1-img:before {
    content: '';
    border: 1px solid #FC603D;
    position: absolute;
    z-index: 100;
    top: -5px;
    left: 8%;
    width: 80%;
    height: 40px;
}
.padd-left-60{
  padding-left: 60px;
}
.webinar-points{
    padding-left: 55px;
    text-indent: -20px;
    font-weight: bold;
}
.webinar-points a{
  text-decoration: underline;
  color: #519A8A;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.webinar-points a:hover{
  color: #FC603D;
}
.field-img-visits{
  position: relative;
  margin-bottom: 200px;
}
#activ-page-4{
  margin-bottom: 0px;
}
#activ-page-4 .webinar-points{
  background: #838383;
      padding: 25px 25px 25px 5px;
      border: 1px solid #707070;
      color: #EFEFEF;
      position: absolute;
      bottom: -90px;
      right: 0px;
      z-index: 210;
      max-width: 317px;
}
#activ-page-4 .next-page-arrow{
  bottom: 50px;
}
#activ-page-4 .home-slide-gray-overlay2{
  height: 90%;
  width: 37%;
}
#activ-page-4 .activ-slide-1-img{
  margin-left: -100px;
}
#activ-page-8 .activ-slide-1-img{
  margin-left: -100px;
  margin-top: -80px;
}
#activ-page-4 .webinar-points li{
  list-style: disc;
  padding-left: 5px;
  margin-bottom: 5px;
  text-indent: 0;
}
#activ-page-5{
  position: relative;
  padding-bottom: 50px;
}
#activ-page-5 .classroom-text{
  position: absolute;
  left: 48%;
  top: 50px;
  z-index: 200;
  background: #fff;
  padding: 0px 40px 25px 40px;
}
#activ-page-3 .views-field-nothing img{
  padding: 0px;
}
#activ-page-5 .views-element-container{
  position: relative;
  width: 100%;
}
.classroom-image{
  margin-top: -60px;
  width: 60%;
}
#activ-page-5 .next-page-arrow{
  bottom: -65px;
}
#activ-page-3 .activ-slide-1-img{
  max-width: 300px;
  padding-top: 70px;
}
#activ-page-8{
  position: relative;
  margin-bottom: 0px;
}
#activ-page-8 .home-slide-gray-overlay2{
  margin-top: 140px;
  height: 80%;
}
#activ-page-8 .views-field-nothing{
  margin-top: 140px;
}
#activ-page-8 .fixed-reasearch-block{
  bottom: 60px;
  max-width: 220px;
  top: inherit;
  right: 35px;
}
#activ-page-8 .activ-slide-1-img img{
  margin-top: 0px;
}
#activ-page-8 .field-img-visits{
  margin-bottom: 150px;
}

.activities-b1 ul li{
  list-style: none;
}
.activities-b1 .research-more ul li{
  list-style: disc;
}
.logo-chart img{
  max-width: 160px;
  height: auto;
}

.fixed-reasearch-block{
  position: ABSOLUTE;
    top: 75px;
    padding: 20px 30px 10px 45px;
    max-width: 260px;
    right: 0px;
    background: #838383;
    z-index: 180;
}
.fixed-reasearch-block li{
  margin-bottom: 10px;
  text-indent: -20px;
  margin-bottom: 15px;
}
.fixed-reasearch-block a{
  color: #99C9BF;
  text-decoration: underline;
  line-height: 20px;
  font-weight: bold;
}
.fixed-reasearch-block a:hover{
  color: #FC603D;
}

.research-more{
   margin-top: 20px;
}
.webinar-points li::marker{
  color: #FC603D !important;
  width: 7px;
  height: 7px;
}
.fixed-reasearch-block li::marker{
  color: #FDAF9D !important;
  width: 7px;
  height: 7px;
}
.fixed-reasearch-block a:hover{
  color: #FDAF9D !important;
}
.readmore-summary strong, .readmore-summary b, .readmore-summary p{
  width: 100%;
  float: left;
}
.readmore-summary span a{
  width: 100%;
  float: left;
  color: #FC603D;
  text-decoration: underline;
}
.readmore-text a{
  color: #FC603D;
}
#activ-page-2 .next-page-arrow{
  bottom: -30px;
}
#activ-page-3 .next-page-arrow{
  bottom:-60px;
}
.research-more ul li{
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.activ-slide-2-img {position:relative; }
.activ-slide-2-img img {padding:15px; position:relative; z-index:120 }
.activ-slide-2-img:after {content:''; background:#FC603D; position:absolute; z-index:110; top:0; left:0; width:160px; height:160px}
.activ-slide-2-img:before {content:''; border:1px solid #FC603D; position:absolute; z-index:100; top:0; left:0; width:80%; height:100%}

.activ-slide-3-img {position:relative; }
.activ-slide-3-img img {position:relative; z-index:120 }
.activ-slide-3-img:after {content:''; border:1px solid #FC603D; position:absolute; z-index:110; top:15px; left:15px; width:100%; height:100%}

.activ-slide-4-img {position:relative; }
.activ-slide-4-img img {position:relative; z-index:120 }
.activ-slide-4-img:after {content:''; border:1px solid #FC603D; position:absolute; z-index:110; top:25px; left:65px; width:100%; height:calc(100% + 30px)}

#activ-page-4 .span-line-small {margin:0}

.activ-slide-5-img {position:relative; }
.activ-slide-5-img img {position:relative; z-index:120 }
.activ-slide-5-img:after {content:''; background:#EFEFEF; position:absolute; z-index:110; top:50%; right:0; width:70%; height:80%}


/** 5- Lecturers **/
#lect-page-1.full-page {background: url('../images/lect-slide-1.jpg') no-repeat;
margin-top:90px;
color:#FFFFFF; /*background-attachment: fixed; */background-size: cover}
#lect-page-1 h1 {font-size:46px}
#lect-page-1 .next-page-arrow a {color:#FFFFFF; border-color:#FFFFFF}

#lecturer {margin-top:120px; margin-bottom:50px}
#lecturer h1 {font-size:40px; line-height:40px; margin:25px 0 10px}
#lecturer h5 {font-size:16px}
#lecturer .lect-profile p {text-indent:20px; position:relative}
#lecturer .lect-profile p:after {content:''; width:15px; border:1px solid #FC603D; position:absolute; left:0; top:15px;}
#lecturer .lect-img-wrapper {margin-top:25px; width:291px; height:351px; display: inline-block; position:relative;}
#lecturer .lect-img-wrapper img {position:absolute; z-index:100; bottom:0; right:0}
#lecturer .lect-img-wrapper:after {content:''; background-color:#FC603D; width:180px; position:absolute; height:286px; top:0; left:0;z-index:99}

#full-page-1{
  margin-top: 130px;
}
.home-left-col{
  margin-top: 90px;
}

.gray-box-img {background-color:#5C5C5B}
.icon-back {display:block; width:40px; line-height:40px; border:1px solid #FC603D; color: #FC603D; text-align:center; font-size:20px}
.icon-back:hover {border:1px solid #5C5C5B; color: #5C5C5B}

#apply-page-1 img {position: relative; z-index: 99}
#apply-page-1 h1 {font-family:'Butler', serif; font-size:46px}
#apply-page-1 input {width:200px; line-height: 30px; border:1px solid #1A1A1A; float:left}


/* Home new style */
.home-f1 .col-md-6 h1 p{
  max-width: 454px;
}

.home-f1 .col-md-6 h1{
  font-size: 66px !important;
  line-height: 74px !important; 
  margin-top:25px;
}

.home-f1 .col-md-6 h1 p strong{
  color:#FC603D;
}

/**** Login Form ****/
.ui-dialog {min-height: 580px; padding:18px; background-color:#FFFFFF; margin-top:-100px; z-index:999; width:360px !important; height: auto;}
.ui-dialog .ctools-drupal-modal {border: none; }
.ui-dialog-titlebar .ui-dialog-title {display:none}
.ui-dialog .ui-widget-header{
  background: none;
  border: none;
}

#drupal-modal {min-height: 565px !important;border-radius:0;border: 1px solid rgba(0,0,0,.2); box-shadow: 0 3px 6px rgba(150,150,150,.15); width:100% !important; padding:30px}
#drupal-modal #close-me {font-size:36px; font-size:20px; line-height:20px; font-weight:bold; position:absolute; top:15px; right:15px}
#drupal-modal h1 {font-family:'Butler', serif; font-size:31px; color:#FC603D; text-align:center}
#drupal-modal h1.green {color:#295C5D;}
#drupal-modal .form-subtitle {font-size:13px; text-align:center; line-height:20px; margin:0; padding:0; opacity:.5}
#drupal-modal label {color:#5C5C5B !important; font-size:13px; line-height:20px; margin:0; padding:0; opacity:.5}
#drupal-modal input {font-size:15px; line-height:24px; border:none; border-bottom: 1px solid rgba(150,150,150,.36); width:100%; outline:none; background:none; margin:0; padding:0}
#drupal-modal .description {display:none !important}
#drupal-modal .password-strength {display:none}
#drupal-modal .password-strength, #drupal-modal .password-confirm {float:initial}
#drupal-modal .password-suggestions {width:100%}
.user-login-form h2{
  text-align: center;
  margin-top: 0px;
  font-size: 31px;
}
.Login-popup-link a {
    border-radius: 25px;
    background-color: #FC603D;
    color: #FFFFFF;
    padding: 0 30px;
    line-height: 40px;
    display: block;
    max-width: 190px;
    font-weight: bold;
    margin: 0 auto;
    white-space:nowrap;
}
.reg-form-signup .Login-popup-link a, .userreset-pass .Login-popup-link a{
  background-color: inherit;
  padding: 0px;
}
.reg-form .action-links p,.reg-form  .action-links div{
  display: inline-block;
  padding-right: 5px;
}
#drupal-modal .confirm-parent, #drupal-modal .password-parent {width:100%}
.ui-widget{
  font-family: 'Ubuntu', sans-serif !important;
}
#drupal-modal .ui-state-default,
#drupal-modal .ui-widget-content .ui-state-default,
#drupal-modal .ui-widget-header .ui-state-default,
#drupal-modal .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
  }
#drupal-modal .action-links {margin-top:30px}
#drupal-modal .action-links p {color:#5C5C5B; margin:0; text-align:center}
#drupal-modal .action-links a {color:#FC603D; font-weight: bold}
#drupal-modal .action-links a:hover {color:#5C5C5B}

#drupal-modal .user-register-form .form-actions input{
  display: block !important;
}
.user-register-form label,
.user-login-form label,
.user-pass label{
  position: relative;
}
.user-register-form label:after{
  position: absolute;
  content: '*';
  color: #ff0000;
}
.user-login-form label:after{
  position: absolute;
  content: '*';
  color: #ff0000;
}
.user-pass label:after{
  position: absolute;
  content: '*';
  color: #ff0000;
}
.ui-dialog-buttonpane .form-actions button{
  display: none;
}
.reload-captcha-wrapper{
  padding-bottom: 10px;
}
.page-user-edit #user-profile-form #edit-field-full-name{display: none;}




#drupal-modal input[type="submit"].btn-default, #drupal-modal .back_button {border-radius:25px; background-color:#FC603D; color:#FFFFFF; padding: 0 30px; line-height:40px; display:inline-block; font-weight: bold; border:none; margin-top:30px; transition: all .3s ease; text-transform:uppercase}
#drupal-modal input[type="submit"].btn-default.green,
#drupal-modal .user-register-form .form-submit {
  background-color:#295C5D;
  border-radius: 25px;
    color: #FFFFFF;
    padding: 0 30px;
    line-height: 40px;
    display: inline-block;
    font-weight: bold;
    border: none;
    margin-top: 0px;
    width: 100%;
    transition: all .3s ease;
    text-transform: uppercase;
}
#drupal-modal .action-links{
  text-align: center;
  width: 100%;
}
#drupal-modal input[type="submit"].btn-default:hover, #drupal-modal .back_button:hover,#drupal-modal .user-register-form .form-submit:hover {background-color:#5C5C5B; color:#FFFFFF;}

.ajax-progress{
  display: none !important;
}
/* Adjust login form on no popup */
.user-login {background-color:#FFFFFF; margin-top:50px; box-shadow: 0 3px 6px rgba(150,150,150,.15); padding:35px; position:relative}
.user-login #close-me {display:none}
.user-login h1 {font-family:'Butler', serif; font-size:36px; color:#FC603D; text-align:center}
.user-login h1.green {color:#295C5D;}
.user-login .form-subtitle {font-size:13px; text-align:center; line-height:20px; margin:0; padding:0; opacity:.5}
.user-login label {width:90%; font-size:13px; color: #5C5C5B !important; line-height:20px; margin:0; padding:0; opacity:.5}
.user-login input {font-size:15px; line-height:24px; border:none; border-bottom: 1px solid rgba(150,150,150,.36); width:90%; outline:none; background:none; margin:0; padding:0}
.user-login .description {display:none !important}
.user-login .password-strength {display:none}
.user-login .password-strength, .user-login .password-confirm {float:initial}
.user-login .confirm-parent, .user-login .password-parent {width:100%}
.user-login .action-links {display:none}
.user-login .form-actions {text-align:center}
.user-login input[type="submit"].btn-default {border-radius:25px; background-color:#FC603D; color:#FFFFFF; padding: 0 30px; line-height:40px; display:inline-block; font-weight: bold; border:none; margin-top:30px; transition: all .3s ease; text-transform:uppercase; width: initial;}
.user-login input[type="submit"].btn-default.green {background-color:#295C5D;}
.user-login input[type="submit"].btn-default:hover {background-color:#5C5C5B; color:#FFFFFF;}

.user-login #edit-actions #edit-submit,
.signin-but{
  border-radius:25px;
  background-color:#FC603D;
  color:#FFFFFF;
  padding: 0 30px;
  line-height:40px;
  display:inline-block;
  font-weight: bold;
  width: auto;
  border:none; margin-top:0px; transition: all .3s ease; text-transform:uppercase;
}
.userreset-pass .signup-but{
  border-radius:25px;
  background-color:#FC603D;
  color:#FFFFFF;
  padding: 0 30px;
  line-height:40px;
  display:inline-block;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  border:none; margin-top:0px; transition: all .3s ease; text-transform:uppercase;
}
.userreset-pass .signup-but button{
  color: #fff;
}
.user-login #edit-actions #edit-submit:hover, .signin-but:hover, .userreset-pass .signup-but:hover{
  background-color: #5C5C5B;
  color: #FFFFFF;
}
.ui-icon-closethick{
  font-size: 30px;
  z-index: 9999;
      position: absolute;
      margin-left:-25px !important;
      top: 35px !important;
      background: transparent;
    background-image: none;
    color: #5C5C5B;
    font-size: 25px;
    height: 35px;
    width: 40px;
    text-indent: -26px;
    background-position: inherit;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon{
  background-image: none;
}
.master2-black-992{
  display: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.path-user .user-form .form-item-pass-pass1{
  margin-bottom: 20px;
}
.path-user .user-form .form-item-pass-pass2{
  margin-bottom: 20px;
}

#edit-pass .password-strength__meter{
  width: 200px;
}

#edit-pass label{
  width: 200px;
}


input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #5C5C5B;
}
.ui-icon-closethick:hover{
  background: none;
  background-image: none;
  border-radius:0px;
  border-radius: none;
}
.ui-dialog-titlebar-close{
  background: none;
  border:none;

}
.signin-but{
  text-align: center;
  font-size: 15px;
  width:100%;
}
.ui-dialog .ui-dialog-buttonpane{
  border:none;
}
.signin-but button{
  color: #fff !important;
  text-transform: uppercase;
}


.user-login #edit-actions #edit-submit:hover,
.signin-but input:hover {background-color:#5C5C5B; color:#FFFFFF;}
input:-internal-autofill-selected {
    background-color: transparent !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0px;
    background:none;
}

.lect-wrapper .col-lg-2{margin:0 1.6%;}


/**** Application Form ****/
body.node-type-application-form {background-color:#EFEFEF}
#edit-general-information, #edit-personal-information{
  background-color:#FFFFFF; box-shadow: 0 3px 6px rgba(0,0,0,.2); padding:50px 0; position:relative; z-index:200;
    margin: -50px auto 50px;
    max-width: 920px;
}
#edit-application, #edit-scholarship {
    background-color:#FFFFFF; box-shadow: 0 3px 6px rgba(0,0,0,.2); padding:50px 0 0 0; position:relative; z-index:200;
    margin: -50px auto 50px;
    max-width: 920px;
}
#edit-general-information .row, #edit-personal-information .row, #edit-application .row{
  padding-left: 50px;
  padding-right: 50px;
}
#edit-gender--wrapper{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}

.webform-submission-application-form-form .form-item {margin:0}
.webform-submission-application-form-form{background: #EFEFEF}
.webform-submission-application-form-form .webform-component {padding:24px 60px}
.webform-submission-application-form-form .webform-component-markup {padding:0 60px}
.webform-submission-application-form-form fieldset {min-width:200px}

.form-item-please-indicate-the-applicable-qualification-s--items-0--item--ects-description input,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--ects-description input,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--ects-description input,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--ects-description input,
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree-scan-header input,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree-scan-header input,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree-scan-header input,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree-scan-header input{
  display: none;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--ects-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--ects-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--ects-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--ects-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree-scan-header label,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree-scan-header label,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree-scan-header label,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree-scan-header label{
  display: none !important;
}
.webform-multiple-add{
  background:#F2F2F2;
  padding-left: 50px;
  margin-left: -50px !important;
  width: -webkit-calc(100% + 100px) !important;
  width: -moz-calc(100% + 100px) !important;
  width: calc(100% + 100px) !important;
  width: 100%;
}
.user-message{
  padding: 200px 10px 200px 10px;
  text-align: center;
  height: 200px;
}

#edit-attach-cv-fs{
  background: #F2F2F2;
  margin-top: -50px !important;
  padding-bottom: 10px !important;
  padding-top: 30px !important;
  padding-left: 50px;
  margin-left: -50px !important;
  width: -webkit-calc(100% + 100px) !important;
  width: -moz-calc(100% + 100px) !important;
  width: calc(100% + 100px) !important;
  width: 100%;
}
#edit-reference-letters-header{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

#edit-attach-your-diploma-wrap{
  background: #F2F2F2;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 30px !important;
  padding-left: 50px;
  width: 100%;
  padding-right: 50px;
}

#edit-attach-cv-fs label, #edit-attach-your-diploma-wrap label{
  display: none !important;
}

#edit-attach-your-diploma-wrap legend{
  display: none;
}

.webform-submission-application-form-form #edit-i-qualify-for-the-comprehensive-two-year-track-of-the-programme---wrapper-legend {display:none}
#edit-which-of-the-two-tracks-do-you-qualify-for-please-choose-one-of---wrapper,
#edit-i-qualify-for-the-comprehensive-two-year-track-of-the-programme---wrapper
{
  padding-left: 50px;
  padding-right: 50px;
}
#edit-which-of-the-two-tracks-do-you-qualify-for-please-choose-one-of---wrapper-legend .fieldset-legend {display:block}
.webform-submission-application-form-form .webform-progress {width:100%; height:170px; background-color:#295C5D; z-index:100}
.webform-submission-application-form-form .webform-progress-outer {position:relative; width:80%; margin:0 auto}
.webform-submission-application-form-form .webform-progress-inner {border:1px solid rgba(256,256,256,.3); position:absolute; top:100px; height:1px; width:100%!important}
.webform-submission-application-form-form .webform-progress-page {position:absolute; top:60px; height:42px; padding:0 20px 0 0}
.webform-submission-application-form-form .webform-progress-page:nth-child(3) {transform:translateX(-50%)}
.webform-submission-application-form-form .webform-progress-page:last-child {left:auto !important; right:0}
.webform-submission-application-form-form .webform-progress-page.current {border-bottom:2px solid #FFFFFF}
.webform-submission-application-form-form .webform-progress-page-number {font-size:14px; border-radius:15px; background-color:#234F50; color:#FFFFFF; display:inline-block; width:30px; line-height:30px; margin-right:10px}
.webform-submission-application-form-form .current .webform-progressbar-page-number {background-color:#FFFFFF; color:#295C5D}
.webform-submission-application-form-form .webform-progress-page-label {font-size:20px; color:#FFFFFF; opacity:.65}
.webform-submission-application-form-form .current .webform-progressbar-page-label {opacity:1}

.webform-submission-application-form-form #edit-gender--wrapper-legend{
  border-bottom: 0px;
  margin-bottom: 0px;
}
.webform-submission-application-form-form #edit-gender--wrapper-legend .fieldset-legend{
  font-size: 13px;
    color: #5C5C5B;
    opacity: 0.43;
    margin: 0;
    font-weight: normal;
    line-height: 18px;
    display: block;
}
.webform-submission-application-form-form .form-item-gender{
  float: left;
}
.form-item-gender label{
  padding-right: 20px;
}
.webform-submission-application-form-form i.fa {background-color:#FC603D; width:56px; line-height:56px; border-radius:28px; font-size:24px; color:#FFFFFF; text-align:center}
.webform-submission-application-form-form h1 {font-size:40px; font-family:'Butler', serif; color:#295C5D; position:relative;margin-bottom:30px}
.webform-submission-application-form-form h1:after {content:'';position:absolute; bottom:-15px; left:0; width:67px; border:1px solid #FC603D}
.webform-submission-application-form-form .col-sm-2.text-right {font-family:'Butler', serif; font-size:40px; color:#FC603D; line-height:40px; margin:20px 0}
.webform-submission-application-form-form p.application-title {font-family:'Butler', serif; font-size:21px; color:#295C5D; line-height:21px; margin:20px 0 0 0}
.webform-submission-application-form-form p.application-title +p {margin:0; color: #838383; font-size: 12px; line-height: 22px; padding-top: 5px;}
#edit-app-step .js-form-type-date{
  position: relative;
}
#edit-app-step .js-form-type-date img{
  bottom: 10px;
}
#work_fields_table .form-item label{
  display: none;
}
#edit-work-fields table label{
  display: block !important;
}
#edit-work-header{
  width: 100% !important;
  float: left;
}
#work_fields_table .js-form-type-webform-custom-composite{
  width: 100% !important;
}
#edit-work-header p.application-title +p{
  width: 70%;
}
#work_fields_table table tr:nth-child(even){
  background: #F8F8F8;
}
#work_fields_table table tr{
  padding-left: 50px;
  margin-left: -50px;
  padding-bottom: 30px;
  width: -webkit-calc(100% + 100px) !important;
  width: -moz-calc(100% + 100px) !important;
  width: calc(100% + 100px) !important;
  float: left;
}
#work_fields_table table thead tr{
  float: none;
}
#edit-work-fields .webform-multiple-add{
  margin-top: 30px;
  margin-bottom: 30px;
}
#edit-application .webform-multiple-add{
  padding-top: 20px;
}
#edit-relationship-fieldset{
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 20px;
}
#edit-relationship-fieldset .toggle{
  float: left;
  width: 80px !important;
}
#edit-relationship-fieldset .form-item-indicate-the-relationship-s-{
  width: 50%;
  float: right;
  padding-top: 0px;
  padding-bottom: 0px;
}
.form-item-please-list-all-the-scholarships-grants-that-you-have-received-d{
  margin-top: 40px !important;
  padding: 40px 50px;
  background: #F8F8F8;
}
.webform-submission-application-form-form p.light-green {color:#97CAC1}
.webform-submission-application-form-form label {
  font-size: 13px;
color: #5C5C5B;
opacity: 0.43;
margin: 0;
font-weight: normal;
line-height: 18px;
display: block;
}

.webform-submission-application-form-form .js-form-type-radio label{
  font-size: 15px;
  line-height: 28px;
  padding-left: 10px;
}
input[type="radio"]:checked{
  background: #FC603D;
  border: 1px solid #FC603D;
}
#edit-i-qualify-for-the-comprehensive-two-year-track-of-the-programme---wrapper legend{
  border: none;
}
.webform-submission-application-form-form input[type="text"], .webform-submission-application-form-form input[type="email"] {font-size:15px; height:30px; line-height:28px; border:none; border-bottom: 1px solid rgba(150,150,150,.36); width:100%; outline:none; background:none; margin:0; padding:0; color:#5C5C5B}
.webform-submission-application-form-form .js-form-type-date input{height: 35px !important;}
.webform-submission-application-form-form textarea {font-size:15px; line-height:28px; width:100%; outline:none; background:none; margin:0; padding:10px 15px;margin-top: 5px;border: 1px solid #ccc;}
.webform-submission-application-form-form select {width:100%; font-size:15px !important; height:30px; line-height:28px; min-height:25px; max-width:100%; border:none; border-bottom: 1px solid rgba(150,150,150,.36); outline:none; background:none; margin-right:10px; color: #5C5C5B}
.webform-submission-application-form-form input[type="radio"] {width:20px; height:20px; float: left;accent-color: #FC603D;}
.webform-submission-application-form-form .form-type-radio {display:inline-block; margin-right:20px;}
.webform-submission-application-form-form .form-type-radio label {font-size:14px; line-height:28px; opacity:1; display:inline-block}
.webform-submission-application-form-form .webform-component-file .description {font-size:12px; opacity:.65; line-height:18px;}
#edit-date-of-birth .form-item-date-of-birth-date{
  width: 100%;
}

#edit-date-of-birth .hasDatepicker{
  background: url(../images/date-calendar.png) no-repeat right;
}

#edit-i-qualify-for-the-comprehensive-two-year-track-of-the-programme-{
  margin-top: 20px;
}
.webform-submission-application-form-form .form-item-date-of-birth{
  position: relative;
}
.webform-submission-application-form-form .ui-datepicker-trigger{
  position: ABSOLUTE;
    right: 10px;
    bottom: 42px !important;
}
#edit-languages-header{
  width: 100% !important;
  margin-left: -50px;
  background: #F8F8F8;
  width: -webkit-calc(100% + 100px) !important;
  width: -moz-calc(100% + 100px) !important;
  width: calc(100% + 100px) !important;
  padding-top: 0px !important;
  padding-bottom: 20px;
  padding-left: 50px !important;
  margin-top: 35px;
}
#edit-general-information .js-form-type-checkbox{
  margin-left: 100px;
  margin-top: 20px;
}
#edit-general-information #edit-processed-text-01{
  margin-top: 50px;
}
.form-item-i-qualify-for-the-comprehensive-two-year-track-of-the-programme-{
  display: none;
}
#edit-general-information .js-form-type-checkbox label{
  color: #1A1A1A;
  font-size: 15px;
  line-height: 25px;
  padding-left: 10px;
}
.letter-intent{
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
.js-form-item-lette-of-intent{
  padding-left: 50px;
  padding-right: 50px;
}
.letter-intent1{
  display: inline-block;
  color: #295C5D;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  padding-right: 5px;
}
.letter-intent2{
  display: inline-block;
  color: #99C9BF;
  font-size: 13px;
  line-height: 25px;
}
.js-form-item-lette-of-intent label{
  color: #5C5C5B;
  font-size: 13px;
  line-height: 28px;
  font-weight: normal;
  opacity: 0.5;
  margin: 0px;
}
.js-form-item-lette-of-intent textarea{
  color: #5C5C5B;
  font-size: 15px;
  line-height: 28px;
  border:0px;
  border-bottom: 1px solid #ccc;
  padding: 0px;
  height: 30px;
  margin-top: -5px;
}
#edit-passport-wrapper-1, #edit-passport-wrapper-2{
  background: #F2F2F2;
  padding: 30px 0;
  margin-bottom: 17px;
}
#edit-passport-wrapper-1 legend, #edit-passport-wrapper-2 legend{
  display: none;
}
#edit-passport-wrapper-1 #edit-passport-1-details,
#edit-passport-wrapper-2 #edit-passport-2-details,
#edit-passport-wrapper-1 #edit-passport-11-details{
  width: 50%;
  float: left;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 15px;
  color: #5C5C5B;
}
.webform-element-description{
  font-size: 10px;
  line-height: 15px;
}
.form-item-brief{
  display: none !important;
}
#edit-passport-wrapper-1 #edit-passport-1-details .font-16,
#edit-passport-wrapper-2 #edit-passport-2-details .font-16,
#edit-passport-wrapper-1 #edit-passport-11-details .font-16{
  line-height: 22px;
}
#edit-passport-wrapper-1 #edit-passport-11-details h3{
  color:#FC603D;
  font-size: 12px;
  line-height: 20px;
}
.form-item-passport-1-pages, #edit-passport-1-details{
  margin-bottom: 25px !important;
}
#edit-passport-wrapper-1 .form-item-passport-1-pages,
#edit-passport-wrapper-2 .form-item-passport-2-pages,
#edit-passport-wrapper-1 .form-item-passport-11-pages{
  width: 50%;
  float: left;
  padding-right: 0px;
  padding-left: 50px;
}
.webform-submission-application-form-form .form-item--radio .form-item__label,
.webform-submission-application-form-form .form-item--radio__label,
.webform-submission-application-form-form .form-type-radio .form-item__label,
.webform-submission-application-form-form .form-type-checkbox .form-item__label,
.webform-submission-application-form-form label.option{
  display: inline !important;
}
#edit-financial-aid-header .col-lg-12, #edit-personal-information .col-lg-12{
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 15px;
}
#edit-processed-text .col-lg-12 h2{
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}
#edit-personal-information-header .col-lg-12 .fa-user{
  position: relative;
  margin-top: 0px;
  margin-bottom: 45px;
}
#edit-application .col-lg-12{
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
}
#edit-application-header .col-sm-8{
  color:#5C5C5B;
}
#edit-please-indicate-desc{
  background: #F8F8F8;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: -40px;
}
#edit-please-indicate-desc--description{
  color: #5C5C5B;
  font-size: 16px;
  line-height: 22px;
}
#edit-please-indicate-the-applicable-qualification-s- > label{
  display: none;
}
#edit-please-indicate-desc .fieldset-wrapper{
  display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  flex-direction: column;
}
#edit-please-indicate-desc .fieldset-wrapper #please_indicate_the_applicable_qualification_s__table{
  order:2;
}
#edit-please-indicate-desc .fieldset-wrapper .description{
  order:1;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--transcripts-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--transcripts-description input{
  display: none;
}
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--transcripts-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--transcripts-description input{
  display: none;
}
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--transcripts-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--transcripts-description input{
  display: none;
}
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--transcripts-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--transcripts-description input{
  display: none;
}
.form-item-please-indicate-the-applicable-qualification-s--items-4--item--transcripts-description label,
.form-item-please-indicate-the-applicable-qualification-s--items-4--item--transcripts-description input{
  display: none;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--transcripts-description{
  width: 40% !important;
  margin-right: 10% !important;
  padding-top: 35px;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--transcripts-description .webform-element-description{
  color: #5C5C5B;
  font-size: 16px !important;
  line-height: 22px !important;
}
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--transcripts-description{
  width: 40% !important;
  margin-right: 10% !important;
  padding-top: 35px;
}
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--transcripts-description .webform-element-description{
  color: #5C5C5B;
  font-size: 16px !important;
  line-height: 22px !important;
}
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--transcripts-description{
  width: 40% !important;
  margin-right: 10% !important;
  padding-top: 35px;
}
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--transcripts-description .webform-element-description{
  color: #5C5C5B;
  font-size: 16px !important;
  line-height: 22px !important;
}
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--transcripts-description{
  width: 40% !important;
  margin-right: 10% !important;
  padding-top: 35px;
}
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--transcripts-description .webform-element-description{
  color: #5C5C5B;
  font-size: 16px !important;
  line-height: 22px !important;
}
.form-item-please-indicate-the-applicable-qualification-s--items-4--item--transcripts-description{
  width: 40% !important;
  margin-right: 10% !important;
  padding-top: 35px;
}
.form-item-please-indicate-the-applicable-qualification-s--items-4--item--transcripts-description .webform-element-description{
  color: #5C5C5B;
  font-size: 16px !important;
  line-height: 22px !important;
}
#edit-please-indicate-desc legend{
  border:none;
  color: #295C5D;
  font-size: 21px;
  line-height: 28px;
  padding-top: 80px;
}
#edit-additional-human-right-courses{
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0px;
  margin-top: 25px;
}
.webform-multiple-table .form-table__header,.webform-multiple-table .form-table th, form table th{
  border:none;
}
.form-item-brief{
  display: none;
}

#edit-processed-text .col-sm-10 h1{
  font-weight: 400;
}
#edit-which-of-the-two-tracks-do-you-qualify-for-please-choose-one-of---wrapper legend{
  padding-top: 30px;
  color: #838383;
  font-size: 15px;
  line-height: 28px;
  border:none;
}
#edit-personal-information-header .col-lg-12 .fa-user:before{
  position: absolute;
  content: '';
  background: url(../images/user-pers-info.png) no-repeat;
  width: 57px;
  height: 57px;
  left:0px;
  top: 0px;
}
#edit-application .col-lg-12:before{
  position: absolute;
  content: '';
  background: url(../images/application-03.png) no-repeat;
  width: 57px;
  height: 57px;
  left:0px;
  top: 0px;
}
#edit-financial-aid-header{
  padding-left: 50px;
  padding-right: 50px;
}
#edit-financial-aid-header .col-lg-12:before{
  position: absolute;
  content: '';
  background: url(../images/scholarship-form.png) no-repeat;
  width: 57px;
  height: 57px;
  left:0px;
  top: 0px;
}
#edit-personal-information .col-lg-12:before{
  position: absolute;
  content: '';
  background: url(../images/personal-info-icon.png) no-repeat;
  width: 57px;
  height: 57px;
  left:0px;
  top: 0px;
}
#edit-processed-text .col-lg-12 h2:before{
  position: absolute;
  content: '';
  background: url(../images/arma-user.png) no-repeat;
  width: 57px;
  height: 57px;
  left:0px;
  top: 0px;
}
.webform-submission-form .js-form-item-title-select{
  display: none !important;
}
.webform-submission-form .col-sm-6{
   float: none;
    margin-right: 2%;
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 30px;
    width: 47%;
    display: inline-block;
}
.webform-submission-form .col-sm-12{
    float: none;
    margin-right: 2%;
    display: inline-block;
}
#edit-nat1, #edit-nat2{
  background: #F8F8F8;
}
#edit-nat1 legend, #edit-nat2 legend{
  display: none;
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    border: 1px solid #FC603D !important;
    background: #FC603D !important;
    color: #fff !important;
}
input::-webkit-input-placeholder{
  font-family: 'Ubuntu', sans-serif;
}
input::-moz-placeholder{
  font-family: 'Ubuntu', sans-serif;
}
input:-ms-input-placeholder{
  font-family: 'Ubuntu', sans-serif;
}
input:-ms-input-placeholder{
  font-family: 'Ubuntu', sans-serif;
}
.webform-submission-form .col-sm-6 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #5C5C5B;
  font-size: 15px;
  line-height: 28px;
}
.webform-submission-form .col-sm-6 input::-moz-placeholder { /* Firefox 19+ */
  color: #5C5C5B;
  font-size: 15px;
  line-height: 28px;
}
.webform-submission-form .col-sm-6 input:-ms-input-placeholder { /* IE 10+ */
  color: #5C5C5B;
  font-size: 15px;
  line-height: 28px;
}
.webform-submission-form .col-sm-6 input:-moz-placeholder { /* Firefox 18- */
  color: #5C5C5B;
  font-size: 15px;
  line-height: 28px;
}
.webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before, .webform-progress-tracker .progress-step .progress-marker::after{
  background: inherit !important;
}
.webform-submission-application-form-form .progress-tracker {
    text-align: center;
    width: 100%;
    max-width: 1113px;
    padding-top: 58px;
    border-bottom: 1px solid rgba(255,255,255,0.13);
}
.webform-progress-tracker .progress-step.is-active .progress-title{
  font-weight: normal;
}
.webform-submission-application-form-form .progress-tracker .is-active{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.webform-progress-tracker .progress-step.is-active:hover .progress-marker::before{
  background: #fff !important;
}
.webform-submission-application-form-form .progress-marker{
  top: -8px;
}
.progress-step .progress-marker::after {
    background-color: none !important;
}
.webform-submission-application-form-form .progress-tracker .progress-marker{
  display: inline-block;
  background: #234F50;
  color: #B3C5C6;
  border-radius: 25px;
}
.progress-tracker--center .progress-marker::after{
  right: 0px;
}
.webform-submission-application-form-form .progress-tracker .progress-text{
  display: inline-block;
  color: #B3C5C6;
  font-size: 20px;
    line-height: 24px;
}
.webform-progress-tracker .progress-step.is-active .progress-text, .webform-progress-tracker .progress-step.is-complete .progress-text{
  color: #B3C5C6;
}
.webform-submission-application-form-form .progress-tracker .is-active .progress-text{
  color: #fff;
}
.progress-step.is-active .progress-marker::before {
    line-height: 24px;
    background-color: #fff;
    color: #295C5D;
    font-size: 14px;
}
.webform-component--passport-wrapper-1--passport-1-details > div {font-size:18px; padding-top:40px}
.webform-component--passport-wrapper--passport-2-details > div {font-size:18px; padding-top:40px}
#edit-submitted-passport-wrapper-1-passport-1-pages-ajax-wrapper {padding-left:0}
#edit-submitted-passport-wrapper-passport-2-pages-ajax-wrapper {padding-left:0}

.webform-submission-application-form-form .form-actions {text-align:center; background-color:#F8F8F8; padding:30px 0}
.webform-submission-application-form-form input[type="submit"] {border-radius: 25px; background-color:#F8F8F8; color:#295C5D; border:1px solid #295C5D; padding: 0 30px; line-height:40px; display:inline-block; font-weight: bold; margin-right:20px; transition: all .3s ease-in-out;}
.js-form-managed-file input[type="submit"]{
  background-color: #FC603D;
  color: #FFFFFF;
  border:1px solid #FC603D;
  border-radius: 4px;
  width: 109px;
  height: 29px;
  display: inline-block;
}
.webform-submission-application-form-form .webform-button--draft{
  background-color: rgba(92, 92, 91, 0.4) !important;
  width: 180px;
  height: 40px;
  color: #fff !important;
  border:1px solid #F8F8F8 !important;
}
.webform-submission-application-form-form .webform-button--draft:hover{
  background-color: rgba(92, 92, 91, 1) !important;
}
.userreset-pass p{
  display: none;
}

#edit-markup{
    width: 920px;
    margin: 0 auto;
    max-width: 100%;
}

div[role="contentinfo"]{
  background-color: #f6fcff;
  color: #295C5D;
  padding-left: 50px;
  margin-top: 100px;
  padding-bottom: 50px;
  border: 1px solid #295C5D;
}
.user-login div[role="contentinfo"]{
  width: 90%;
  padding-bottom:5px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.messages--error-color, .messages--error, .messages.error, .error {
    background-color: #f6fcff;
}

.webform-submission-application-form-form input[type="submit"].webform-draft {background-color:#295C5D;}
.webform-submission-application-form-form input[type="submit"].webform-previous,
.webform-submission-application-form-form input[type="submit"].webform-next {border:2px solid #295C5D; background-color:#FFFFFF; color:#295C5D}
.webform-submission-application-form-form input[type="submit"]:hover {background-color:#5C5C5B; color:#FFFFFF;border-color:#FFFFFF}

.webform-submission-application-form-form .form-managed-file input {max-width: 220px;display:inline-block; line-height:28px; border-radius:5px; line-height:24px}

.webform-image-file span{
  padding-right: 10px;
}
.arma-webform-addmore {padding:20px 60px; background-color:#F2F2F2}
.webform-submission-application-form-form input[id*='webform-addmore'] {line-height:30px}
.webform-submission-application-form-form input[id*='webform-addmore-remove'] {background:none; border:1px solid #5C5C5B; color:#5C5C5B}

[class*='degree-scan-header'] {padding-top:25px !important}
[class*='university-degree'] {padding: 24px 30px !important}
[class*='proof-of-etcs-credits'] {padding: 24px 0 !important}
[class*='university_degree1'] {padding: 0px 45px !important}
[class*='proof-of-etcs-credits1'] {padding: 24px 0 !important}
.tabledrag-toggle-weight-wrapper{
	display:none;
}
.webform-component--university_degree1 .tabledrag-processed{
	margin-left:30px;
}
fieldset.webform-component--degrees-fs {margin-bottom:20px}
.webform-submission-application-form-form .webform-component--degree-header .application-title {margin-top:40px}
#please_indicate_the_applicable_qualification_s__table label{
  color: #295C5D;
  font-size: 21px;
  line-height: 28px;
  padding-top: 35px;
  opacity: 1;
  font-family: Butler;
}
#edit-application .form-table__body, #edit-application tbody, #edit-application form table tbody{
  border:0px !important;
}
#edit-application .webform-element-description .col-sm-6{
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
}

#edit-application .webform-multiple-table label{
  font-size: 13px !important;
  color: #5C5C5B !important;
  opacity: 0.43 !important;
  line-height: 18px !important;
  font-family: 'Ubuntu', sans-serif !important;
}
#edit-work-fields .webform-multiple-table label{
  font-size: 13px !important;
  color: #5C5C5B !important;
  opacity: 0.43 !important;
  line-height: 18px !important;
  font-family: 'Ubuntu', sans-serif !important;
}
#work_fields_table #edit-work-fields{
  padding-top: 15px !important;
  width: 100% !important;
}
#edit-work-header{
  padding-top: 10px !important;
}
#edit-application input[type="date"]
{font-size:15px; height:33px; line-height:28px; border:none; border-bottom: 1px solid rgba(150,150,150,.36); width:100%; outline:none; background:none; margin:0; padding:0; color:#5C5C5B}

#edit-application thead{
  border: none;
}
#edit-application table, #edit-application table tr, #edit-application table tr td{
  background: none;
  border: 0px !important;
}
#edit-application table{
  width: 100%;
  margin-bottom: 25px;
}
.webform-multiple-add{
  padding-top: 15px;
  padding-bottom: 17px;
}
.webform-multiple-add input{
    background-color: rgb(252, 96, 61) !important;
    color: rgb(255, 255, 255) !important;
    line-height: 40px;
    display: inline-block;
    font-weight: bold !important;
    margin-right: 20px !important;
    border-radius: 25px !important;
    padding: 0px 30px !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    transition: all 0.3s ease-in-out 0s;
}
.webform-multiple-add input:hover{
  background-color: #FC603D;
}
.webform-multiple-table table tr .js-form-item{
  width: 30%;
  margin-right: 3.3%;
  float: left;
}

#edit-app-step .fieldset-wrapper .js-form-item,
#edit-attach-your-diploma-wrap .fieldset-wrapper .js-form-item{
  width: 37%;
  margin-right: 10%;
  float: left;
}
#edit-publications-header, #edit-motivation-header{
  width: 100% !important;
  max-width: 500px;
  margin-bottom: 15px;
}
#edit-reference-letters-header{
  width: 100% !important;
}
.form-item-reference-letter-1, .form-item-reference-letter-2{
  width: 50% !important;
}
#edit-household-header-1, .form-item-receive-assistance, .form-item-if-yes-please-provide-details-and-the-amount-of-financial-aid-in{
  padding: 10px 50px;
}
.webform-submission-application-form-form .form-item-receive-assistance .option{
  display: none !important;
}
#edit-fin-info-grid{
  background: rgba(248, 248, 248, 1);
  margin-top: 15px;
  padding: 15px 50px 0 50px;
}
#edit-fin-info-grid .js-form-item{
  width: 30%;
  margin-right: 3%;
  float: left;
  min-height: 80px;
}
#edit-fin-info-grid .js-form-item .fin-label{
  padding-top: 20px !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 28px;
  color: #5C5C5B;
}
#edit-fin-info-grid #edit-financial-info-header{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#edit-tax-return-fs{
  background: #fcfcfc;
  padding-left: 50px;
  margin-left: -50px !important;
  width: -webkit-calc(100% + 100px) !important;
  width: -moz-calc(100% + 100px) !important;
  width: calc(100% + 100px) !important;
  padding-top: 25px !important;
  padding-bottom: 30px !important;
  margin-top: 20px !important;
}
#edit-additional-info-header{
  padding-left: 50px;
  padding-right: 50px;
}
#edit-ref-fieldset{
  background: #F2F2F2;
  padding-left: 50px;
  margin-left: -50px !important;
  width: -webkit-calc(100% + 100px) !important;
  width: -moz-calc(100% + 100px) !important;
  width: calc(100% + 100px) !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  margin-top: 20px !important;
}
#edit-tax-return-fs #edit-tax-return-header{
  width: 50%;
}
.form-item-last-tax-return{
  width: 60% !important;
}
#edit-hear-about-header{
  width: 100% !important;
}
.form-item-how-did-you-hear-about-the-arab-master{
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.webform-progress li:last-child{
  display: none;
}
.form-item-how-did-you-hear-about-the-arab-master label{
  display: none;
}
#edit-ref-fieldset legend{
  display:none;
}
.form-item-publications, .form-item-brief{
  width: 100% !important;
  padding: 0px !important;
  outline: none;
}
.form-item-publications textarea, .form-item-brief textarea{
  border: 1px solid rgba(150,150,150,.36);
}
#edit-app-step .fieldset-wrapper .js-form-item,
#edit-attach-your-diploma-wrap .fieldset-wrapper .js-form-item{
  padding-top: 5px;
  padding-bottom: 35px;
}
#edit-app-step{
  padding-left: 50px;
  padding-right: 50px;
}
#edit-app-step legend{
  display: none;
}
.form-item-i-agree {
  padding: 30px 50px 20px 50px;
}
#edit-email-extra-info{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
#edit-financial-fields legend{
  display: none;
}
#edit-motivation-header-1{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-top: 40px;
}
.form-item-motivate-your-request{
  padding-left: 50px;
  padding-right: 50px;
}
#edit-household-header{
  background: #F8F8F8;
  padding:20px 50px 30px 50px;
  margin-top: 20px;
}
#household_member_table{
  background: #F8F8F8;
  padding:20px 50px 0px 50px;
}
#household_member_table label{
  display: none;
}
#household_member_table table label{
  display: inline;
}
#household_member_table table tbody{
  border: none;
}
#household_member_table table tbody tr{
  background: transparent;
  border: none;
}
#household_member_table table tbody tr td .js-form-item{
  width: 40%;
  margin-right: 10%;
}
#household_member_table table tbody tr td .js-form-item label{
  width: 100%;
  display: block;
}
#household_member_table table tbody tr td .js-form-item input{
  width: 100%;
}
#household_member_table table tbody tr td .js-form-item:last-child{
  margin-top: 50px;
  margin-bottom: 50px;
}
.form-item-require-financial-aid1{
  margin-left: 50px !important;
  margin-right: 50px !important;
  margin-top: 5px !important;
}
.form-item-require-financial-aid1 label.option{
  display: none !important;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree{
  width: 50% !important;
  float: none !important;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--ects-description,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--ects-description,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--ects-description,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--ects-description{
  width: 60% !important;
  margin-top: 35px !important;
}
.scroll-view{
  color: #FC603D;
    position: ABSOLUTE;
    bottom: -60px;
    text-align: CENTER;
    width: 100%;
    font-weight: bold;
}



.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree-scan-header,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree-scan-header,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree-scan-header,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree-scan-header{
  width: -webkit-calc(100% + 130px) !important;
  width: -moz-calc(100% + 130px) !important;
  width: calc(100% + 130px) !important;
  margin-left: -50px !important;
  margin-top: 20px !important;
  padding-bottom: 30px;
}
#edit-application .js-form-type-managed-file{
  width: 50% !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
}
.js-form-type-machine-name label, .js-form-type-machine-name input{
  display: none;
}
.webform-component--languages-header {margin-bottom:20px !important}
.webform-component--work-fs {margin-bottom:20px}
.webform-component--reference-letter-1 {padding: 24px 45px !important}
.webform-component--reference-letter-2 {padding: 24px 45px !important}
.webform-component--hear-about-header {margin-top:20px !important;}
.webform-component--how-did-you-hear-about-the-arab-master {margin-bottom:20px !important;}
.webform-component--financial-fields--tax-return-fs--last-tax-return {padding: 24px 45px !important}

.webform-submission-application-form-form .btn-primary {background-color:#FC603D; border-color:#FC603D}
.webform-submission-application-form-form .btn-primary:hover {background-color:#5C5C5B; border-color:#5C5C5B}
.webform-submission-application-form-form .toggle-group label {font-size:16px; font-weight: bold; opacity:1}

.webform-submission-application-form-form label[for='edit-submitted-financial-fields-i-agree'] {display:none}
.webform-submission-application-form-form  #edit-submitted-financial-fields-i-agree-1 {width:20px; height:20px; display:inline-block; float:left; margin-right:10px;}

.webform-component--attach-cv-fs--attach-cv .font-16 {margin-top:40px}
.webform-component--publications-header {margin-top:20px !important}
.webform-component--reference-letters-header {padding-top:30px !important}

.webform-component--financial-fields--household-fs {padding-top:30px}

.webform-submission-application-form-form .fin-label {padding-top:40px; font-weight: bold; font-size:16px}


.webform-component--financial-fields--tax-return-header .font-18 {margin-top:30px}
.webform-component--financial-fields--household-fs {margin-bottom:20px}
.webform-component--financial-fields--fin-info-grid {margin-bottom: 20px}
.webform-submission-application-form-form .webform-component--financial-fields--tax-return-fs--tax-return-header {margin-top:20px}
.webform-submission-application-form-form .webform-component--financial-fields ~ .form-actions {text-align:right}


/*Hide option labels for toggle checkbox*/
#edit-submitted-require-financial-aid label.option, #edit-submitted-require-financial-aid input[type='checkbox'],
#edit-submitted-financial-fields-receive-assistance label.option,
#edit-submitted-financial-fields-relatives-living-in-lebanon label.option {
  display:none
}
/*#edit-submitted-financial-fields-receive-assistance label.option, #edit-submitted-financial-fields-relatives-living-in-lebanon label.option{display: inline-block;}*/
.form-item-nationality-1,
.form-item-passport-1-number,
.form-item-passport-1-date-of-expiry,
.form-item-nationality-2,
.form-item-passport-2-number,
.form-item-passport-2-date-of-expiry,
fieldset.webform-component--degrees-fs,
.webform-component--degree-header,
.webform-component--financial-fields--household-header,
.webform-component--financial-fields--household-fs,
.webform-component--financial-fields--financial-info-header,
.webform-component--financial-fields--fin-info-grid,
[class*='please-list-all-the-scholarships-grants'],
.webform-component--financial-fields--tax-return-fs
{background-color:#F8F8F8; }

fieldset.webform-component--degrees-fs--degree-fields-1,
fieldset.webform-component--degrees-fs--degree-fields-3,
fieldset.webform-component--financial-fields--household-fs--household-member-1,
fieldset.webform-component--financial-fields--household-fs--household-member-3
{background-color:#FFFFFF; }

/*
#edit-submitted-require-financial-aid{display: inline-block;vertical-align: top;}
#edit-submitted-require-financial-aid .form-item {display: inline-block;width: 65px;height: 35px;position: relative;float: left;margin-right: -25px;}
#edit-submitted-require-financial-aid .form-item input {position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;display: inline-block;cursor: pointer;}
#edit-submitted-require-financial-aid .form-item label {
	display: inline-block;background-color: #F2F2F2;width: 100%;height: 100%;text-align: center;line-height: 30px;
	border-radius: 25px;text-align: left;padding: 0 14px;cursor: pointer;
}
#edit-submitted-require-financial-aid .form-item label[for=edit-submitted-require-financial-aid-2] {text-align: right;}
#edit-submitted-require-financial-aid .form-item input:checked + label {background-color: #FC603D !important;width: 80px;height: 35px;opacity: 1;color: #fff;text-align: center;z-index: 1111;position: relative;}
*/
fieldset.webform-component--work-fs--work-fields-1,
fieldset.webform-component--work-fs--work-fields-3
{ background-color:#F8F8F8; }

.webform-component-fieldset.gray-2,
[class*='degree-scan-header'],
[id*='university-degree-ajax-wrapper'],
[id*='proof-of-etcs-credits-ajax-wrapper'],
[id*='university-degree1-ajax-wrapper'],
[id*='proof-of-etcs-credits1-ajax-wrapper'],
.webform-component--attach-cv-fs,
.webform-component--languages-header,
.webform-component--reference-letters-header,
#edit-submitted-reference-letter-1-ajax-wrapper,
#edit-submitted-reference-letter-2-ajax-wrapper
{background-color:#F2F2F2;}


.webform-component-fieldset.gray-2
{margin-bottom:20px}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {background-color:#FC603D; border-color:#FC603D}


/**** Confirmation Page****/
#app-conf {margin:50px 0 100px; border:1px solid #F2F2F2; padding:75px 0}
#app-conf .fa {width:89px; line-height:85px; font-size:28px; border:2px solid #5C5C5B; border-radius:100%; opacity:.4; margin:15px 0 35px}
#app-conf .message {opacity:.7; margin-bottom:40px}

/**** Password reset page ****/
form#user-pass-reset {margin: 50px 0}
form#user-pass-reset input[type="submit"] {border-radius: 25px; background-color:#FC603D; color:#FFFFFF; padding: 0 30px; line-height:34px; display:inline-block; font-weight: bold; border:none; transition: all .3s ease-in-out; margin:20px 0}
form#user-pass-reset input[type="submit"]:hover {background-color:#5C5C5B; color:#FFFFFF;border-color:#FFFFFF}

body.page-user ul.tabs {display:none}
form#user-profile-form {margin: 50px 0}
form#user-profile-form input[type="submit"] {border-radius: 25px; background-color:#FC603D; color:#FFFFFF; padding: 0 30px; line-height:34px; display:inline-block; font-weight: bold; border:none; transition: all .3s ease-in-out; margin:20px 0}
form#user-profile-form input[type="submit"]:hover {background-color:#5C5C5B; color:#FFFFFF;border-color:#FFFFFF}
form#user-profile-form label {display: block}
form#user-profile-form #edit-timezone {display: none}

/**** Footer ****/
.arma-footer {background-color: #5C5C5B; color: #FFFFFF; padding: 60px 0 20px 0; position:relative; z-index:900}
.arma-footer h2 {font-size: 22px; font-family: Ubuntu; font-weight:bold; position:relative; padding-bottom: 30px; margin:0; text-transform:uppercase; color:#FFFFFF}
.arma-footer h2:after {content:''; width: 40px; border:1px solid #FFFFFF; display: inline-block; position:absolute; bottom:15px; left:0; }
.arma-footer h3 {font-size: 18px; margin-top:0;}
.arma-footer ul {list-style:none; margin:0; padding:0}
.arma-footer li {margin-bottom: 10px}
.arma-footer a, .arma-footer a:visited {color: #FFFFFF;}

.arma-footer a:hover {color:#FC603D !important; }
.views-field-field-arma-column{font-size: 18px;}
#block-block-1 h3{font-size:18px; margin-bottom:15px}
#block-block-1 p  {font-size:18px; }
#block-block-1 a  {font-size:16px; margin-top:20px; margin-bottom:40px}

#block-block-2 a  {font-size:18px}

#block-block-3 p, #block-block-3 div  {font-size:16px}
#block-block-3 p {margin-bottom:30px}
#block-block-4 p, #block-block-4 div  {font-size:16px}
#block-block-4 p {margin-bottom:30px}

#block-block-4 .social-icon {border:1px solid #FFFFFF; margin:5px 10px 0 0; border-radius: 100%; display:inline-block; width:30px; text-align:center; box-sizing:content-box}
#block-block-4 .fa {line-height:30px;color:#FFFFFF; text-decoration:none}
#block-block-4 .social-icon:hover {background-color:#FC603D; border-color:#FC603D}
#block-block-4 .social-icon:hover .fa, #block-block-4 .social-icon:focus .fa {color:#FFFFFF}

.copyright {background-color: #1A1A1A; color: #FFFFFF; padding:17px 0; font-size: 16px}
.copyright a {color: #FFFFFF;}
.copyright a:hover {color: #FC603D;}






/*------------------------- MASTERS PAPERS PAGE --------------------------------------- */

.page-masters-papers .view-masters-papers {
	display: inline-block;width: 100%;vertical-align: top;padding-top: 60px;padding-left: 3%;padding-right: 3%;
}
.page-masters-papers #block-block-15 .full-height{font-size: 18px;}
.page-masters-papers #block-block-15  h1.white.butler{font-size: 46px;line-height: 56px;}
.page-masters-papers #block-block-15 .next-page-arrow{bottom: 8px;}
.page-masters-papers .view-filters{width: 28%;float: left;}
.page-masters-papers .view-filters #views-exposed-form-masters-papers-page {margin-right: 15%; position: relative; font-weight: normal;}
.page-masters-papers .view-filters .views-exposed-widgets{position: relative;}
.page-masters-papers .view-filters .views-exposed-widget{padding: 0;width: 100%;padding-bottom: 25px;}

.page-masters-papers .view-filters .form-item-field-title-description-value input{
	width: 100%;box-sizing: border-box;border-radius: 5px;border: 1px solid #D9DADB;padding: 5px 10px !important;font-size: 15px;
	background: url(../images/search_icon.svg) no-repeat 98% center;background-size: 14px 14px;
}
.page-masters-papers .view-filters .form-item-field-title-description-value label{display: none;}
.page-masters-papers .view-filters .form-item-field-title-description-value .description{font-size: 15px;font-weight: bold;color: #5C5C5B;padding: 20px 0px 30px;}

.page-masters-papers .view-filters .form-item-field-paper-date-value{}
.page-masters-papers .view-filters .form-item-field-paper-date-value label, .page-masters-papers .view-filters details legend span a, .page-masters-papers .view-filters .form-item-title label{
	color: #B8B8B8;font-size: 13px;font-weight: normal;margin:0;vertical-align: top;
}
.page-masters-papers .view-filters .form-item-field-paper-date-value{margin: 0;width: 100%;}
.page-masters-papers .view-filters .form-item-field-paper-date-value div{width: 100%;}
.page-masters-papers .view-filters .form-item-field-paper-date-value input{
	background: url(../images/calendar.svg) no-repeat 99% center;background-size: 17px 17px;
}
.page-masters-papers .view-filters .form-item-field-paper-date-value input, .page-masters-papers .view-filters .form-item-title input, .page-masters-papers .view-filters .form-item-title input{
	width: 100%; font-weight:normal; box-sizing: border-box;border-bottom: 1px solid #DADBDC;border-top: 0;border-left: 0;border-right: 0;color: #5C5C5B;font-size: 15px;padding: 0 !important;height: 30px;
}
.page-masters-papers .view-filters  .views-exposed-form .form-item .collapsible.collapsed{height: auto;}
.page-masters-papers .view-filters .form-item-field-paper-date-value .description{display: none;}
.page-masters-papers .view-filters .form-item-field-paper-date-value .form-item .view-content{}

.page-masters-papers .view-filters details{}
.page-masters-papers .view-filters details legend{border:0;margin-bottom: 10px; }
.page-masters-papers .view-filters details legend span{display: block;padding-left: 0;}

.page-masters-papers .view-filters details{
  color: #B8B8B8;
  font-size: 13px;
}
.page-masters-papers .view-filters details span:first-child{
	color: #5C5C5B;
  font-size: 15px;
  padding-top: 10px;
  width: 100%;
  border-bottom: 1px solid #DADBDC;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 15px;
  font-weight: normal;
}

.page-masters-papers .view-filters details span:last-child{
  display: none;
}

.page-masters-papers .view-filters details summary[aria-expanded="false"]{
  background: url(../images/arrow_down.svg) no-repeat right center;
    background-size: 15px 45px;
    background-position: right 83%;
}

.page-masters-papers .view-filters details summary[aria-expanded="true"]{
	background: url(../images/arrow_up.svg) no-repeat right center;
	background-size: 15px 45px;background-position: right 83%;
}
.page-masters-papers .view-filters .form-actions{
  margin-bottom: 50px;
}

.page-masters-papers .view-filters details a.bef-toggle {font-size: 14px;color: #5C5C5B;text-decoration: underline;}
.page-masters-papers .view-filters details .bef-checkboxes .form-item {margin-bottom: 10px;}
.page-masters-papers .view-filters details .bef-checkboxes .form-item input {position: absolute;opacity: 0;}
.page-masters-papers .view-filters details .bef-checkboxes .form-item label {color: #838383;font-weight: normal;font-size: 15px;}
.page-masters-papers .view-filters details .bef-checkboxes .form-item label::before {
	content: "";left: 0;width: 18px;height: 18px;z-index: 1111;display: inline-block;vertical-align: middle;
	margin-right: 15px;border: 1px solid #838383;border-radius: 2px;
	background: url('../images/checked.svg') no-repeat center center;background-position: 20px center;background-size: 11px auto;
}
.page-masters-papers .view-filters details .bef-checkboxes .form-item input:checked + label::before {
	background-position: center center !important;border-color: #FC603D;

}

.page-masters-papers .view-filters .form-item-title{}
.page-masters-papers .view-filters .form-item-title label{}
.page-masters-papers .view-filters .form-item-title input{}

.page-masters-papers .view-filters #edit-actions {position: absolute;top: 95px;width: auto;right: 0;padding: 0;}
.page-masters-papers .view-filters #edit-reset {padding: 0;margin-top: 0;font-size: 15px;color: #5C5C5B;border: 0;background: unset;text-decoration: underline;}


.page-masters-papers .view-content {float: left;width: 72%;display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;flex-flow: row wrap;}
.page-masters-papers .views-row {width: 30%;margin-right: 3.333%;position: relative;box-shadow: 0px 0px 15px -1px #ccc;margin-bottom: 59px;vertical-align: top;}
.page-masters-papers .views-row::before {content: "";position: absolute;left: -5px;top: -5px;width: 5px;height: 73%;background-color: #FC603D;}
.page-masters-papers .views-row::after {content: "";position: absolute;top: -5px;left: 0;height: 5px;width: 50%;background-color: #FC603D;}

.page-masters-papers .views-row .views-field-field-title-description {padding: 40px 15px 20px;height: 12em;background-color: #FAFAFA;color: #000;font-weight: normal;line-height: 29px;}
.page-masters-papers .views-row .views-field-field-title-description * {font-family: Butler;font-size: 21px;}
.page-masters-papers .views-row .views-field-title {padding: 15px 15px 5px;color: #5C5C5B;font-size: 15px;line-height: 15px;}
.page-masters-papers .views-row .views-field-title span {font-weight: normal;font-size: 15px;display: inline-block;vertical-align: top;line-height: 15px;}
.page-masters-papers .views-row .views-field-field-paper-date {padding: 0 15px;line-height: 15px;}
.page-masters-papers .views-row .views-field-field-paper-date .field-content {font-size: 13px; font-weight:normal;color: #C1C1C1;}
.page-masters-papers .views-row .views-field-field-master-paper-pdf {padding: 45px 15px 30px;}
.page-masters-papers .views-row .views-field-field-master-paper-pdf .field-content{}
.page-masters-papers .views-row .views-field-field-master-paper-pdf a{}
.page-masters-papers .views-row .views-field-field-master-paper-pdf a.read_more {color: #FC603D;border: 1px solid #FC603D;border-radius: 25px;line-height: 40px;display: inline-block;font-weight: bold;padding: 0 30px;}
.page-masters-papers .views-row .views-field-field-master-paper-pdf a.read_more:hover {background-color: #FC603D;color: #FFFFFF;}

.page-masters-papers .views-row .views-field-field-master-paper-pdf a.download{float: right;}
.page-masters-papers .views-row .views-field-field-master-paper-pdf a.download img {width: 43px;height: 43px;}

.page-masters-papers  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	opacity: 1;
}
.page-masters-papers  ::-moz-placeholder { /* Firefox 19+ */
 opacity: 1;
}
.page-masters-papers  :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
.page-masters-papers :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}


#mst-pprs-page-1.full-page {
  background: url('../images/master_papers_bg.jpg') no-repeat;
  color: #FFFFFF;
  margin-top:90px;
  background-size: cover;
}
#mst-pprs-page-1 .next-page-arrow a{color: #FFFFFF;border-color: #FFFFFF;}

.node-type-blog .header_block_info.full-page {display: table;width: 100%; margin-top:90px;}
.node-type-blog .header_block_info_container {height: 100%;display: table-cell;vertical-align: bottom;padding-bottom: 0px;}
.node-type-blog .cover_image {text-align: right;height: 100%;position: absolute;bottom: 0;width: 100%;height: 100%;left: 0;}
.node-type-blog .cover_image_container {width: 75%;display: inline-block;vertical-align: top;position: relative;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.node-type-blog .cover_image_container * {opacity:  0 !important;}
.node-type-blog .field-name-field-cover-image img {
	object-fit: cover;-ms-object-fit: cover;-moz-object-fit: cover;-o-object-fit: cover;-webkit-object-fit: cover;
	position: absolute;width: 100%;height: 100%;left: 0;
}
.node-type-blog .blog_title{
  text-indent:90px;
  font-size: 46px;
  line-height: 52px;
  text-indent: 90px;
}
.node-type-blog .author_image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #FC603D;
}
.node-type-blog .blog_info.container {padding: 0;}
.node-type-blog .blog_title h1.span-line-num{margin-bottom: 0;}
.node-type-blog .blog_info .blog_info_sub_container {width: 50%; background-color: #fff;z-index: 1;position: relative;padding: 1px 50px 100px 0px;}
.node-type-blog .blog_info  h1.span-line-num span {
    top: 27px;
    float: none;
    position: absolute;
    left: 0;
    border-bottom: 3px solid #FC603D;
    width: 70px;
    display: inline-block;
    margin: 0;
    text-indent: 0;
    color: #FC603D;
    font-size: 36px;
  }
.node-type-blog .blog_author_info {padding-top: 20px;}
.node-type-blog .aut
hor_image {display: inline-block;vertical-align: middle;margin-right: 8px;border-radius: 50%;overflow: hidden;border: 2px solid #FC603D;}
.node-type-blog .author_name {display: inline-block;vertical-align: middle;font-size: 14px;color: #5C5C5B; font-style: italic;}
.node-type-blog .blog_info .next-page-arrow {text-align: right;padding-right: 10px;}
.node-type-blog .blog_info .next-page-arrow a{color: #FC603D; border-color: #FC603D;}
.node-type-blog .field.field-name-field-author-name {display: inline-block;vertical-align: top;}
.node-type-blog .field.field-name-field-article-date {display: inline-block;vertical-align: top;}
.node-type-blog .field.field-name-body {padding-bottom: 25px;}
.node-type-blog .field-name-field-blog-info .field-collection-view {padding: 0;margin: 0;border:0; }
.node-type-blog .field.field-name-field-block-image, .node-type-blog .field.field-name-field-block-description {padding-bottom: 25px;}
.node-type-blog .field-name-field-block-description {color: #747473;line-height: 28px;}
.node-type-blog .field-name-field-block-image img {width: 100%;height: auto;}
.node-type-blog .field.field-name-field-block-title {color: #295C5D;font-size: 24px;line-height: 29px;font-family: 'Butler', sans-serif;padding-bottom: 25px;}
.node-type-blog .field-name-field-blog-info .field-item {margin: 0 !important;}
.node-type-blog .field-name-field-blog-info .field-collection-view-links {display: none;}
.node-type-blog .action-links.action-links-field-collection-add {display: none;}
.node-type-blog .field-collection-container {margin: 0;border: 0;}
.node-type-blog .left_container {float: left;width: 70%;}
.node-type-blog .right_container {float: left;width: 30%;}
.node-type-blog .right_container_info {padding-left: 21%;}
.node-type-blog .social_media_title, .tags_title {font-family: 'Butler', sans-serif;color: #5C5C5B;font-size: 22px;padding-bottom: 5px;border-bottom: 0.5px solid #838383;margin-bottom: 20px;}
.node-type-blog .social_media_title span {font-weight: bold;}
.node-type-blog .social_media_icons a {display: inline-block;width: 30px;height: 30px;margin-right: 10px;}
.node-type-blog  .tags_title{font-weight: bold;}
.node-type-blog  .social_media_share {padding-bottom: 40px;}
.node-type-blog  .field-name-field-article-tags .field-item,.node-type-blog .article_tags div div{display: inline-block;margin-right: 10px;color: #838383;font-size: 12px;border: 1px solid #5C5C5B;padding: 0px 12px;margin-bottom: 10px;}
.node-type-blog  .left_container .field-name-field-article-tags {display: none;}

.comments_listing footer{
  z-index: 0;
}

.page-blog .view-content {width: 75%;}
.page-blog .view-content .info_blog h1.span-line-num {text-indent: 0;}
.page-blog .view-content .info_blog {width: 53%;z-index: 1;float: left;}
.info_blog .social_media_share {position: absolute;left: -60px;top: 0;width: 25px;text-align: center;}
.social_media_line {width: 1px;height: 35px;display: inline-block;background-color: #C0C0C0;}
.info_blog .social_media_share .social_media_icons a {display: inline-block;width: 25px; height: 25px; vertical-align: top;margin-bottom: 11px;}
.page-blog .view-content .info_blog h1.span-line-num {text-indent: 0;margin-bottom: 0;font-size: 36px;margin-top: 0;line-height: 43px;}
.page-blog .view-content .info_blog h1.span-line-num span {position: relative;display: block;bottom: 0;padding-top: 20px;margin-left: 80px;bottom: unset;top: unset;}
.blog_info_text {padding-left: 80px;}
.blog_summary {padding-top: 15px;}
.author_info {padding-top: 10px;padding-bottom: 15px;color: #838383;font-style: italic;}


.page-blog .read_more  a{color: #FC603D;border: 1px solid #FC603D;border-radius: 25px;line-height: 40px;display: inline-block;font-weight: bold;padding: 0 30px;}
.page-blog .read_more a:hover {background-color: #FC603D !important;color: #FFFFFF;}


.page-blog .view-content .article_image {float: left;width: 45%;text-align: right;height: 100%;position: relative;position: absolute;right: 0;}
.page-blog .view-content .article_image a img {
	position: absolute;width: 100%;height: 100%;right: 0;top: 0;box-shadow: -5px 5px 10px 1px #99999954;
	object-fit: cover;-ms-object-fit: cover;-moz-object-fit: cover;-o-object-fit: cover;-webkit-object-fit: cover;
	object-position: center center;-ms-object-position: center center;-moz-object-position: center center;-o-object-position: center center;-webkit-object-position: center center;
}

.page-blog .view-content .views-row {display: inline-block;width: 100%;height: 100%;margin-bottom: 135px;position: relative;}
.page-blog .view-content .article_image::after {content: "";position: absolute;width: 100%;height: 90%;left: -18%;top: 25%;background-color: #EFEFEF;z-index: -1;}
.page-blog .view-content .views-field-nothing{display: inline-block;width: 100%;position: relative;}
.page-blog .views-row:nth-child(even) .article_image {left: 0;right: unset;}
.page-blog .views-row:nth-child(even) .info_blog {float: right;}
.page-blog .views-row:nth-child(even) .article_image::after{left: unset;right: -18%;}
.page-blog .right_container {width: 25%;float: right;padding-left: 5%;}
.page-blog .view-filters {padding-bottom: 50px;}
.page-blog .view-filters .views-exposed-widgets {margin: 0;}
.page-blog .views-exposed-widget {padding: 0 !important;}
.page-blog .views-exposed-widget label {display: none;}
.page-blog .views-exposed-widget input, .page-blog #views-exposed-form-blog-page-1 #edit-title {
    box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;
    border-top: 0;border-left: 0;border-right: 0;color: #5C5C5B;font-size: 15px;padding: 0 !important;width: 100%;border-bottom: 1px solid #DADBDC;
    background: url(../images/search_icon.svg) no-repeat left center;background-size: 14px;padding-left: 20px !important;
}
.page-blog  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	opacity: 1;
}
.page-blog  ::-moz-placeholder { /* Firefox 19+ */
 opacity: 1;
}
.page-blog :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
.page-blog :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}

.right_container .view-blog {width: 100% !important;padding: 0;}
.page-blog .right_container .view-blog .view-content {width: 100%;}

.page-blog  #block-views-blog-block-1{display: none;}
.page-blog .right_container .view-blog .view-content .views-row, .page-blog #block-views-blog-block-1 .view-blog .view-content .views-row {
	margin-bottom: 20px !important;
}

.page-blog .right_container .view-blog .view-content .views-row .views-field.views-field-title, .page-blog .right_container .view-blog .view-content .views-row .views-field.views-field-title *,
.page-blog #block-views-blog-block-1 .view-blog .view-content .views-row .views-field.views-field-title, .page-blog #block-views-blog-block-1 .view-blog .view-content .views-row .views-field.views-field-title *  {
	color: #1A1A1A;font-size: 14px;line-height: 22px;display: inline-block;
}
.page-blog .right_container .view-blog .view-content .views-row .views-field-field-author-name .field-content, .page-blog #block-views-blog-block-1 .view-blog .views-field-field-author-name .field-content {
	color: #5C5C5B;display: inline-block;vertical-align: top;border-bottom: 2px solid #295C5D;
}
.page-blog .right_container .view-blog .view-content .views-row .views-field-field-author-name, .page-blog #block-views-blog-block-1 .view-blog .view-content .views-row .views-field-field-author-name {position: relative;}
.page-blog .right_container .view-blog .view-content .views-row .views-field-field-author-name::after, .page-blog #block-views-blog-block-1 .view-blog .view-content .views-row .views-field-field-author-name::after {
	content: "";position: absolute;bottom: 0px;width: 100%;height: 0.5px;left: 0;background-color: #838383;
}
.page-blog .right_container .view-blog .view-content .views-row .views-field.views-field-title, .page-blog #block-views-blog-block-1 .view-blog .view-content .views-row .views-field.views-field-title {
	padding-top: 5px;padding-bottom: 5px;
}
.page-blog .right_container .view-blog .view-content .views-row .views-field-field-article-date,
.page-blog #block-views-blog-block-1 .view-blog .view-content .views-row .views-field-field-article-date{font-size: 12px;color: #99C9BF;font-style: italic; }


.popular_articles_title {font-family: 'Butler', sans-serif;color: #295C5D;font-size: 22px;padding-bottom: 5px;border-bottom: 0.5px solid #707070;margin-bottom: 20px;}
.popular_articles_title span {font-weight: bold;}
.page-blog #block-views-blog-block-1 .view-content {width: 100%;}
.page-blog #block-views-blog-block-1 h2.block__title{display: none;}



.page-blog .header_block_info.full-page {display: table;width: 100%;}
.page-blog .header_block_info_container {height: 100%;display: table-cell;vertical-align: bottom;padding-bottom: 0px;}
.page-blog .cover_image {text-align: right;height: 100%;position: absolute;bottom: 0;width: 100%;height: 100%;left: 0;}
.page-blog .cover_image_container {width: 53%;display: inline-block;vertical-align: top;position: relative;height: 100%;}
.page-blog .field-name-field-cover-image img {
	object-fit: cover;-ms-object-fit: cover;-moz-object-fit: cover;-o-object-fit: cover;-webkit-object-fit: cover;
	position: absolute;width: 100%;height: 100%;left: 0;
}
.page-blog .blog_info.container {padding: 0;}
.page-blog .blog_info .blog_info_sub_container {width: 50%;background-color: #fff;z-index: 1;position: relative;padding: 1px 50px 100px 0px;}
.page-blog .blog_author_info {padding-top: 20px;}
.page-blog .author_image {display: inline-block;vertical-align: middle;margin-right: 8px;border-radius: 50%;overflow: hidden;border: 2px solid #FC603D;}
.page-blog .author_name {display: inline-block;vertical-align: middle;font-size: 14px;color: #5C5C5B;font-style: italic;}
.page-blog .blog_info .next-page-arrow {text-align: right;padding-right: 10px;}
.page-blog .blog_info .next-page-arrow a {color: #FC603D;border-color: #FC603D;}
#block-views-blog-block-2 .view.view-blog {width: auto !important;margin: 0 !important;padding: 0 !important;position: relative;z-index: 1;}
#block-views-blog-block-2 .view.view-blog * {background-color: transparent;}
.page-blog #block-views-blog-block-2 .view-content {width: auto;}
.page-blog .cover_image_container img {
	object-fit: cover;-ms-object-fit: cover;-moz-object-fit: cover;-o-object-fit: cover;-webkit-object-fit: cover;
	position: absolute;max-width: 100%;height: 100%;left: 0;
}
.page-blog #block-views-blog-block-2 .block__title {position: absolute;top: calc(50% - 150px);z-index: 1;color: #F2F2F2;font-size: 137px;left: 20px;line-height: 80px;}
.page-blog #block-views-blog-block-2 h1.span-line-num{text-indent: 0;margin-bottom: 0;}
#block-views-blog-block-2 .view.view-blog .blog_title a, .node-type-blog .blog_title h1.span-line-num {font-family: Butler;font-weight: bold;}
.page-blog #block-views-blog-block-2 h1.span-line-num span {top:-17px;position: relative;vertical-align: bottom;margin-right: 20px;}
.page-blog #block-views-blog-block-2 .blog_info .blog_info_sub_container{margin-left: 10%;background-color: #fff;}
.page-blog #block-views-blog-block-2 .cover_image_container{width: 50%;}

.page-blog #block-views-blog-block-2  .owl-item {float: left;}
.page-blog #block-views-blog-block-2  .owl-nav {position: absolute;bottom: 115px;left: 5%;}
.page-blog #block-views-blog-block-2  .owl-nav > div {display: inline-block;font-size: 33px;}
.page-blog #block-views-blog-block-2 .owl-prev {margin-left: 0 !important;margin-right: 30px !important;}
.page-blog #block-views-blog-block-2  .header_block_info.full-page{margin-bottom: 0;}
.page-blog #block-views-blog-block-2 .view-content .views-row{margin-bottom:0px;}

.page-blog #block-views-blog-block-2{margin-bottom: 100px; padding-top: 23px;}
.page-blog #block-views-blog-block-2 .owl-stage{display: inline-block;}
.page-blog #block-views-blog-block-2 .owl-stage-outer {display: block;overflow: hidden;}
.page-blog #block-views-blog-block-2  .read_more {float: right;}

#views-exposed-form-blog-page-1 .js-form-item-title{
  margin: 0px;
}
#views-exposed-form-blog-page-1 .js-form-item-title label{
  display: none;
}

.comments_block {padding-bottom: 75px;}
.comments_block_inner_container {width: 70%;border-top: 1px solid #838383;padding-top: 30px;}
.comments_block .comment__section-title {
	font-size: 16px;font-family: 'Ubuntu', sans-serif;font-size: 14px;
	font-weight: normal;text-transform: uppercase;display: block;margin-bottom: 0;margin-top: 0;cursor: pointer;
	text-decoration: underline;margin-bottom: 25px;color: #838383;
}
.comments_block .comment__section-title {color: #FC603D;}
.comments_block.comments-open .comment__section-title {color: #838383;}
.comments_block .comment__section .comment__section-title{display: none;}
.comments_block .comments_listing h2:first-child{display: none;}
.comments_block .js-filter-wrapper{
  display: none;
}
article.comment, .comments_block .comments_listing article, .comments-open .comments_listing article a{display: none;}

.comments_listing .form-item label {display: block;margin-bottom: 0;font-size: 14px;color: #838383;font-weight: normal;font-style: italic; text-transform: capitalize;}
.comments_listing textarea {
	border: 1px solid #ccc;
  width: 100%;
vertical-align: bottom;
	box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;
}
.comments_listing .grippie {display: none;}
.comments_listing .form-item input {
	width: 100%;
	box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;
}
.comments_listing .form-item input, .comments_listing .form-item textarea{
	font-size: 12px;border: 1px solid #cccccc !important;
	box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;
}
.comments_listing  #edit-actions input{
	color: #ffffff;border: 1px solid #FC603D;border-radius: 25px;line-height: 40px;display: inline-block;font-weight: bold;padding: 0 30px;background-color: #FC603D;
	transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;
}
.comments_listing  #edit-actions {text-align: right;}
.comments_listing  #edit-actions input:hover {background-color: #FC603D;color: #FFFFFF;}
.comments_title {border-bottom: 1px solid #838383;display: block;border-top: 1px solid #838383;padding-top: 30px;}
.comments_listing h2, .comments_title h2, .comments_block .comment__form-title, #block-views-blog-block-3 .block_title h2.block_title{font-size: 22px;display: inline-block;border-bottom: 1px solid #FC603D;margin-bottom: 0;margin-top: 20px;}
.comments_listing .form-item {margin-bottom: 15px;margin-top: 15px;}

article .submitted > span {font-size: 0;}
article .username {font-size: 12px;display: block;color: #1A1A1A;font-size: 14px;font-style: italic;}
article time {font-size: 12px;color: #838383;font-style: italic;}
article .comment__permalink {display: none;}
article .comment__title{display: none;}
article .field-name-field-your-email{display: none;}
article .links.inline{display: none;}
.node-type-blog .left_container .links.inline {display: none;}


#block-views-blog-block-3 h2.block__title {display: none;}
#block-views-blog-block-3 .block_title.container {padding: 0;}
#block-views-blog-block-3 {margin-bottom: 150px;position: relative;}
#block-views-blog-block-3 .views-element-container::before {content: "";position: absolute;left: 0;width: 100%;height: calc(100% - 90px);top: 46px;background-color: #EFEFEF;}
#block-views-blog-block-3 .views-element-container {display: inline-block;width: 100%;padding-top: 40px;}
#block-views-blog-block-3 .views-row {display: inline-block;float: left;width: 30%;}
#block-views-blog-block-3 .views-row:nth-child(even) {margin: 0 5%;}
#block-views-blog-block-3 .views-row .field-content {position: relative;display: inline-block;vertical-align: top;width: 100%;}
#block-views-blog-block-3 .views-row .article_image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
#block-views-blog-block-3 .views-row .article_image img {width: 100%;height: 100%;
	position: absolute;
	object-fit: cover;-ms-object-fit: cover;-moz-object-fit: cover;-o-object-fit: cover;-webkit-object-fit: cover;
	object-position: center center;-ms-object-position: center center;-moz-object-position: center center;-o-object-position: center center;-webkit-object-position: center center;
}
#block-views-blog-block-3 .views-row .info_blog {height: 250px;display: table;}
#block-views-blog-block-3 .views-row .info_blog_container::before {content: "";position: absolute;width: 100%;height: 100%;background-color: #1A1A1A;top: 0;left: 0;opacity: 0.5;z-index: 1;}
#block-views-blog-block-3 .views-row .info_blog_container {display: table-cell;vertical-align: middle;padding: 0 30px;}
#block-views-blog-block-3 .views-row .title {position: relative;z-index: 111;}
#block-views-blog-block-3 h1.span-line-num {font-size: 19px !important;line-height: 24px !important;text-indent: 50px !important;color: #fff;margin-bottom: 20px !important;}
#block-views-blog-block-3 h1.span-line-num span {left: 0;top: 13px;width: 40px;}
#block-views-blog-block-3 h1.span-line-num a {color: #fff;}
#block-views-blog-block-3 h1.span-line-num a:hover {color: #FC603D;}
#block-views-blog-block-3 .views-row .blog_info_text {padding-left: 0 !important;color: #fff;position: relative;z-index: 111;}
#block-views-blog-block-3 .views-row .blog_info_text a {
	color: #fff;border: 1px solid #fff;border-radius: 30px;padding: 5px 15px;display: inline-block;vertical-align: top;
	transition: all .4s ease;-ms-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-webkit-transition: all .4s ease;
}
#block-views-blog-block-3 .views-row .blog_info_text a:hover {background-color: #FC603D;border: 1px solid #FC603D;}

#full-page-2{
  margin-bottom: 80px;
}

#full-page-2 .next-page-arrow{
  bottom: -70px;
}
#block-block-8 #full-page-2 .col-md-5 h2{
  margin-top: 50px;
}
#block-block-8 .view-partners .partners_title.visible-xs h2 {text-align: center;font-size: 20px;margin-bottom: 10px;}
.view-partners .row {padding-bottom: 50px;}
#block-block-8 .partners_footer {text-align: left;display: inline-block;width: 100%;vertical-align: top;margin-bottom: 80px;}
.partners_footer .col-md-offset-2 {margin-left: 0;width: auto;display: inline-block;vertical-align: middle;float: unset;}
#block-block-8 .partners_footer .row_footer {display: inline-block;width: auto;vertical-align: middle;}
.partners_footer .col-md-3.col-sm-4, .view-funded-partners.views-row {float: unset;display: inline-block;vertical-align: middle;width: auto;padding-left: 15px; padding-right: 15px;}
#block-block-8 .view-partners h2 {font-size: 24px;color: #5C5C5B;margin-bottom: 0;}
#block-block-8 .view-partners p.text-center .span-line {margin-top: 15px;border: 2px solid #5C5C5B;}

#partners-logo .col-md-3{
  min-height: 120px;
}
.row-ass-part .views-element-container{
  padding-bottom: 25px;
  width: 100%;
  float: left;
}

.full-menu{
  width: 100%;
  float: left;
  background: #e4e4e4;
}
.full-menu ul{
  list-style: none;
  list-style-image: none;
}
.full-menu ul li{
  float: left;
    height: 60px;
    padding-left: 25px;
    padding-top: 12px;
    padding-right: 25px;
}
.full-menu .container{
  width: 975px;
}
.view-mob-992{
  display:none;
}
.view-desk-992{
  display: inline;
}
.full-menu ul li a{
  position: relative;
}
.full-menu ul li{
  position: relative;
  display: block;
}
.absolute .col-md-12{
  padding-left: 0px;
  padding-right: 0px;
}
#master-page-1{
   margin-top:-90px;
   padding-top: 180px;
   background: #F4F4F4;
   margin-bottom: 0px;
   height: 100%;
   position: relative;
}
#master-page-5 .container{
  padding-top: 80px;
}
#master-page-1 img, #master-page-3 img, #master-page-5 img, #master-page-6 .master-slide-4-img img{
  display: block;
    max-width: 100%;
    height: auto;
}
#master-page-5 .col-md-6{
  padding-bottom: 80px;
}
.master-slide-2-img img{
  display: block;
  max-width: 115%;
  height: auto;
}
.master2-black h1.span-line-num{
  margin-top: 0px;
}
#master-page-2{
  background:linear-gradient(90deg, #f4f4f4 0 50%, #1a1a1a 60% 100%);
  height: auto !important;
  margin-bottom: 0px;
  position: relative;
}
#master-page-1-anchor,
#master-page-2-anchor,
#master-page-3-anchor,
#master-page-4-anchor,
#master-page-5-anchor,
#master-page-6-anchor{
  position: absolute;
  top:-100px;
  margin-top: -100px;
  left: 0px;
}
#master-page-2 .field-content{
  display: inline-block;
  padding-bottom: 60px;
}
#master-page-2 .next-page-arrow{
  bottom: 7px !important;
}
#master-page-1 .next-page-arrow a, #master-page-2 .next-page-arrow a,
#master-page-3 .next-page-arrow a, #master-page-4 .next-page-arrow a ,#master-page-5 .next-page-arrow a{
  border: 1px solid #FC603D;
    color: #FC603D;
}

.master2-gray{
  padding: 0px;
}
.master2-black{
  padding-left: 175px;
  color: #EFEFEF;
  padding-top: 50px;
  background: #1A1A1A;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -50px;
  padding-bottom: 80px;

}
.master2-gray .master-slide-2-img img{
    position: relative;
    z-index: 100;
}
.master2-gray .master-slide-2-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    left: -30px;
    border: 3px solid #FC603D;
    z-index: 90;
}
.master2-black .master-sdesc, .master2-black .field-content{
  color: #EFEFEF;
}
.master2-black .field-content ul li, #master-page-3 .field-content ul li, #master-page-5 .field-content ul li{
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}
.master2-black .field-content ul li:before,
#master-page-3 .field-content ul li:before, #master-page-5 .field-content ul li:before {content:''; width:16px; border:1px solid #FC603D; position:absolute; top:13px; left:-30px}
#master-page-5{
  position: relative;
}
#master-page-3 .field-content{
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 20px;
}
#master-page-5, #master-page-5 .full-page{
  background: #1a1a1a;
  color: #EFEFEF;
  height: auto;
  margin-bottom: 0px;
}
#master-page-5 .master-sdesc{
  font-size: 40px;
  line-height: 46px;
  font-family: Butler;
  margin-bottom: 60px;
}
#master-page-5 .field-content{
  float: left;
  padding-bottom: 50px;
}
#master-page-5 .next-page-arrow{
  bottom: 7px;
}
#master-page-6{
  background: #F4F4F4;
  position: relative;
  scroll-behavior: smooth;
}
#master-page-6 .master-slide-4-img img{
  position: relative;
  width: 100%;
}
#master-page-6 h1.span-line-num{
  padding-top: 60px;
  margin-top: 0px;
}
#master-page-6 .views-field-field-title-1-masterb6{
  font-size: 40px;
  line-height: 46px;
  color: #5C5C5B;
  font-family: Butler;
  width: 100%;
  float: left;
  padding-top: 5px;
}
#master-page-6 .views-field-field-subtitle-master-f6{
  font-size: 14px;
  line-height: 25px;
  color: #5C5C5B;
  width: 100%;
  float: left;
}
#master-page-6 .views-field-body{
  width: 100%;
  float: left;
  margin-top: 20px;
}
#master-page-6 .views-field-body p{
  background: #FFFFFF;
  color: #5C5C5B;
  font-size: 14px;
  line-height: 25px;
  margin-right: 4%;
  margin-bottom: 4%;
  width: 46%;
  padding: 20px;
  float: left;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
#master-page-6 .views-field-body p:before{
  content:''; width:47px; border:2px solid #FC603D; position:absolute; top:-2px; left:20px;
}
#master-page-6 .views-field-field-left-image{
  position: relative;
}
#master-page-6 .views-field-field-left-image:before{
  content: '';
    height: 277px;
    border: 10px solid #FC603D;
    position: absolute;
    top: 30%;
    right: -7px;
    z-index: 9;
}
#activ-page-7 .home-slide-gray-overlay{
  margin-top: 200px;
}

.act-det-page{
  padding-top: 90px;
  height: 100%;
  background: linear-gradient(180deg, #EFEFEF 0 340px, #ffffff 340px 100%);
}
.back-conf{
  width: 100%;
  font-size: 20px;
  line-height: 46px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.back-conf a{
  color:#5C5C5B;
  position: relative;
  padding-left: 70px;
}
.back-conf a:hover{
  color: #FC603D;
}
.act-det-page .activ-slide-1-img img {
    padding: 0px;
    margin-top: 0px;
    max-width: 100%;
    height: auto;
    position: relative;
}
.conf-details .activ-slide-1-img:before {
    content: '';
    border: 1px solid #FC603D;
    position: absolute;
    z-index: 100;
    top: -20px;
    left: 8%;
    width: 80%;
    height: 40px;
}
.network-details .block1{
  margin-top: 30px;
}
.network-details .block2{
  margin-top:0px !important;
}
.network-details .activ-slide-1-img:before {
    content: '';
    border: 1px solid #FC603D;
    position: absolute;
    z-index: 100;
    top: -20px;
    left: 8%;
    width: 80%;
    height: 40px;
} 
.act-det-page .block1{
  padding-left: 0px;
}
.act-det-page .views-field-field-display-title{
  color: #5C5C5B;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 25px;
}

.conf-details .master-slide-1-img{
  margin-top: 35px;
}
.act-det-page .block2{
  margin-top: 35px;
}
.act-det-page .views-field-field-description-conferences{
  padding-top: 20px;
  margin-bottom: 80px;
}
.back-conf a:before{
  background: url('../images/back-arrow.png') no-repeat;
  content: '';
  position: absolute;
  left: 0px;
  width: 45px;
  height: 45px;
}


#activ-page-5 ol {
  list-style: none;

}
:root {
  --level-4: #f27c8d;
  --black: black;
}
#activ-page-5 li:nth-child(odd) .rectangle {
  position: relative;
    padding: 25px;
    border: 3px solid #295C5D;
    background: #fff;
    margin-left: 48px;
    display: table;
}

#activ-page-5 li:nth-child(even) .rectangle {
  position: relative;
  padding: 25px 25px 9px 25px;
  width: 96%;
  display: table;
  border:3px solid #295C5D;
  background: #fff;
  margin-left:-132%;
}

.title-chart{
  font-size: 15px;
  font-weight: bold;
  color: #5C5C5B;
}
#activ-page-5 a{
  text-decoration: underline;
}
#activ-page-5 li:nth-child(even) .rectangle::before{
  left:125% !important;
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  margin-left: 50%;
  margin-top: 100px;
  width: 43%;
}

.level-4-wrapper::before {
  content: "";
  background: url('../images/rect-class.png') no-repeat;
  position: absolute;
  top: 0px;
  left: -30px;
  width: 27px;
  height: 26px;
}

.level-4-wrapper::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -20px;
  width: 5px;
  height: calc(100% - 47px);
  background: #295C5D;
}
.level-4-wrapper .square{
  position: relative;
}
.level-4-wrapper .square:after{
  content: "";
  background: url('../images/rect-class.png') no-repeat;
  position: absolute;
  bottom: 0px;
  left: -71px;
  width: 27px;
  height: 26px;
}

.level-4-wrapper li{
    list-style: none;
}

.level-4::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -1px;
  transform: translate(-100%, -50%);
  width: 105px;
  height: 5px;
  background: #295C5D;
}

.bg-grayy{
  background: #F7F7F7;
}

.user-login,
.user-reset,
.user-edit{
  margin-top: 150px;
  margin-bottom: 150px;
}

.user-edit .form-actions input {
    border-radius: 26px;
    background-color: #FC603D !important;
    color: #FFFFFF;
    padding: 0 30px;
    border:none;
    line-height: 40px;
}

.user-edit #edit-field-full-name-wrapper,
.user-edit #edit-timezone,
.user-edit .form-item-mail{
  display: none;
}
.user-edit .password-strength__meter{
  max-width: 300px;
}
#password-policy-status{
  margin-bottom: 20px;
}
.online-application{
  margin-top: 90px;
  margin-bottom: 90px;
}



/** MD Devices **/
@media (max-width: 1300px) {
	.info_blog .social_media_share{left: -20px;}
	.page-blog .view-content .info_blog .info_blog_container{padding-left: 20px;}
	.page-blog .views-row:nth-child(even) .article_image{left: 20px;}
}


@media (max-width: 1200px) {
.container{width:930px} /* substract border-width from bootstrap container: 970 - 40*/
.full-page {height: calc(100vh - 110px); margin-bottom:50px; min-height: 400px}
.full-height {height:100%}
.next-page-arrow {position:absolute; bottom:18px; z-index:800}
.next-page-arrow a {font-size: 20px; width: 57px; height: 57px}
.span-line {width:84px; border:2px solid #FC603D; margin:0}
h2 {font-size: 36px; margin-bottom: 10px;}
.title-fade {font-size: 70px; position:absolute; top:50px; left: 50px;}
h3 {font-size: 18px; line-height:24px}
#prg-page-4 .img-back{right:-50px;}
#prg-page-5 .img-back{right:-50px;}

#full-page-2 .col-md-7.col-md-offset-1 {
    margin-left: 2.333333%;
}

#full-page-5 .span-line {margin:30px 0}
.program-container {box-shadow: 0 0 10px 0 #B5E1E2; padding:25px; height:auto}
.row-flex-lg {display: block}
.program-content  {background:#E4F4F2; margin:5px; padding: 25px 33px 10px; height: auto; position:relative}
.program-content .row {margin-bottom:5px}
.program-content .row-last {margin-top:20px}
.program-content .row > .col-md-9 {padding-right:0}
.program-content .last-row-2 {margin-top:180px}
.course-title   {padding-left:30px}
.course-nbr     {position:absolute; left:15px; color:#295C5D}
.course-credits {font-size:13px;}
.credits-total  {font-size:14px;}

#full-page-8.full-page {height:auto}

.reset-height {height:auto}

.webform-submission-application-form-form select {font-size:12px; padding: 0 0 2px 0 !important; margin:0}

.page-blog #block-views-blog-block-2 .owl-nav{left: 3%;}
#block-block-8 section{margin-bottom: 50px !important;}
.view-partners .row {padding-bottom: 25px !important;}
nav.navbar.bootsnav ul > li { padding: 15px 5px 15px 9px;}

}
@media (max-width: 1150px) {
	.page-masters-papers .views-row .views-field-field-title-description *{font-size: 18px;}
  .camp-all:before{
    left: 86%;
  }
  .camp-all:after{
    left: 86%;
  }
}

@media (max-width: 1100px) {
	.page-blog .view-content .info_blog h1.span-line-num {font-size: 30px ;line-height: 35px ;}
	.blog_info_text {padding-left: 50px ;}
	.page-blog .view-content .info_blog h1.span-line-num span{margin-left: 50px;}


  #activ-page-2 .activ-slide-1-img, #activ-page-4 .activ-slide-1-img, #activ-page-6 .activ-slide-1-img, #activ-page-8 .activ-slide-1-img{
    margin-left: 0px;
  }
  .overt{
    margin-left: 0px;
  }
  .over-desc{
    width: 68%;
  }
  .overview-title{
    font:normal normal 900 94px/124px Butler;
  }
  #prg-page-3 .img-back, #prg-page-4 .img-back, .acad .img-back, .bg-gray-orga .img-back, #prg-page-5 .img-back{
    right: 0px !important;
  }
  #prg-page-5 .img-back img{
    width: 80%;
    float: right;
  }
#activ-page-4 .home-slide-gray-overlay2{
  height: 90%;
}
	.info_blog .social_media_share{left: -20px;}
.part-orga .university-arab .views-row:nth-child(odd) .views-field-field-partner-organisations-desc{
   max-width: 30%;
   top: 20%;
}
.part-orga .university-arab .views-row:nth-child(even) .views-field-field-partner-organisations-desc{
   max-width: 30%;
   top: 20%;
}
	#block-views-blog-block-3 .views-row {width: 31.5%;}
	#block-views-blog-block-3 .views-row:nth-child(even) {margin: 0 2.5% ;}

.level-4-wrapper{
  margin-top: 270px;
}
#activ-page-5 li:nth-child(even) .rectangle{
  width: 90%;
}
#activ-page-5 li:nth-child(odd) .rectangle{
  width: 90%;
}
#activ-page-5 li:nth-child(even) .rectangle::before {
    left: 134% !important;
  }
  #activ-page-5 li:nth-child(even) .rectangle{
    margin-left: -135%;
  }
  #activ-page-8 .fixed-reasearch-block{
    right: 10px;
  }

  .webform-submission-application-form-form .progress-tracker .progress-text {
      font-size: 14px;
      line-height: 24px;
  }
  .online-application{
    margin-top: 0px;
  }
.webform-submission-application-form-form h1{
  font-size: 30px;
  margin-top: 30px;
}

.webform-submission-application-form-form .progress-tracker{
  margin-bottom: 20px;
}
.webform-submission-application-form-form .webform-progress{
  height: 135px;
}
.apply-banner .views-field-nothing .apply-desc-t {
    font-size: 50px;
    line-height: 45px;
}

@media (max-width: 1025px) {
  #full-page-1 h1{
    font-size: 46px !important;
    line-height: 52px !important;
  }
  #block-block-8 #full-page-2 .col-md-5 h2,
  #full-page-4 .col-md-12 h2,
  #full-page-5 .col-md-12 h2,
  #full-page-7 h2,
  #full-page-8 .alumni-container h2,
  .left-blog-home h2 {
    font-size: 46px;
    line-height: 52px;
  }
  .blog-hright .blog-hright-title{
    font-size: 24px;
    line-height: 30px;
  }
  .blog-hright1 .blog-hright-title{
    font-size: 16px;
    line-height: 24px;
  }
  .path-network img{
    max-width: 100%;

  }
      #full-page-4 .col-blocks-3 {
    position: relative;
  }
  #full-page-4 .btn-und-or{
    position: absolute;
    bottom: 20px;
    left: 23px;
  }
  #full-page-2 .next-page-arrow{
    bottom:-40px !important;
  }
  #full-page-1 .btn-default {
    position: relative !important;
    left: 0 !important;
    margin-left: 0 !important;
    width: 160px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-top: 0px !important;
    float: left;
    bottom: 20%;
    z-index: 160;
    margin-bottom: 10px;
}

.lect-wrapper .col-lg-2{
  margin: 0px;
}

}

@media only screen and (max-width: 1025px) and (min-width: 1023px) {
.blog-image{
  width: 50%;
}
.blog-image img{
  width: 100%;
  height: auto;
}}

@media (min-width: 992px) {
#full-page-1 .btn-default {position:absolute; left:50%; margin-left: -80px; width:160px; padding:0; line-height:40px; text-align:center; display:block; bottom:20%; z-index:160}
#full-page-1 .btn-white {margin-top:30%; bottom: calc(20% + 50px);}
}

/** SM Devices **/
@media (max-width: 992px) {
  .wrap-sticky nav.navbar.bootsnav {
    position: fixed;
    top: 15px;
}
.master-slide-4-img{
  display: none;
}
#full-page-1 .next-page-arrow{
  display: none;
}
#full-page-8{
  padding-bottom: 0px;
}
.page-masters-papers .view-masters-papers{
  margin-top: 0px;
}
nav.navbar.bootsnav .navbar-toggle{
  margin-top:15px;
}
#full-page-8 .view-alumni-map,
#full-page-3 .col-md-7{
  position: relative !important;
}
#master-page-6{
  padding-top: 0px;
}
#mst-pprs-page-1.full-page{
  margin-top:0px;
}
#lect-page-1.full-page{
  margin-top: 0px;
}
#full-page-4 h3{
  padding: 20px 10px !important;
}
#full-page-5 .col-program{
  margin-top: 35px;
}
nav.navbar.bootsnav .navbar-nav{
  padding-left: 30px !important;
}
#full-page-1 .col-md-6 {
    width: 100% !important;
    float: left;
}
#full-page-9 .right-blog-home .views-field-nothing{
  padding-left: 25px;
  padding-right: 25px;
  padding-top:25px;
}
.right-blog-home .views-field-nothing{
  margin-bottom: 0px;
}
.right-blog-home .views-field-nothing:last-child{
  padding-bottom: 25px;
}
#full-page-7 .lect-wrapper .col-lg-2{
  margin:0px;
}
#full-page-9{
  background: none;
}
.right-blog-home{

}
.home-page-slide-1-img{
  position: relative !important;
}
#full-page-1{
  background: none !important;
}
#full-page-1,
.home-left-col{
  margin-top: 0px;
}
#full-page-1 .btn-default{
  position: relative;
}

#full-page-2 .col-md-offset-1{
  margin-left: 0px !important;
}
#full-page-2 .view-id-partners{
  margin-top: 40px;
}
#full-page-2 .view-id-partners .col-md-12{
  margin-left: 0px;
  padding-left: 0px;
}
#full-page-4 .col-blocks{
  width: 100%;
}
#full-page-4 .col-md-12{
  padding-left: 15px;
}

body, html {font-size:13px; line-height:22px}
.container{width:90%} /* substract border-width from bootstrap container: 750 - 40*/
.full-page {height: auto; position:relative; margin-bottom:30px; clear:both; min-height:auto}
.full-page-xs {height: calc(100vh - 70px);}
.full-height {height:auto}
.full-height-xs {height:100%}
.span-line {width:84px; border:1.5px solid #FC603D;}
.vertical-middle {display:initial; align-items:initial; height:auto}
h2 {font-size: 24px;}
.title-fade {display:none}
h3 {font-size: 18px; line-height:24px}
.flex-end {display: initial; align-items: initial}

.bg-gray-orga .img-back img{
  width: 70%;
  float: right;
}

#activ-page-1{
    margin-top: 0px;
}
#prg-page-1.full-page{
  margin-top: 0px;
}
#prg-page-1 .prog-desc h1{
  margin-top: 30%;
}
.activities-b1 .span-line-num{
  margin-top: 50px;
}
.activities-b1 .col-md-5, .activities-b1 .col-md-6{
  width: 100%;
  float: left;
}
.padd-left-60{
  padding-left: 0px;
}
.level-4-wrapper .square:after{
  bottom: 50px;
}
.semester-separator .col-sm-10{
  width: 100%;
}
.semester-separator a{
  margin-top: 10px;
}
.semester-separator .col-md-9{
  width: 100%;
}
.img-back-text{
  float: right;
}
.program-tracks .col-sm-7, .tracks-intro .col-sm-7, #prg-page-4 .col-sm-7{
  width: 85%;
}
.table-track h2 {
  font-size: 50px;
  line-height: 72px;
}

.global-campus{
  width: 100%;
}
.global-list{
  width: 100%;
}
.apply-banner{
  margin-top: 0px;
}

.semester-separator .col-md-3{
  width: 100%;
}
#master-page-4 .masters-fold4-b2 .views-field-nothing .col-md-6:first-child{
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0px;
}
#master-page-4 .masters-fold4-b2 .views-field-nothing .col-md-6:last-child{
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0px;
}
#master-page-6 .views-field-body p{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

#master-page-6 .back-master-img{
  position: relative;
    width: 100%;
    float: left;
}
#master-page-6 .master-slide-4-img img{
  max-width: 95%;
}
#master-page-6 .views-field-field-left-image:before{
  right: 3%;
}
.full-menu{
  width: 100%;
  float: inherit;
}
.view-mob-992{
  display:inline;
}
.master2-black{
  display: none;
}
.master2-black-992{
  display: inline;
  background: #1A1A1A;
  color: #EFEFEF
}
.master2-gray{
  margin-top: 100px;
}
.act-det-page{
  padding-top: 0px
}
#master-page-2{
  background: linear-gradient(180deg, #1a1a1a 50%, #f4f4f4 50%);
  margin-top: -23px;
  padding-bottom: 150px;
}
#master-page-3{
  margin-top:-80px;
}
.masters-page #master-page-1 .master-slide-1-img{
  float: right;
}
.view-mob-992 ul{
  list-style: none;
    padding-left: 15px;
    padding-right: 30px;
    margin: 0px -15px;
    margin-top: 20px;
}
.view-mob-992 li{
  position: relative;
  height: 45px;
  display: block;
}
.view-mob-992 ul li a{
  position: relative;
}

.act-det-page .views-field-field-display-title{
  padding-top:20px;
  font-size: 34px;
    line-height: 38px;
}
#navbar-right li .btn-default, .contact_us_button a{
  width: 150px !important;
  text-align: center;
}
.view-mob-992 ul li a {padding:10px 12px 10px 0; color: #5C5C5B; transition: all .4s ease;}
.view-mob-992 ul li a:hover, .view-mob-992 ul > li > a.active, .view-mob-992 ul > li > a.is-active {color: #FC603D;}
.view-mob-992 ul li a:after{ content:''; border:none; height:4px; width:0; display:inline-block;	background:#FC603D; position:absolute; left:0; bottom:0; transition: width .4s ease-in-out;}
.view-mob-992 ul li a:hover:after, .view-mob-992 ul > li.active-trail > a:after, .view-mob-992 ul > li > .is-active:after{ width:100%}

.view-desk-992{
  display: none;
}
nav.navbar.bootsnav .navbar-toggle {float:right; margin-right:10px}
nav.navbar.bootsnav img {height:35px; margin: 8px 20px}
.home-page-slide-1-img {position:initial;}
nav.navbar.bootsnav .navbar-collapse.collapse {padding-bottom:30px; border-bottom:15px solid #5C5C5B}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand img{
  margin-top: 8px !important;
}
.navbar-toggle .icon-bar   {width: 22px;transition: all 0.2s;}
.navbar-toggle .top-bar    {transform: rotate(45deg);transform-origin: 10% 10%;}
.navbar-toggle .middle-bar {opacity: 0;}
.navbar-toggle .bottom-bar {transform: rotate(-45deg); transform-origin: 10% 90%;}
.navbar-toggle.collapsed .top-bar    {transform: rotate(0);}
.navbar-toggle.collapsed .middle-bar {opacity: 1;}
.navbar-toggle.collapsed .bottom-bar {transform: rotate(0);}

nav.navbar.bootsnav ul > li > a {border:none; display:inline-block; width: initial; padding: 0 12px 10px 0}
nav.navbar.bootsnav ul > li {padding:6px 20px}
body.menu-open:after { content: ''; display: block; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 800; background: rgba(0,0,0,0.7); transition: all 0.3s ease;  }

.next-page-arrow {bottom:17px;}
.next-page-arrow a {font-size:18px; padding:9px 15px;}
#full-page-1 .next-page-arrow {bottom:17px}

#full-page-1 {background: linear-gradient(90deg, #FFFFFF 60%, #E5E5E5 40%);}
#full-page-1 .container-fluid.full-height-xs {background: url('/sites/default/files/pages/two-boys-street.jpg') no-repeat right bottom; background-size: auto 70%;}
.home-page-slide-1-img {position:absolute; bottom:0; max-width:70vmin; right:0; top:auto;}
.home-slide-gray-overlay {width:40%; height:calc(100vh - 70px); position:absolute; top: 0; right:0;}
.home-slide-gray-overlay2 {width:40%; height:calc(100vh - 70px); position:absolute; top: 0; left:0;}
#full-page-1 h1 {font-size:46px; line-height:52px; margin-bottom:30px; position:relative; z-index:200}
#full-page-1 h1 .span-line {border:2px solid #FC603D; width: 70px; display: inline-block; margin:0}


#full-page-4 h3 {padding: 30px 20px; font-size:14px; line-height:20px}
#full-page-4 h3:after {width:24px; border:1.5px solid #519A8A; top:80px; left:20px}
#full-page-4 a {font-size:14px}
#full-page-4 .btn-green  {margin-top:0px}


.program-container {box-shadow: 0 0 10px 0 #B5E1E2; padding:25px; height:auto; margin-bottom: 30px}
.row-flex-lg {display: block}
.program-number   {font-size:35px; margin-right:15px;}
.program-title p  {font-size:13px; line-height: 16px; margin:0;}
.program-list h3 p{
    font-size: 24px;
    line-height: 28px;
  }
.program-content  {margin:25px; padding: 25px 33px 10px; height:auto; position:relative}
.program-content .row {margin-bottom:10px}
.program-content .row-last {margin-top:30px}
.program-content .row > .col-md-9 {padding-right:0}
.program-content .last-row-2 {margin-top:30px}
.course-title   {padding-left:30px}
.course-nbr     {position:absolute; left:15px;}
.course-credits {font-size:13px;}
.credits-total  {font-size:14px;}


.tocify-sm ul, .tocify-sm li { list-style: none; margin: 0; padding: 0; border: none; line-height: 30px;}
.tocify-subheader li { font-size: 12px; opacity:.8;}

.tocify-sm a { text-indent:35px; position: relative; display:block}
.tocify-sm .is-active a { text-indent:53px; color:#FC603D; }
.tocify-sm a:after { content:''; width:20px; border:1px solid #c3c3c3; display:inline-block; position:absolute; left:0; top:15px; }
.tocify-sm .is-active a:after {width:38px; border:1px solid #FC603D;transition: width .3s ease;}

#master-page-1{
  margin-top: 10px;
}
h1.span-line-num{
  margin-top: 10px;
}
#full-page-8 .alumni-container {background: none}
.alumni-header {font-size:18px; height:auto; padding:30px 0; text-align:center}
.alumni-header a {font-size:18px; margin-top:15px}
#full-page-8 h4 {font-size:22px; line-height:28px; margin-bottom:20px}
#full-page-8 p.with-span-line {padding-left:35px; }
#full-page-8 p.with-span-line .span-line {width: 24px; position:absolute; top:12px; left:0; margin:0}


h1.span-line-num span {border-bottom:2px solid #FC603D; }

.activ-slide-4-img:after {top:25px; left:15px;}

/** APPLICATION FORM**/
.webform-submission-application-form-form .webform-progress {width:100%; height:auto;}
.webform-submission-application-form-form .webform-progress-outer {position:relative; width:80%; margin:0 auto; padding:25px 0}
.webform-submission-application-form-form .webform-progress-inner {border:none; position:relative; top:auto; height:1px; width:100%!important}
.webform-submission-application-form-form .webform-progress-page {position:relative; top:auto; height:42px; padding:0; display:block; width:100%;text-align:left}
.webform-submission-application-form-form .webform-progress-page:nth-child(3) {transform:translateX(-50%)}
.webform-submission-application-form-form .webform-progress-page:last-child {left:auto !important; right:0}
.webform-submission-application-form-form .webform-progress-page.current {border-bottom:none}
.webform-submission-application-form-form .webform-progress-page-number {text-align:center}
.webform-submission-application-form-form .current .webform-progressbar-page-number {}
.webform-submission-application-form-form .webform-progress-page-label {font-size:20px; color:#FFFFFF; opacity:.65}
.webform-submission-application-form-form .current .webform-progressbar-page-label {}


.page-blog #block-views-blog-block-2 {margin-bottom:0;}
.page-blog .view-filters {padding-bottom: 70px ;padding-top: 40px;}
.page-blog .views-exposed-widget{width: 100% ;}
.popular_articles{display: none ;}
.page-blog .right_container {width: 100% ;padding-left: 0% ;}
.page-blog .view-content{width: 100% ;}

.node-type-blog .blog_info .blog_info_sub_container{padding-left: 30px ;width: 60% ;}
.node-type-blog .header_block_info.full-page, .page-blog .header_block_info.full-page{height: calc(100vh - 90px) ;}
.node-type-blog .header_block_info.full-page{margin-top: 0px;}
.page-masters-papers .views-row {width: 45% ;margin-right: 5% ;}
.page-blog  #block-views-blog-block-1{display: block ;}

#block-views-blog-block-3 .views-row.views-row-last {display: none;}
#block-views-blog-block-3 .views-row:nth-child(even) {margin: 0 ;margin-left: 4% ;}
#block-views-blog-block-3 .views-row {width: 48% ;}



#block-block-8 section{margin-bottom: 0 !important;}

.master-slide-2-img img{
  max-width: 100%;
}
#master-page-2 .field-content{
  padding-bottom: 100px;
}

#master-page-6 .master-slide-4-img img{
  margin-left: 0px;
}

#activ-page-5 li:nth-child(even) .rectangle {
    margin-left: 48px;
}
#activ-page-5 .rectangle{
  margin-bottom: 50px;
}
#activ-page-5 li:nth-child(even) .rectangle::before {
    left: 0 !important;
}
.level-4-wrapper{
  margin-left: 6%;
}
#activ-page-5 .rectangle {
    width: 140% !important;
}
.level-4-wrapper {
    margin-top: 300px;
}
.program-overview{
  margin-bottom: 30px;
}
.view-network{
 padding-top: 30px;
}
.webform-submission-application-form-form .progress-tracker{
  margin-bottom: 28px;
  margin-top: 0px;
}

#contact_us, #find_us{
  margin-top: 50px;
}

}

@media (max-width: 800px) {
	.page-blog .author_image, .node-type-blog .author_image{width: 50px; height: 50px;}
	.page-blog .author_name,  .node-type-blog  .author_name{width: calc(100% - 65px);}
	.page-blog #block-views-blog-block-2 .read_more{margin-top: 15px;}
	.page-blog #block-views-blog-block-2 .owl-nav {bottom: 55px ;left: 10% ;}
	.page-blog #block-views-blog-block-2 .blog_info .blog_info_sub_container{margin-left: 5%;width: 60%;}
	.page-blog #block-views-blog-block-2 .blog_info h1.span-line-num{font-size: 40px;line-height: 48px;}
  .activities-page h1.span-line-num {
      font-size: 32px;
      line-height: 38px;
    }
    .program-overview .col-sm-3{
      width: 13% !important;
    }
    .overview-title {
        font: normal normal 900 74px/124px Butler;
    }
    .overt{
      height: 385px;
    }
    .img-back img{
      width: 75%;
      float: right;
    }
    .program-overview .views-field-title span {
    font-size: 85px;
    line-height: 80px;
  }
  .program-overview .views-field-title{
    width: 100px;
  }
  .program-overview .views-field-field-description-overview {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .global-campus h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .university-title {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .uni-title {
    font-size: 33px;
    line-height: 40px;
  }
  .bg-gray-orga .partner_orga{
    line-height: 53px !important;
    font-size: 38px !important;
  }
  .arma-al-title {
    font-size: 38px;
    line-height: 70px;
  }
  .camp-bold-title {
    font-size: 14px;
    line-height: 20px;
  }
  .university-arab .views-row:nth-child(odd) .views-field-field-university-cover{
    width: 100%;
    margin-right: 0px;
    margin-top: 50px;
  }
  .arab-uni .bg-gray{
    height: 140px;
  }
  .university-arab .views-row:nth-child(even) .views-field-field-university-cover {
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
   }
   .university-arab .views-row:nth-child(even) .views-field-nothing {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}
.university-arab .views-row:nth-child(odd) .views-field-nothing {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
}
.part-orga .university-arab .views-row:nth-child(odd) .views-field-field-partner-organisations-desc {
    max-width: 100%;
    bottom: 0;
    top: inherit;
}
.part-orga .university-arab .views-row:nth-child(even) .views-field-field-partner-organisations-desc {
    max-width: 100%;
    bottom: 0;
    top: inherit;
}
#prg-page-5 .row{
  padding: 0px 15px;
}
.arma-al-title{
  line-height: 42px;
}
.arma-al-title:before{
  top: -5px;
}

article.node-58 .webform-progressbar-page {
    position: relative;
    top: auto;
    height: 42px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}

.webform-submission-application-form-form .progress-tracker {
  display: block;
  text-align: left;
  padding-left: 50px;
  background: #295C5D;
  height: 210px;
  padding-top: 15px;
  margin-bottom: 0px;
}
.webform-submission-application-form-form .progress-tracker .progress-step{
   flex: inherit;
    width: 100%;
    float: left;
    min-width: 100%;
}
.webform-submission-form .col-sm-6{
  width: 94%;
}
#edit-processed-text .col-sm-10, #edit-personal-information-header .col-sm-10, #edit-financial-aid-header .col-sm-10, #edit-application .col-sm-10{
  width: 70%;
  float: left;
}
.webform-multiple-table table tr .js-form-item,
 #edit-app-step .fieldset-wrapper .js-form-item,
 #edit-attach-your-diploma-wrap .fieldset-wrapper .js-form-item{
  width: 45%;
}
#work_fields_table table tr{
  padding-left: 30px;
  margin-left: -50px;
  padding-bottom: 30px;
  width: -webkit-calc(100% + 100px) !important;
  width: -moz-calc(100% + 100px) !important;
  width: calc(100% + 100px) !important;
  float: left;
}
#edit-application .js-form-type-managed-file{
  width: 100% !important;
}
#edit-attach-cv{
  width: 100%;
  padding-bottom: 10px;
}
.apply-desc{
  max-width: 400px;
  margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
  .webform-multiple-table-responsive td{
    padding-left:0px;
  }
  .fixed-reasearch-block{
    top:inherit;
    bottom:0px;
  }
  .page-blog #block-views-blog-block-2{
    padding-top: 0px;
  }
  #lecturer{
    margin-top: 45px;
  }
  .apply-banner .views-field-field-banner-image{
    height: 643px;
  }
  .apply-banner .views-field-field-banner-image img{
    display: none !important;
  }
  .page-masters-papers .views-row {
    width: 44%;
    margin-right: 5%;
    margin-left: 1%;
}
#master-page-1{
  padding-top: 0px !important;
}
.webform-submission-application-form-form input[type="submit"]{
  margin-bottom: 20px;
  margin-top: 10px;
}
.webform-submission-application-form-form .progress-tracker{
  padding-left: 20px !important;
}
#edit-general-information .row, #edit-personal-information .row, #edit-application .row {
    padding-left: 25px;
    padding-right: 25px;
}
.letter-intent,
#edit-gender--wrapper,
.js-form-item-lette-of-intent,
#edit-attach-your-diploma-wrap,
#edit-additional-human-right-courses,
#edit-app-step,
#edit-passport-wrapper-1 #edit-passport-1-details, #edit-passport-wrapper-2 #edit-passport-2-details, #edit-passport-wrapper-1 #edit-passport-11-details {
    padding-left: 25px;
    padding-right: 25px;
}
.webform-submission-application-form-form .form-managed-file input{
  display: block;
}
.webform-submission-form .col-sm-6{
  padding-left: 25px;
}
#edit-passport-wrapper-1 .form-item-passport-1-pages, #edit-passport-wrapper-2 .form-item-passport-2-pages, #edit-passport-wrapper-1 .form-item-passport-11-pages{
  padding-left: 25px;
}
#edit-please-indicate-desc{
  padding-right: 25px;
  padding-left: 25px;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree-scan-header, .form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree-scan-header, .form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree-scan-header, .form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree-scan-header{
  margin-left: 0px !important;
  width:75% !important;
}
#edit-which-of-the-two-tracks-do-you-qualify-for-please-choose-one-of---wrapper, #edit-i-qualify-for-the-comprehensive-two-year-track-of-the-programme---wrapper {
    padding-left: 25px;
    padding-right: 25px;
}
#edit-application table {
    width: 95%;
    display: block;
    margin-bottom: 25px;
}
#edit-application tbody{
  display: block;
}

.webform-multiple-add {
    background: #F2F2F2;
    padding-left: 25px;
    margin-left: -20px !important;
    width: -webkit-calc(100% + 50px) !important;
    width: -moz-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
}
#edit-general-information .js-form-type-checkbox{
  margin-left:50px;
}
#edit-passport-wrapper-1 #edit-passport-1-details, #edit-passport-wrapper-2 #edit-passport-2-details, #edit-passport-wrapper-1 #edit-passport-11-details{
  width:100%;
}
div[role="contentinfo"]{
  margin-top: 30px;
}
.webform-multiple-table table tr .js-form-item, 
#edit-app-step .fieldset-wrapper .js-form-item,
 #edit-attach-your-diploma-wrap .fieldset-wrapper .js-form-item{
  width: 98%;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--ects-description, .form-item-please-indicate-the-applicable-qualification-s--items-1--item--ects-description, .form-item-please-indicate-the-applicable-qualification-s--items-2--item--ects-description, .form-item-please-indicate-the-applicable-qualification-s--items-3--item--ects-description{
  width: 100%;
}
#edit-attach-cv-fs {
    padding-left: 25px !important;
    margin-left: -25px !important;
    width: -webkit-calc(100% + 50px) !important;
    width: -moz-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
}
  #master-page-2{
    background: #1a1a1a !important;
  }
  #full-page-3 .col-md-7{
    position: relative;
  }
  #full-page-4 .col-blocks-3 .master-title{
    margin-left: 5px;
    font-size: 16px;
  }
  #edit-languages-header {
    width: -webkit-calc(100% + 50px) !important;
    width: -moz-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    margin-left: -25px !important;
    padding-left: 25px !important;
}
#work_fields_table table tr {
    padding-left: 25px !important;
    margin-left: -25px !important;
    padding-bottom: 30px;
    width: 100% !important;
}
#edit-ref-fieldset {
    padding-left: 25px;
    margin-left: -25px !important;
    width: -webkit-calc(100% + 50px) !important;
    width: -moz-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
}
.webform-multiple-table table tr .js-form-item, #edit-app-step .fieldset-wrapper .js-form-item, #edit-attach-your-diploma-wrap .fieldset-wrapper .js-form-item{
  width: 98%;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--ects-description, .form-item-please-indicate-the-applicable-qualification-s--items-1--item--ects-description, .form-item-please-indicate-the-applicable-qualification-s--items-2--item--ects-description, .form-item-please-indicate-the-applicable-qualification-s--items-3--item--ects-description{
  width: 96% !important;
}
  #activ-page-1 h1.span-line-num{
    margin-top: 30px;
  }
  .home-slide-gray-overlay,
  .home-slide-gray-overlay2,
  .home-slide-gray-overlay3,
  .home-slide-gray-overlay13{
    display: none;
  }
  .act-det-page .block2{
    padding-left: 0px;
  }
  #full-page-4 .btn-und-or{
    left: 15px !important;
  }
  .masters-page #master-page-1 .master-slide-1-img{
    max-width: 100%;
    position: relative;
  }
  .masters-page #master-page-1 .col-md-6{
    padding-left: 0px;
  }
  .masters-page .master-slide-1-img{
    position: relative;
    max-width: 100%;
  }
  #master-page-3 .col-md-6,
  #master-page-5 .col-md-6{
    padding-left: 0px;
  }
.path-webform{
  overflow-x: hidden;
}
.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree-scan-header,
.form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree-scan-header,
.form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree-scan-header,
.form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree-scan-header {
    width: 100%;
  }
  .webform-multiple-table table tr .js-form-item,
#work_fields_table #edit-work-fields,
#edit-attach-your-diploma-wrap .fieldset-wrapper .js-form-item{
    width: -webkit-calc(100% + 75px) !important;
    width: -moz-calc(100% + 75px) !important;
    width: calc(100% + 75px) !important;
    margin-right: 0px !important;
    margin-left: -25px !important;
    padding-left: 25px !important;
}
#edit-app-step .fieldset-wrapper .js-form-item{
    width: -webkit-calc(100% + 25px) !important;
    width: -moz-calc(100% + 25px) !important;
    width: calc(100% + 25px) !important;
    margin-right: 0px !important;
    margin-left: -25px !important;
    padding-left: 25px !important;
}
#edit-please-indicate-the-applicable-qualification-s-items .js-form-item{
      width: -webkit-calc(100% + 50px) !important;
    width: -moz-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
}
#edit-please-indicate-the-applicable-qualification-s-items .form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree-scan-header{
      width: -webkit-calc(100% + 75px) !important;
    width: -moz-calc(100% + 75px) !important;
    width: calc(100% + 75px) !important;
    padding-left: 0px !important;
}
#edit-additional-human-right-courses{
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.webform-submission-application-form-form textarea{
  width: 98%;
}
#edit-application .js-form-type-managed-file{
  padding-left: 25px !important;
}
#edit-work-fields-items .js-form-item,
#edit-attach-cv-fs,
#edit-app-step .fieldset-wrapper #edit-ref-fieldset,
#edit-app-step .fieldset-wrapper #edit-attach-cv-fs,
#edit-ref-fieldset,
#edit-app-step .fieldset-wrapper #edit-languages-header{
    width: -webkit-calc(100% + 50px) !important;
    width: -moz-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
}
#edit-household-member-items .js-form-item{
      width: -webkit-calc(100% + 25px) !important;
    width: -moz-calc(100% + 25px) !important;
    width: calc(100% + 25px) !important;
}
#edit-relationship-fieldset .form-item-indicate-the-relationship-s- {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.webform-submission-form .col-sm-12 {
    margin-right: 0;
    padding-left: 15px;
}
.webform-submission-form .col-sm-6 {
    width: 98%;
}
#edit-additional-human-right-courses{
  width: 96%;
}
#edit-financial-aid-header,
.form-item-require-financial-aid1,
#edit-motivation-header-1,
.form-item-motivate-your-request,
#edit-household-header,
#household_member_table,
#edit-household-header-1, .form-item-receive-assistance, .form-item-if-yes-please-provide-details-and-the-amount-of-financial-aid-in,
#edit-fin-info-grid,
#edit-additional-info-header,
#edit-relationship-fieldset,
.form-item-i-agree,
#edit-email-extra-info{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.form-item-require-financial-aid1{
margin-left: 25px !important;
    margin-right: 25px !important;
    padding-left: 0px !important;
}
}



/** XS Devices **/
@media (max-width: 767px) {
.view-desk{
  display: none;
}
.view-mob{
  display: block;
}
.view-mob .visible-lg,.view-mob .visible-md,.view-mob .visible-sm,.view-mob .visible-xs{
  display: block !important;
}
body{ border:15px solid transparent;}
body:after{ border-bottom-width:15px; }
h2 {font-size:30px}
.font-16 {font-size:13px; line-height: 22px}

.arab-uni-list .row{
  margin-left: 0px;
  margin-right: 0px;
}

#full-page-8 .view-alumni-map{
  position: relative;
}
#full-page-9{
  padding-top: 0px;
}
#full-page-8 .alumni-container{
  margin-bottom: 30px;
}
.last-blog-home{
  margin-bottom: 0px;
}
#master-page-4 .master-4-parallax .views-field-nothing {
    padding: 70px 0;
}
#master-page-4{
  margin-bottom: 0px;
}
#master-page-5 .container{
  padding-top: 0px;
}
#master-page-1 .field-content p{
  padding-bottom: 0px;
}
#activ-page-5{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#activ-page-6 .activities-page h1.span-line-num{
  margin-top: 0px;
}
.container{width:initial} /* reset container*/
a.btn-default {font-size: 16px; border-radius: 20px; padding: 0 20px;}
#block-block-8 #full-page-2 .col-md-5 h2, #full-page-4 .col-md-12 h2, #full-page-5 .col-md-12 h2, #full-page-7 h2, #full-page-8 .alumni-container h2, .left-blog-home h2 {
    font-size: 38px;
    line-height: 46px;
}
#full-page-9 .blog-image img{
  max-width: 100%;
  height: auto;
    margin-bottom: 20px;
}
.left-blog-home .field-content{
  display: block;
}
.act-block-home-shad{
  width: 100%;
  max-width: 439px;
}
#activ-page-2 h1.span-line-num{
  margin-top: 0px;
}
.activities-page .full-page{
  margin-bottom:0px;
}
#activ-page-6 .field-img-visits{
  margin-bottom: 0px;
}
#activ-page-1.full-page{
  margin-bottom:0px;
}
#associate-partners-logo,
#partners-logo,
.partners_footer .row_footer .views-element-container{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.university-arab .views-row{
  margin-top: 50px;
}
#full-page-8 .alumni-container .visible-xs{
  display: none !important;
}
#full-page-8 .alumni-container{
  margin-bottom: 120px;
}
#associate-partners-logo .col-md-3,
#partners-logo .col-md-3,
.partners_footer .row_footer .views-element-container > div{
    margin-right: 2%;
    width: 31% !important;
}
.logo-section{
  float: inherit;
}
.logo-section img{
  float: inherit;
  margin-top: -20px;
}
.logo-section span{
  float: inherit;
  display: inline-block;
    text-align: left;
    padding-top: 0px;
}
.arma-footer a.btn-default{
  border-radius: 0px;
  margin-bottom: 30px !important;
}
.arma-footer .views-field-field-arma-column{
  max-width: 250px;
  margin: 0 auto;
}
.logo-section{
  margin-bottom: 40px;
}
.program-list-desc table:nth-child(even) thead{
  margin-left: 0px;
  margin-top: 30px;
}
.program-list-desc table:nth-child(even){
  border-left: 0px;
}
.program-list-desc table:nth-child(even) tbody{
  margin-left: 0px;
  display: contents;
}
.program-list-desc table{
  width: 95%;
}
.prog-learn-more{
  margin-top: 50px;
}
.partners_footer .col-md-offset-2{
  width: 100%;
  text-align: left;
}
#block-block-8 .partners_footer .row_footer{
  width: 100%;
}

#full-page-9 .col-md-4, #full-page-9 .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
}

#full-page-3 .butler {font-size: 16px; line-height:24px; margin-bottom:10px }
#full-page-3 .with-span-line {padding:0 0 0 30px; position:relative;}
#full-page-3 .with-span-line:after {width:24px;}

#full-page-3 .span-line {width:24px; border:1.5px solid #FC603D; display:inline-block; position:absolute; top:13px; left:0}

#full-page-8 p.with-span-line:after {width:24px;}

#full-page-1 h1 {
    font-size: 40px !important;
    line-height: 44px !important;
}
.program-container {padding:25px; }
.program-content  {margin:10px 0; padding: 15px 20px 10px; height:auto; position:relative}
.program-content .row {margin-bottom:10px}
.program-content .row-last {margin-top:10px}
.program-content .row > .col-md-9 {padding-right:0}
.program-content .last-row-2 {margin-top:10px}
.credits-total  {margin:10px 0;}


.lect-wrapper {text-align:center; width:100%}

.lect-view-all a {line-height:50px; margin:0 auto}

.overt {
    margin-left: 20px;
}
#prg-page-2 .col-sm-7, #prg-page-3 .col-sm-7{
  width: 85%;
}
.university-im{
  width: 15%;
  float: right;
}
.program-overview .col-sm-3{
  display: none;
}
.over-desc{
  margin-left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.program-overview .views-field-title span {
    font-size: 70px;
    line-height: 70px;
}
.program-overview .views-field-title{
  width: 100%;
  float: left;
}
.program-overview .views-field-field-description-overview{
  width: 100% !important;
  float: left;
}

.arma-footer {padding: 60px 0 20px 0; text-align:center}
.arma-footer h2 {font-size: 18px; font-weight:bold; position:relative; padding-bottom: 30px; margin:0; text-transform:uppercase; color:#FFFFFF}
.arma-footer h2:after {content:''; width: 40px; border:1px solid #FFFFFF; display: block; position:absolute; left: calc(50% - 20px) }
.arma-footer h3 {font-size: 18px; margin-top:0;}
.arma-footer ul {list-style:none}
.arma-footer li {margin-bottom: 22px}
.arma-footer a, .arma-footer a:visited {color: #FFFFFF;}
.arma-footer a:hover {color: #FC603D;}
#block-block-1 h3, #block-block-1 p  {font-size:18px; margin-bottom:20px}
#block-block-3 p {margin-bottom:30px}
#block-block-4 p {margin-bottom:30px}

.copyright {padding:17px 0; font-size: 13px; line-height:18px}

.webform-submission-application-form-form .webform-progress-outer {width:90%;}
[class*='proof-of-etcs-credits'] {padding: 24px 45px !important}

.node-type-blog  h1.span-line-num{font-size: 40px ;line-height: 45px ;margin: 50px 0 0px 0 ;}

.page-masters-papers .view-filters .form-item-field-title-description-value .description{display: none;}
.page-masters-papers .view-filters #edit-actions{top: -40px ;}
.page-masters-papers .view-filters {width: 100% ;}
.page-masters-papers .view-content{width: 100% ;}
.page-masters-papers .view-filters #views-exposed-form-masters-papers-page {margin-right: 0 ;}

.page-blog .view-content .info_blog .info_blog_container{padding-left: 40px;}
.info_blog .social_media_share{left: -5px ;}
.page-blog .views-row:nth-child(even) .article_image {left: 40px ;}

.page-blog #block-views-blog-block-2 .block__title{display: none;}

#block-block-8 .partners_footer{margin-bottom: 25px ;}

#household_member_table table tbody tr td .js-form-item {
    width: 90%;
    margin-right: 10%;
    margin-bottom: 40px;
    margin-top: 0px;
}
#household_member_table table tbody tr td .js-form-item:last-child {
    margin-top: 10px;
    margin-bottom: 25px;
}
.webform-submission-application-form-form .col-sm-2.text-right{
  font-size: 33px;
}

.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree, .form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree, .form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree, .form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree {
    width: 100% !important;
}
#edit-fin-info-grid .js-form-item {
    width: 100%;
  }
  .views-field-field-banner-year {
    font-size: 95px;
    line-height: 140px;
}
.apply-banner .views-field-nothing .apply-desc-p {
  padding-bottom: 50px;
}

.form-item-please-indicate-the-applicable-qualification-s--items-0--item--degree-scan-header, .form-item-please-indicate-the-applicable-qualification-s--items-1--item--degree-scan-header, .form-item-please-indicate-the-applicable-qualification-s--items-2--item--degree-scan-header, .form-item-please-indicate-the-applicable-qualification-s--items-3--item--degree-scan-header{
  margin-left: 0px !important;
  width:75% !important;
}
}

/* MQ STYLES

–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }
  #full-page-4 .col-blocks-3 {
    flex: 40%;
    margin: 15px;
    max-width: 40%;
    min-height: 180px;
  }
  #full-page-5 .program-list{
    padding-left: 30px;
  }
  #full-page-8 .view-alumni-map img{
    max-width: 100%;
  }
}

@media (max-width: 650px) {
	.page-blog .view-content .info_blog, .page-blog #block-views-blog-block-2 .cover_image_container {width: 100% ;}
	.page-blog .view-content .article_image {position: relative ;width: 100% !important;height: 200px ;margin-bottom: 25px;}
	.page-blog .view-content .article_image::after{display: none;}
	.page-blog .view-content .views-row{margin-bottom: 40px ;}
	.page-blog #block-views-blog-block-2 .read_more{margin-top: 0;}


	.page-blog .header_block_info.full-page{height: calc(100vh - 79px) ;}
  .node-type-blog .header_block_info.full-page {height: calc(100vh - 220px) ;}
	.page-blog .cover_image, .node-type-blog .cover_image_container{width: 100% ;}
	.page-blog #block-views-blog-block-2 .blog_info .blog_info_sub_container{
		margin-left: 3% ;width: 94% ;padding: 1px 30px 48px 30px ;box-sizing: border-box;
	}
	.node-type-blog .blog_info h1.span-line-num span {position: relative ;top: unset ;margin-right: 10px;}
	.page-blog #block-views-blog-block-2 h1.span-line-num, .node-type-blog  h1.span-line-num {
		font-size: 24px !important ;line-height: 31px !important ;margin: 35px 0 4px 0 !important ;text-indent: 0 !important ;
	}
	.page-blog .blog_author_info {padding-top: 10px ;}
	.page-blog #block-views-blog-block-2 .owl-nav {left: calc(3% + 30px ) ;bottom: 20px ;}

	.node-type-blog .blog_info.container{padding-right: 15px ;padding-left: 15px ;}
	.node-type-blog .blog_info .blog_info_sub_container{width: 100% ;padding: 1px 30px 40px 30px;}

	.node-type-blog .left_container, .node-type-blog .right_container {width: 100% ;}
	.node-type-blog .right_container_info {padding-left: 0% ;}
	.comments_block_inner_container{margin-top: 50px ;width: 100% ;}

	.page-blog .views-row:nth-child(even) .article_image{left: 0 ;}
	.page-blog .view-content .article_image{margin-bottom: 15px ;}
	.info_blog .social_media_share {position: relative ;width: 100% ;text-align: left ;margin-bottom: 10px ;left: unset ;}
	.page-blog  .social_media_line {width: 35px ;height: 1px ;display: inline-block ;vertical-align: middle ;}
	.page-blog .social_media_icons {display: inline-block ;vertical-align: middle ;}
	.page-blog .info_blog .social_media_share .social_media_icons a {width: 25px ;display: inline-block ;vertical-align: middle ;height: 25px ;margin-right: 5px ;margin-left: 5px ;}
	.page-blog .view-content .info_blog .info_blog_container {padding-left: 0;}

	#block-views-blog-block-3 .views-row .info_blog {height: 190px ;}
	#block-views-blog-block-3 h1.span-line-num {margin-top: 0px ;}
	#block-views-blog-block-3 .views-row {width: 100% ;margin-bottom: 20px ;}
	#block-views-blog-block-3 .views-row:nth-child(even) {margin-left: 0 ;margin-right : 0 ;margin-bottom: 20px ;}
	#block-views-blog-block-3 .views-row.views-row-last {display: block ;}
  #activ-page-5 .classroom-text {
      left: -5px;
      top: 215px;
    }
.level-4-wrapper{
  margin-top: 350px;
}
.level-4-wrapper{
  width: 60%;
}
.act6 {
    margin-bottom: 50px;
    float: left;
    width: 100%;
    height: 47vh;
}
.classroom-image{
  width: 100%;
}
.level-4-wrapper{
  margin-top: 200px;
}
.global-list .views-element-container{
  display: inherit;
}
activities-page h1.span-line-num {
    font-size: 24px;
    line-height: 33px;
}
.activities-page h1.span-line-num .fa-classroom-o:before,
.activities-page h1.span-line-num .fa-hweek-o:before,
.activities-page h1.span-line-num .fa-humanp:before,
.activities-page h1.span-line-num .fa-trainings-o:before{
  top: 0px;
}
.program-tracks .col-md-2, .tracks-intro .col-md-2{
  width: 12%;
  float: right;
}
.table-track, #prg-page-4 .col-sm-7{
  width: 95% !important;
}
.tracks-intro .bg-gray table tr td {
    margin-bottom: 10px;
    width: 90% !important;
    float: left;
    padding-left: 50px !important;
    padding-right: 0px !important;
}
.tracks-intro .bg-gray table tr td:nth-child(1):before {
    left: 0;
    line-height: 60px;
}
.tracks-intro .bg-gray table tr td:nth-child(2):before {
    left: 0;
    line-height: 60px;
}
.camp-list {
    width: 92%;
    max-width: 92%;
    min-height: auto;
    margin-bottom: 40px;
  }
  .camp-more {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
}
  .camp-all:before {
    left: 87.5%;
}
.camp-all:after {
    left: 87.5%;
}
.apply-banner .views-field-nothing .apply-desc-t{
  font-size: 45px;
}
}
@media (max-width: 550px) {
	.page-blog #block-views-blog-block-2 .owl-nav{bottom:37px ;}
	.page-blog #block-views-blog-block-2 .blog_info .blog_info_sub_container{padding: 1px 30px 20px 30px ;}
	.page-blog .blog_author_info{display: inline-block ;}
	.page-blog #block-views-blog-block-2 .read_more {width: 100% ;text-align: right ;margin-top: 14px ;}
  .master-fold4-title1{font-size: 30px;}
  .master-fold4-title2{font-size: 14px;}
  #master-page-4 .masters-fold4-b2 .views-field-nothing .col-md-6{padding: 30px;}
  .act6{
    height: 55vh;
  }
.part-orga .views-row:nth-child(odd) .views-field-field-university-cover:after{
  left: 20px !important;
}
.part-orga .views-row:nth-child(even) .views-field-field-university-cover:after{
  left: 20px !important;
}
h1.span-line-num .master-sdesc {
    font-size: 33px;
    line-height: 42px;
  }
#partner-organisations{
  line-height: 38px;
}
#partner-organisations:before{
  top: -10px;
}
.part-orga .university-arab .views-row:nth-child(even) .views-field-field-partner-organisations-desc{
  position: inherit;
  float: left;
  width: 80%;
}
.part-orga .university-arab .views-row:nth-child(odd) .views-field-field-partner-organisations-desc{
  position: inherit;
  float: left;
  width: 80%;
}
.part-orga .university-arab .views-row{
  margin-bottom: 150px;
}
.apply-banner .views-field-nothing .apply-desc-p {
    font-size: 17px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (max-width: 450px) {
	.page-masters-papers .views-row {width: 100% ;margin-right: 0% ;}
	.page-masters-papers .views-row .views-field-field-title-description * {font-size: 25px ;line-height: 32px ;}
	.page-masters-papers .views-row .views-field-field-lecture-pdf {padding: 30px 15px 15px ;}

	.partners_footer .col-md-3.col-sm-4 {width: 35% ;padding: 0 5% ;}
	.partners_footer .col-md-3.col-sm-4 a {display: inline-block;width: 100%;height: auto;}
	.partners_footer .col-md-3.col-sm-4 img {width: 100% ;height: auto ;max-height: unset ;}

	.blog_info_text{padding-left: 0;}
	.page-blog .view-content .info_blog h1.span-line-num span{margin-left: 0;}
  .activities-page h1.span-line-num {
    font-size: 26px;
    line-height: 36px;
  }
  .activities-page h1.span-line-num .fa-hand-stop-o:before{
    top: 0px;
  }
  .prog-learn-more{
    margin-top: 0px;
  }
  .act-det-page .views-field-field-display-title{
    font-size: 25px;
    line-height: 32px;
  }
  #prg-page-1 .prog-desc h1 {
    font-size: 35px;
    line-height: 39px;
    width: auto;
  }
  .act6{
    height: 75vh;
  }
  .back-conf{
    font-size: 15px;
  }
  #activ-page-8 .fixed-reasearch-block{
    right: 10px;
  }
  #activ-page-8 .field-img-visits{
    margin-top: 40px;
  }
#activ-page-4 .webinar-points{
  bottom: -150px;
}
.global-campus h2 {
    font-size: 31px;
    line-height: 33px;
}


.level-4::before{
  width: 40px;
}
#activ-page-5 .rectangle{
  margin-left: -20px !important;
}
.level-4-wrapper{
  width: 68%;
}
.level-4-wrapper{
  margin-left: 10%;
}
.table-track table tr td:nth-child(1) {
    font-size: 14px;
    line-height: 28px;
  }
  .table-track table tr td:nth-child(2) {
    color: #FC603D;
    font-size: 12px !important;
    line-height: 18px;
  }
  .table-track h4{
    font-size: 20px;
  }
  .program-tracks .bg-gray h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .table-track h2 {
    font-size: 40px;
    line-height: 55px;
}
#prg-page-4 .title-desc {
    font-size: 16px;
    line-height: 22px;
  }
  #prg-page-4 .credit-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .camp-all:before {
    left: 87% !important;
}
.camp-all:after {
    left: 87% !important;
}
#partner-organisations {
    line-height: 38px;
}

#full-page-4 .col-blocks-3 {
    flex: 92%;
    max-width: 92%;
  }

}
@media (max-width: 400px) {
.camp-all:before {
    left: 86% !important;
}
.camp-all:after {
    left: 86% !important;
}
h1.span-line-num .master-sdesc{
  font-size: 29px !important;
}
#associate-partners-logo .col-md-3,
#partners-logo .col-md-3,
.partners_footer .row_footer .views-element-container > div{
  width: 48% !important;
}
  #full-page-4 .col-blocks-3 {
    flex: 90%;
    max-width: 90%;
  }
  .page-masters-papers .views-row {
    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
}
#full-page-3 .col-md-7{
  padding-left: 0px;
  padding-right: 0px;
}
#full-page-3 .col-md-7{
  position: relative;
}
#full-page-4 h3 {
    padding: 0px !important;
}
#full-page-4 .col-blocks-3:nth-child(even) .master-num {
    font-size: 55px;
    line-height: 86px;
  }
  #full-page-4 .col-blocks-3 .master-title {
    font-size: 15px;
    line-height: 21px;
    margin-left: 5px;
  }
  #full-page-4 .btn-und-or{
    margin-left: 5px;
  }
  #full-page-5 .program-list{
    padding-left: 20px;
  }
  .activity-title{
    font-size: 16px;
  }
  #full-page-1 .home-slide-1-overlay{
    width: 80%;
  }
}

@media (max-width: 350px) {
#activ-page-8 .field-img-visits{
  margin-top: 80px;
}

}

.captcha legend, .captcha .fieldset-wrapper .fieldset-description{display: none;}
.captcha .fieldset-wrapper .form-item{margin: 0;}
.captcha .fieldset-wrapper .form-item label{display: block;}


.form_reset_pass .form-item-name input.error {color: #000 !important;}

#drupal-modal .messages.messages--status {padding: 0;position: unset;border: 0;text-align: center;background-color: transparent;color: #5C5C5B;margin: 0;}
#drupal-modal .messages__icon {display: none;}
.custom_message .title {font-size: 35px;color: #5C5C5B;line-height: 38px !important;padding-bottom: 30px;}
.email_image_icon {width: 104px;height: 53px;display: inline-block;background: url('../images/email_icon.png') no-repeat 0 0;background-size: 100% auto;vertical-align: top;}
.email_info_description {padding-top: 30px;font-size: 13px;}
#drupal-modal .messages.messages--error {padding: 10px 15px;margin: 15px 0;}
#drupal-modal .back_button a{text-decoration: none;color: #ffffff;}
#drupal-modal .messages--status ul.messages__list{padding: 0;}
#drupal-modal .messages--status ul.messages__list li.messages__item {list-style: none;}
#drupal-modal .messages--status ul.messages__list li.messages__item:last-child {display: none;}
#drupal-modal .messages--status ul.messages__list li.messages__item:first-child {display: block !important;}




