/*#region Mixins*/
/*#endregion*/
/*#region Common Styles*/
.pageBody {
  margin-top: 45px; }

.backBtn {
  margin-top: 20px; }
  .backBtn a {
    background: #99b024;
    color: #f9f9f9 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 6px 20px;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    border: 1px solid #99b024;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 44px;
    line-height: 30px; }
    .backBtn a:hover {
      background: #f9f9f9;
      color: #99b024 !important;
      border: 1px solid #99b024; }

.pageNotFound {
  padding: 140px 0;
  text-align: center; }
  .pageNotFound h2 {
    margin-bottom: 50px; }
  .pageNotFound a {
    background: #99b024;
    color: #f9f9f9 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 6px 20px;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    border: 1px solid #99b024;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 44px;
    line-height: 30px; }
    .pageNotFound a:hover {
      background: #f9f9f9;
      color: #99b024 !important;
      border: 1px solid #99b024; }

body {
  /*position: fixed;*/
  /*display: none;*/ }

.preLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 10; }
  .preLoader .content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -14%);
    -webkit-transform: translate(-50%, -14%);
    -o-transform: translate(-50%, -14%);
    -ms-transform: translate(-50%, -14%);
    transform: translate(-50%, -14%); }
    .preLoader .content h2 {
      font-size: 52px;
      color: #99b024;
      font-weight: 700;
      margin-bottom: 30px;
      position: absolute;
      width: 100%;
      text-align: center; }
    .preLoader .content .loader {
      margin-top: 110px; }
      .preLoader .content .loader .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px; }
      .preLoader .content .loader .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #99b024;
        animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preLoader .content .loader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        animation: lds-ellipsis1 0.6s infinite; }
      .preLoader .content .loader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        animation: lds-ellipsis2 0.6s infinite; }
      .preLoader .content .loader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        animation: lds-ellipsis2 0.6s infinite; }
      .preLoader .content .loader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        animation: lds-ellipsis3 0.6s infinite; }
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.searchFilter .filterControl {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }
  .searchFilter .filterControl:first-child {
    margin-right: 0px; }
.searchFilter label {
  color: #f9f9f9;
  font-size: 18px;
  font-weight: bold; }
