/*  sdar forms */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/*font*/
/* -------------- */
body.compensate-for-scrollbar {
	height: 100vh;
}
.staff-form-page .col-xs-12.flex-wrap {
  padding: 0px 0px 0px 0px; }

.staff-form-page .flex-wrap .col-xs-12 {
  padding: 0px 0px 0px 0px; }

.staff-form-page .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.staff-form-wrap {
    padding: 60px 0;
}
.staff-form-wrap .section-headline h2 {
    text-align: center;
}

@media (max-width: 991px) {
  body {
    overflow: scroll;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch; } }

body[data-page-name="staff-forms"] #ry-footer-top {
  display: none; }

@media only screen and (min-width: 992px) and (max-width: 1317px) {
  body[data-page-name="staff-forms"] .headwrp .menu-wrap ul li a {
    font-size: 12px; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body[data-page-name="staff-forms"] .ry-footer-wrapper .footer-wrapper h3 {
    text-align: left; } }

@media (max-width: 991px) {
  body[data-page-name="staff-forms"] .ry-footer-wrapper .footer-wrapper h3 {
    text-align: center; } }

@media (max-width: 991px) {
  body[data-page-name="staff-forms"] .ry-footer-blocks {
    text-align: center; } }

@media (max-width: 991px) {
  body[data-page-name="staff-forms"] .powered-by {
    text-align: center; } }

div.page-banner .ry-title h1 {
  text-transform: uppercase !important; }

.staff-form-page .subtitle-wrap {
  text-align: center;
  margin-bottom: 110px; }
  .staff-form-page .subtitle-wrap .title {
    font-size: 35px;
    color: #dd7a00;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-weight: 300; }
  .staff-form-page .subtitle-wrap .sub {
    color: #536475;
    font-size: 18px;
    font-family: 'Roboto', sans-serif; }

.staff-form-page .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .staff-form-page .flex-wrap .flex-item {
    width: 30%;
    margin-bottom: 85px;
    overflow: hidden;
  	background: #f7f7f7;}
    @media (max-width: 768px) {
      .staff-form-page .flex-wrap .flex-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
} }
    @media (max-width: 500px) {
      .staff-form-page .flex-wrap .flex-item {
        width: 100%; } }
    .staff-form-page .flex-wrap .flex-item:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .staff-form-page .flex-wrap .flex-item:hover .icon {
      -webkit-transform: translateX(-50%) rotate(30deg) !important;
              transform: translateX(-50%) rotate(30deg) !important; }
    .staff-form-page .flex-wrap .flex-item img {
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
    .staff-form-page .flex-wrap .flex-item .title-wrap {
		background: #f7f7f7;
		height: auto;
		padding: 50px 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .staff-form-page .flex-wrap .flex-item .title-wrap .span-1 {
        background: none;
        color: #e755c4;
        font-weight: 600;
        text-transform: capitalize !important;
        font-size: 25px;}
      .staff-form-page .flex-wrap .flex-item .title-wrap a {
        font-size: 15px;
        color: #333333;
        font-family: 'Roboto', sans-serif; }
      .staff-form-page .flex-wrap .flex-item .title-wrap .icon {
        position: absolute;
        max-width: 65px;
        top: -33px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease; }

.staff-form-page select {
  height: 35px;
  max-width: 180px;
  border-radius: 50px;
  margin: 0px auto;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  color: #333333; }

.staff-form-page .flex-wrap .flex-item .title-wrap > div, .staff-form-page .flex-wrap .flex-item .title-wrap > div div {
    text-align: center;
}
#staff-form {
  background: #e4e4e4;
  outline: 15px solid rgba(228, 228, 228, 0.1);
  text-align: center;
  width: 40%;
  padding: 70px 20px 80px; }
  @media (max-width: 991px) {
    #staff-form {
      width: 100%; } }
  #staff-form .modal-title {
    color: #dd7a00;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    text-align: center; }
    #staff-form .modal-title:before {
      content: "";
      background: url(../png/lock_ico.png);
      width: 60px;
      height: 60px;
      display: block;
      margin: 0 auto 30px; }
  #staff-form .sub {
    font-family: 'Montserrat', sans-serif;
    color: #536475;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;}
  #staff-form .input-wrap {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
    float: none; }
  #staff-form input[type="password"] {
    max-width: 280px;
    margin: 0 auto;
    height: 40px;
    border-radius: 0; 
      font-size: 24px;}
  #staff-form button {
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    right: 0;
    background: #00c4dd;
    color: #ffffff;
    border: 0; }
    #staff-form button.fancybox-close-small {
		background: none;
		color: #536475;
		display: none; }

.staff-form-page .flex-wrap .flex-item .title-wrap li, .staff-form-page .flex-wrap .flex-item .title-wrap li p {
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
}
@media (max-width: 620px) {
	.staff-form-page .flex-wrap .flex-item {
		width: 100%;
		/* margin-bottom: 30px; */
	}
	.staff-form-page .flex-wrap .flex-item .title-wrap .span-1 {
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	.staff-form-page .ry-container {
		max-width: 1280px;
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}