.searchFilter input[type="submit"] {
  background: #99b024;
  color: #f9f9f9 !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 20px;
  min-width: 120px;
  text-align: center;
  display: inline-block;
  border: 1px solid #99b024;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 44px;
  line-height: 30px;
  box-sizing: border-box;
  height: 45px; }
  .searchFilter input[type="submit"]:hover {
    background: #f9f9f9;
    color: #99b024 !important;
    border: 1px solid #99b024; }

.viewAll {
  min-width: unset; }

.dropdown {
  width: unset; }
  .dropdown .dk-selected {
    display: block;
    color: #f9f9f9;
    border: 1px solid #f9f9f9;
    background: none;
    line-height: 45px;
    position: relative;
    width: 330px;
    height: 45px;
    padding-right: 10px;
    padding-left: 40px; }
    .dropdown .dk-selected:before {
      content: none; }
    .dropdown .dk-selected:after {
      content: '';
      display: block;
      margin: 0;
      padding: 0;
      height: 10px;
      width: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 15px;
      right: unset;
      bottom: unset;
      background-image: url("../images/sprite.png");
      background-position: -240px 0px;
      border: none; }
      @media all and (max-width: 1024px) {
        .dropdown .dk-selected:after {
          background-image: url("../images/sprite@2x.png");
          background-position: -240px 0px;
          background-size: 500px; } }
  .dropdown ul.dk-select-options {
    background-color: #f9f9f9;
    border-radius: unset;
    border: 1px solid #39424a; }
    .dropdown ul.dk-select-options li {
      color: #39424a;
      background: none; }
      .dropdown ul.dk-select-options li:hover {
        color: #f9f9f9;
        background-color: #99b024; }

/*#endregion*/
/*#region About*/
.whiteSection {
  padding: 45px 0; }
  .whiteSection h3 {
    color: #99b024;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    line-height: 36px;
    margin-bottom: 0; }

.greySection {
  background-color: #327025;
  padding: 45px 0px; }
  .greySection .contentText {
    color: #f9f9f9; }

/*#endregion*/
/*#region Members*/
.members {
  padding: 45px 0;
  background: #f9f9f9; }
  .members h3 {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 60px; }
  .members ul.row li {
    margin-bottom: 55px; }
  .members + .members {
    background: #f9f9f9; }
  .members.presidentMember ul.row li {
    margin-bottom: 0; }

.member {
  text-align: center; }
  .member .memberImage {
    width: 205px;
    /*height: 205px;*/
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto; }
  .member .memberName {
    font-size: 18px; }
  .member .memberTitle {
    color: #39424a;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  .member .memberContactInfoHolder {
    text-align: center; }
  .member .memberContactInfo {
    display: inline-block;
    text-align: right; }
  .member .memberPhone {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    position: relative;
    color: #39424a;
    margin-bottom: 5px; }
    .member .memberPhone a {
      line-height: 22px;
      vertical-align: middle;
      display: block;
      direction: ltr; }
      .member .memberPhone a:hover {
        text-decoration: underline; }
      .member .memberPhone a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 22px;
        width: 22px;
        margin-left: 5px;
        background-image: url("../images/sprite.png");
        background-position: -102px -25px; }
        @media all and (max-width: 1024px) {
          .member .memberPhone a:after {
            background-image: url("../images/sprite@2x.png");
            background-position: -102px -25px;
            background-size: 500px; } }
    .member .memberPhone .phoneNumber {
      direction: ltr; }
  .member .memberEmail {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle; }
    .member .memberEmail a {
      line-height: 22px;
      color: #99b024;
      text-decoration: underline;
      display: block; }
      .member .memberEmail a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 22px;
        width: 22px;
        margin-left: 5px;
        background-image: url("../images/sprite.png");
        background-position: -130px -25px; }
        @media all and (max-width: 1024px) {
          .member .memberEmail a:before {
            background-image: url("../images/sprite@2x.png");
            background-position: -130px -25px;
            background-size: 500px; } }
      .member .memberEmail a:hover {
        text-decoration: none; }

/*#endregion*/
/*#region Statement*/
.statementPage {
  padding: 45px 0; }
  .statementPage .statementHolder {
    margin-bottom: 104px; }
    .statementPage .statementHolder .president {
      text-align: center;
      width: 265px; }
      .statementPage .statementHolder .president img {
        display: block;
        width: 100%;
        border-radius: 100%; }
      .statementPage .statementHolder .president .name {
        font-size: 18px; }
      .statementPage .statementHolder .president .title {
        color: #39424a;
        font-size: 14px;
        font-weight: bold; }
    .statementPage .statementHolder .statementText {
      padding-right: 45px; }
      .statementPage .statementHolder .statementText .contentText {
        position: relative;
        padding-right: 15px; }
        .statementPage .statementHolder .statementText .contentText .beginQuote:before {
          content: '';
          display: inline-block;
          width: 18px;
          height: 15px;
          position: absolute;
          right: -10px;
          background-image: url("../images/sprite.png");
          background-position: -220px 0px; }
          @media all and (max-width: 1024px) {
            .statementPage .statementHolder .statementText .contentText .beginQuote:before {
              background-image: url("../images/sprite@2x.png");
              background-position: -220px 0px;
              background-size: 500px; } }
        .statementPage .statementHolder .statementText .contentText .endQuote:before {
          content: '';
          display: inline-block;
          width: 18px;
          height: 15px;
          position: relative;
          top: 8px;
          right: 28px;
          background-image: url("../images/sprite.png");
          background-position: -220px 0px; }
          @media all and (max-width: 1024px) {
            .statementPage .statementHolder .statementText .contentText .endQuote:before {
              background-image: url("../images/sprite@2x.png");
              background-position: -220px 0px;
              background-size: 500px; } }

/*#endregion*/
/*#region History*/
.wideImage {
  /* No styles apply yet */ }

/*#endregion*/
/*#region Documents*/
.documentsListing {
  padding: 45px 0; }
  .documentsListing li:last-child {
    margin-bottom: 0px; }
  .documentsListing .blockBody {
    padding: 0; }
  .documentsListing .listingItem.op1v5 {
    border: 1px solid #39424a;
    padding: 25px 20px;
    padding-left: 150px; }
    .documentsListing .listingItem.op1v5 * {
      vertical-align: middle; }
    .documentsListing .listingItem.op1v5 h3.listingTitle {
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: right;
      margin: 0px; }
    .documentsListing .listingItem.op1v5 .listingIcon {
      font-size: 15px;
      color: #f9f9f9;
      background-color: #99b024;
      border: 1px solid #99b024;
      padding: 14px 15px;
      top: calc( 50% - 30px);
      /*transform: translateY(-50%);*/
      right: auto;
      left: 20px;
      width: 125px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .documentsListing .listingItem.op1v5 .listingIcon:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #99b024;
        background-color: #fff; }
        .documentsListing .listingItem.op1v5 .listingIcon:hover .downloadIcon i:before {
          background-image: url("../images/sprite.png");
          background-position: -214px -101px; }
          @media all and (max-width: 1024px) {
            .documentsListing .listingItem.op1v5 .listingIcon:hover .downloadIcon i:before {
              background-image: url("../images/sprite@2x.png");
              background-position: -214px -101px;
              background-size: 500px; } }
      .documentsListing .listingItem.op1v5 .listingIcon * {
        display: inline-block; }
      .documentsListing .listingItem.op1v5 .listingIcon .downloadSize {
        direction: ltr; }
      .documentsListing .listingItem.op1v5 .listingIcon .downloadIcon {
        width: 23px;
        height: 24px;
        float: left; }
        .documentsListing .listingItem.op1v5 .listingIcon .downloadIcon i:before {
          content: '';
          display: inline-block;
          width: 23px;
          height: 24px;
          background-image: url("../images/sprite.png");
          background-position: -156px -25px; }
          @media all and (max-width: 1024px) {
            .documentsListing .listingItem.op1v5 .listingIcon .downloadIcon i:before {
              background-image: url("../images/sprite@2x.png");
              background-position: -156px -25px;
              background-size: 500px; } }

/*#endregion*/
/*#region Places*/
.places {
  padding: 45px 0px; }
  .places .place {
    position: relative;
    color: #39424a;
    border: 1px solid #39424a; }
    .places .place > div {
      float: right; }
    .places .place .placeImage {
      width: 265px; }
    .places .place .placeInfo {
      width: 290px;
      padding: 28px 26px 28px 50px; }
      .places .place .placeInfo h4 {
        color: #39424a;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 13px; }
      .places .place .placeInfo h5 {
        color: #39424a;
        font-size: 18px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 18px; }
      .places .place .placeInfo .placeLocation {
        position: relative;
        font-size: 16px;
        padding-right: 27px;
        line-height: 28px; }
        .places .place .placeInfo .placeLocation:before {
          content: '';
          display: inline-block;
          height: 21px;
          width: 15px;
          position: absolute;
          top: 5px;
          right: 0px;
          background-image: url("../images/sprite.png");
          background-position: -184px -25px; }
          @media all and (max-width: 1024px) {
            .places .place .placeInfo .placeLocation:before {
              background-image: url("../images/sprite@2x.png");
              background-position: -184px -25px;
              background-size: 500px; } }
      .places .place .placeInfo .placePhone {
        position: relative;
        direction: ltr;
        font-size: 22px;
        font-weight: bold;
        padding-right: 27px; }
        .places .place .placeInfo .placePhone:after {
          content: '';
          display: inline-block;
          height: 15px;
          width: 15px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0px;
          background-image: url("../images/sprite.png");
          background-position: -203px -25px; }
          @media all and (max-width: 1024px) {
            .places .place .placeInfo .placePhone:after {
              background-image: url("../images/sprite@2x.png");
              background-position: -203px -25px;
              background-size: 500px; } }
      .places .place .placeInfo .placeMapLink {
        position: absolute;
        left: 28px;
        bottom: 22px; }
        .places .place .placeInfo .placeMapLink a {
          font-size: 14px;
          font-weight: bold;
          text-decoration: underline; }
          .places .place .placeInfo .placeMapLink a:hover {
            text-decoration: none; }

/*#endregion*/
/*#region Holidays*/
.holidaysPageTitle .blockTitle {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: right; }

.holidayInfo h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px; }
.holidayInfo h4 {
  display: inline-block;
  color: #39424a;
  font-size: 18px;
  font-weight: bold; }
.holidayInfo .holidayInfoSection {
  margin-bottom: 45px; }
.holidayInfo .holidaysTable {
  margin-bottom: 50px; }
  .holidayInfo .holidaysTable table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #39424a; }
    .holidayInfo .holidaysTable table th {
      display: table-cell;
      color: #f9f9f9;
      background-color: #39424a;
      font-weight: bold;
      vertical-align: middle;
      padding: 22px 20px; }
    .holidayInfo .holidaysTable table td {
      vertical-align: middle;
      padding: 22px 20px;
      border-left: 1px solid #39424a;
      border-bottom: 1px solid #39424a; }
      .holidayInfo .holidaysTable table td:first-child {
        /*padding-right: 0px;*/ }
      .holidayInfo .holidaysTable table td:last-child {
        vertical-align: top;
        border-left: none; }
      .holidayInfo .holidaysTable table td:before {
        display: none; }
    .holidayInfo .holidaysTable table .holiday {
      width: 300px; }
    .holidayInfo .holidaysTable table .date {
      width: 270px; }
    .holidayInfo .holidaysTable table .days {
      width: 175px; }

@media (max-width: 760px) {
  .holidayInfo .holidaysTable table {
    width: 100%; }
    .holidayInfo .holidaysTable table th {
      display: none; }
    .holidayInfo .holidaysTable table td {
      display: block;
      width: 100%;
      border: none; }
      .holidayInfo .holidaysTable table td:before {
        content: attr(data-th) ": ";
        display: inline-block;
        width: 100%;
        font-weight: bold; } }
/*#endregion*/
/*#region Contact*/
.contactInfoHolder {
  margin-bottom: 50px; }
  .contactInfoHolder h2 {
    margin-bottom: 60px;
    text-align: right; }
  .contactInfoHolder .col-md-4 {
    border-left: 1px solid #dcdcdc;
    height: 180px; }
    .contactInfoHolder .col-md-4:last-child {
      border-left: none; }
  .contactInfoHolder .contactInfo {
    text-align: center;
    padding: 0px 45px; }
    .contactInfoHolder .contactInfo .ltrContent {
      direction: ltr; }
    .contactInfoHolder .contactInfo .contactIcon {
      margin-bottom: 30px;
      height: 50px; }
      .contactInfoHolder .contactInfo .contactIcon i:before {
        content: '';
        display: inline-block;
        vertical-align: middle; }
      .contactInfoHolder .contactInfo .contactIcon.location i:before {
        height: 49px;
        width: 35px;
        background-image: url("../images/sprite.png");
        background-position: -110px -54px; }
        @media all and (max-width: 1024px) {
          .contactInfoHolder .contactInfo .contactIcon.location i:before {
            background-image: url("../images/sprite@2x.png");
            background-position: -110px -54px;
            background-size: 500px; } }
      .contactInfoHolder .contactInfo .contactIcon.phone + .contentText {
        direction: ltr; }
      .contactInfoHolder .contactInfo .contactIcon.phone i:before {
        height: 36px;
        width: 36px;
        background-image: url("../images/sprite.png");
        background-position: -197px -54px; }
        @media all and (max-width: 1024px) {
          .contactInfoHolder .contactInfo .contactIcon.phone i:before {
            background-image: url("../images/sprite@2x.png");
            background-position: -197px -54px;
            background-size: 500px; } }
      .contactInfoHolder .contactInfo .contactIcon.mobile i:before {
        height: 43px;
        width: 25px;
        background-image: url("../images/sprite.png");
        background-position: -159px -54px; }
        @media all and (max-width: 1024px) {
          .contactInfoHolder .contactInfo .contactIcon.mobile i:before {
            background-image: url("../images/sprite@2x.png");
            background-position: -159px -54px;
            background-size: 500px; } }
      .contactInfoHolder .contactInfo .contactIcon.email i:before {
        height: 20px;
        width: 28px;
        background-image: url("../images/sprite.png");
        background-position: -244px -54px; }
        @media all and (max-width: 1024px) {
          .contactInfoHolder .contactInfo .contactIcon.email i:before {
            background-image: url("../images/sprite@2x.png");
            background-position: -244px -54px;
            background-size: 500px; } }

.mapHolder h2 {
  margin-bottom: 20px;
  text-align: right; }
.mapHolder #map {
  height: 550px; }
.mapHolder .map {
  width: 100%;
  height: 435px;
  background-image: url("../images/map.jpg"); }

input[type=text].error, textarea.error {
  border: 1px solid red !important; }

.thanksMessage {
  display: none;
  text-align: center;
  color: #fff;
  font-size: 35px;
  top: calc(50% - 90px);
  left: 21%;
  position: absolute; }

.captchaAlertMessage {
  display: none; }

.alertMessage {
  display: none; }

.contactForms {
  position: relative;
  min-height: 650px; }
  .contactForms .alertSection {
    color: red;
    text-align: center;
    margin-bottom: 20px; }
  .contactForms .g-recaptcha {
    text-align: center;
    padding: 20px 0 0 0; }
    .contactForms .g-recaptcha div:first-child {
      width: 100% !important; }
  .contactForms .ajaxLoader {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0; }
    .contactForms .ajaxLoader:before {
      font-size: 55px;
      position: absolute;
      top: calc(50% - 28px);
      left: calc(50% - 28px); }
  .contactForms .tabsMain .tabsLinks {
    margin-bottom: 65px; }
    .contactForms .tabsMain .tabsLinks a {
      display: inline-block;
      margin-right: 40px;
      color: #5a6772;
      font-size: 26px;
      font-weight: bold; }
      .contactForms .tabsMain .tabsLinks a.active, .contactForms .tabsMain .tabsLinks a:hover {
        color: #f9f9f9;
        /*border-top: 3px solid $tertiary-color;*/ }
      .contactForms .tabsMain .tabsLinks a:first-child {
        margin-right: 0px; }
  .contactForms .contactForm {
    line-height: 20px;
    margin-bottom: 10px; }
    .contactForms .contactForm label {
      display: block;
      margin-bottom: 12px;
      color: #f9f9f9;
      font-size: 15px;
      font-weight: bold; }
    .contactForms .contactForm .formControl {
      margin-bottom: 20px; }
      .contactForms .contactForm .formControl:last-child {
        margin-bottom: 0; }
      .contactForms .contactForm .formControl input {
        color: #f9f9f9;
        font-size: 15px;
        background: none;
        border: 2px solid #5a6772;
        box-sizing: border-box;
        height: 48px;
        padding: 10px; }
    .contactForms .contactForm textarea {
      color: #f9f9f9;
      font-size: 15px;
      background: none;
      border: 2px solid #5a6772;
      display: block;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      height: 248px; }
  .contactForms .viewAll {
    background-color: transparent;
    border: 1px solid #fff; }
    .contactForms .viewAll:hover {
      border: 1px solid #ad0a0c; }

/*#endregion*/

/*# sourceMappingURL=msi.css.map */
