/*** COLORS 
============================================ ***/
/* white */
/* bg grey */
/* main green */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/*  */
/* */
/* */
/* */
/* */
/* */
/* */
/*** TEXTS STYLES 
============================================ ***/
/*- 110px */
/*- 60px */
/*- 45px */
/*- 38px */
/*- 30px */
/*- 20px */
/*- 16px */
/*- 14px */
/*- 12px */
/*** INIT CONFIG 
============================================ ***/
body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000; }

::selection {
  background: #009540;
  color: #ffffff; }

::-moz-selection {
  background: #009540;
  color: #ffffff; }

a, button {
  color: #000;
  outline: none !important; }
  a:hover, button:hover {
    color: #009540;
    text-decoration: none; }

/*** COMMON MIXINS 
============================================ ***/
/*** WHITE SPACE 
============================================ ***/
.white-space-90 {
  padding-top: 90px;
  display: block;
  clear: both; }

.white-space-60 {
  padding-top: 60px;
  display: block;
  clear: both; }

.white-space-45 {
  padding-top: 45px;
  display: block;
  clear: both; }

.white-space-30 {
  padding-top: 30px;
  display: block;
  clear: both; }

.white-space-20 {
  padding-top: 20px;
  display: block;
  clear: both; }

.white-space-15 {
  padding-top: 15px;
  display: block;
  clear: both; }

.white-space-10 {
  padding-top: 10px;
  display: block;
  clear: both; }

.white-space-5 {
  padding-top: 5px;
  display: block;
  clear: both; }

/*** LIMITS 
============================================ ***/
.is-limited-300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-350 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.is-limited-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

/*** COLORS CLASSES
============================================ ***/
.text-color-1 {
  color: #ffffff; }

.text-color-2 {
  color: #e6e6e6; }

.text-color-3 {
  color: #009540; }

.text-color-4 {
  color: #000; }

.text-color-5 {
  color: #000; }

.text-color-6 {
  color: #000; }

.text-color-7 {
  color: #000; }

.text-color-8 {
  color: #000; }

.text-color-9 {
  color: #000; }

.text-color-10 {
  color: #000; }

.text-color-11 {
  color: #000; }

.background-color-1 {
  background-color: #ffffff; }

.background-color-2 {
  background-color: #e6e6e6; }

.background-color-3 {
  background-color: #009540; }

.background-color-4 {
  background-color: #000; }

.background-color-5 {
  background-color: #000; }

.background-color-6 {
  background-color: #000; }

.background-color-7 {
  background-color: #000; }

.background-color-8 {
  background-color: #000; }

/*** TEXTS CLASSES
============================================ ***/
.text-huge {
  font-size: 7.375rem; }

.text-extra {
  font-size: 3.75rem; }

.text-title-big {
  font-size: 2.813rem; }

.text-title {
  font-size: 2.375rem; }

.text-slogan {
  font-size: 1.25rem; }

.text-subtitle {
  font-size: 1.875rem; }

.text-default {
  font-size: 1rem; }

.text-note {
  font-size: 0.875rem; }

.text-tip {
  font-size: 0.75rem; }

.text-extralight {
  font-weight: 200; }

.text-light {
  font-weight: 300;
  color: inherit !important; }

.text-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-extrabold {
  font-weight: 800; }

.text-black {
  font-weight: 900; }

/*** FOOTER ALWAYS BOTTOM 
============================================ ***/
/*** MAIN WRAPPER
============================================ ***/
.container-main {
  overflow: hidden;
  position: relative;
  min-height: 50vh; }

/*** TEXT LINKS 
============================================ ***/
.text-link:not([data-toggle="tooltip"]) {
  text-decoration: none;
  display: inline-block; }
  .text-link:not([data-toggle="tooltip"]):hover, .text-link:not([data-toggle="tooltip"]):active, .text-link:not([data-toggle="tooltip"]):focus {
    text-decoration: none; }
  .text-link:not([data-toggle="tooltip"]).text-color-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-1:hover, .text-link:not([data-toggle="tooltip"]).text-color-1:active, .text-link:not([data-toggle="tooltip"]).text-color-1:focus {
      color: #ffffff; }
  .text-link:not([data-toggle="tooltip"]).text-color-2 {
    border-bottom: 1px solid rgba(230, 230, 230, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-2:hover, .text-link:not([data-toggle="tooltip"]).text-color-2:active, .text-link:not([data-toggle="tooltip"]).text-color-2:focus {
      color: #e6e6e6; }
  .text-link:not([data-toggle="tooltip"]).text-color-3 {
    border-bottom: 1px solid rgba(0, 149, 64, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-3:hover, .text-link:not([data-toggle="tooltip"]).text-color-3:active, .text-link:not([data-toggle="tooltip"]).text-color-3:focus {
      color: #009540; }
  .text-link:not([data-toggle="tooltip"]).text-color-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-4:hover, .text-link:not([data-toggle="tooltip"]).text-color-4:active, .text-link:not([data-toggle="tooltip"]).text-color-4:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-5:hover, .text-link:not([data-toggle="tooltip"]).text-color-5:active, .text-link:not([data-toggle="tooltip"]).text-color-5:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-6:hover, .text-link:not([data-toggle="tooltip"]).text-color-6:active, .text-link:not([data-toggle="tooltip"]).text-color-6:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-7 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-7:hover, .text-link:not([data-toggle="tooltip"]).text-color-7:active, .text-link:not([data-toggle="tooltip"]).text-color-7:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-9 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-9:hover, .text-link:not([data-toggle="tooltip"]).text-color-9:active, .text-link:not([data-toggle="tooltip"]).text-color-9:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-10 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-10:hover, .text-link:not([data-toggle="tooltip"]).text-color-10:active, .text-link:not([data-toggle="tooltip"]).text-color-10:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-11 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-11:hover, .text-link:not([data-toggle="tooltip"]).text-color-11:active, .text-link:not([data-toggle="tooltip"]).text-color-11:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-12 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-12:hover, .text-link:not([data-toggle="tooltip"]).text-color-12:active, .text-link:not([data-toggle="tooltip"]).text-color-12:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-13 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-13:hover, .text-link:not([data-toggle="tooltip"]).text-color-13:active, .text-link:not([data-toggle="tooltip"]).text-color-13:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-14 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-14:hover, .text-link:not([data-toggle="tooltip"]).text-color-14:active, .text-link:not([data-toggle="tooltip"]).text-color-14:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-15 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-15:hover, .text-link:not([data-toggle="tooltip"]).text-color-15:active, .text-link:not([data-toggle="tooltip"]).text-color-15:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-16 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-16:hover, .text-link:not([data-toggle="tooltip"]).text-color-16:active, .text-link:not([data-toggle="tooltip"]).text-color-16:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-17 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-17:hover, .text-link:not([data-toggle="tooltip"]).text-color-17:active, .text-link:not([data-toggle="tooltip"]).text-color-17:focus {
      color: #000; }
  .text-link:not([data-toggle="tooltip"]).text-color-18 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .text-link:not([data-toggle="tooltip"]).text-color-18:hover, .text-link:not([data-toggle="tooltip"]).text-color-18:active, .text-link:not([data-toggle="tooltip"]).text-color-18:focus {
      color: #000; }

/*** BOOTSTRAPS 
============================================ ***/
/*** START Navbar ***/
.navbar .navbar-toggler {
  padding: 1rem 0; }
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out; }
    .navbar .navbar-toggler .navbar-toggler-icon .toggler-line {
      background-color: #ffffff;
      width: 100%;
      height: 2px; }
    .navbar .navbar-toggler .navbar-toggler-icon .toggler-line.half {
      width: 50%; }
    .navbar .navbar-toggler .navbar-toggler-icon .toggler-line.start {
      transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: right; }
    .navbar .navbar-toggler .navbar-toggler-icon .toggler-line.end {
      align-self: flex-end;
      transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: left; }
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(-45deg); }
    .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon .toggler-line.start {
      transform: rotate(-90deg) translateX(2px); }
    .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon .toggler-line.end {
      transform: rotate(-90deg) translateX(-2px); }
.navbar .dropdown-toggle::after {
  width: 10px;
  height: 10px;
  border: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-left: 10px;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(45deg) translate(10%, 50%);
  -moz-transform: rotate(45deg) translate(10%, 50%);
  -ms-transform: rotate(45deg) translate(10%, 50%);
  transform: rotate(45deg) translate(10%, 50%); }
.navbar .dropdown-menu {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
  -webkit-transition: all 100ms ease-in-out 0ms;
  -moz-transition: all 100ms ease-in-out 0ms;
  -ms-transition: all 100ms ease-in-out 0ms;
  -o-transition: all 100ms ease-in-out 0ms;
  transition: all 100ms ease-in-out 0ms;
  border: 1px solid #000;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 9; }
  .navbar .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    margin-top: 0px; }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 1; }
    .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:active, .navbar .dropdown-menu .dropdown-item:focus {
      background-color: transparent;
      color: #000; }

/*** END Navbar ***/
/*** START Custom Rows ***/
.row-zero-padding {
  margin-left: 0px;
  margin-right: 0px; }
  .row-zero-padding > div {
    padding-left: 0px;
    padding-right: 0px; }

.row-small-padding {
  margin-left: -5px;
  margin-right: -5px; }
  .row-small-padding > div {
    padding-left: 5px;
    padding-right: 5px; }

.row-medium-padding {
  margin-left: -10px;
  margin-right: -10px; }
  .row-medium-padding > div {
    padding-left: 10px;
    padding-right: 10px; }

.row-large-padding {
  margin-left: -30px;
  margin-right: -30px; }
  .row-large-padding > div {
    padding-left: 30px;
    padding-right: 30px; }

/*** END Custom Rows ***/
/*** DATEPICKER  
============================================ ***/
.datepicker {
  background-color: #ffffff;
  padding: 15px !important;
  box-shadow: -3px 3px 2px 0 rgba(0, 149, 64, 0.6);
  color: #000;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px !important;
  border: none !important;
  z-index: 5 !important; }
  .datepicker th {
    color: #009540;
    font-weight: 500; }
  .datepicker table tr td {
    border-radius: 0px !important;
    font-weight: 500; }
  .datepicker table tr td.today {
    color: #000 !important;
    background-color: rgba(0, 149, 64, 0.2) !important;
    border: none !important; }
  .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #ffffff !important;
    background-color: #009540 !important;
    border: none !important; }

/*** MODALS  
============================================ ***/
.modal {
  padding-right: 0px !important;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  display: block !important;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms; }
  .modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0px; }
    .modal .modal-dialog .modal-content {
      height: 100%;
      border-radius: 0px;
      border: none;
      background-color: #000;
      color: #ffffff; }
      .modal .modal-dialog .modal-content .modal-body {
        font-weight: 500; }
        .modal .modal-dialog .modal-content .modal-body ul {
          text-align: left; }
      .modal .modal-dialog .modal-content .modal-header {
        border-bottom: none; }
      .modal .modal-dialog .modal-content .modal-footer {
        border-top: none; }
      .modal .modal-dialog .modal-content .close {
        text-shadow: none;
        font-weight: 100;
        color: #ffffff;
        opacity: 1;
        font-size: 1rem;
        padding: 1rem 2rem; }
  .modal.show {
    opacity: 1;
    visibility: visible; }
    .modal.show .modal-content {
      height: 100% !important; }

.modal-backdrop {
  background-color: #ffffff; }

.modal-open {
  overflow: auto;
  padding-right: 0px !important; }

/*** FORM ELEMENTS  
============================================ ***/
/*** SLICK (CAROUSEL)
============================================ ***/
.slick-slide {
  outline: none !important; }

/*** TEST RIBBON WRAPPER  
============================================ ***/
.test-label {
  background-color: #009540;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  position: fixed;
  top: 40px;
  z-index: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .test-label.is-left {
    left: -60px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .test-label.is-right {
    right: -60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.test-label span {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 100%;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 1px 0;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }

/*** START Main Wrappers  
============================================ ***/
body {
  background-color: #ffffff;
  background-image: url(../images/bg-top.png), url(../images/bg-right.png), url(../images/bg-right-bottom.png), url(../images/bg-bottom.png), url(../images/bg-left.png);
  background-repeat: no-repeat;
  background-position: top left 70%, right -60px top 50px, right bottom, bottom center, left -50px center; }

/*** END Main Wrappers  
============================================ ***/
/*** START Landing Image Container 
============================================ ***/
.image-container {
  border: 1px solid #009540;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.14);
  position: relative; }
  .image-container img {
    min-width: 100%; }
  .image-container .image-label {
    display: block;
    background-color: #009540;
    color: #ffffff; }
    .image-container .image-label > strong {
      display: block;
      font-weight: 900;
      font-size: 1.25rem; }
    .image-container .image-label > span {
      display: block;
      font-weight: 400;
      font-size: 0.875rem; }
  .image-container::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #009540 transparent transparent transparent;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

/*** END Landing Image Container 
============================================ ***/
/*** START Landing Link Container 
============================================ ***/
.link-container {
  display: block;
  background-color: #ffffff;
  border: 1px solid #009540;
  margin-top: 20px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.14); }
  .link-container .link-icon {
    display: inline-block;
    border: 1px solid #009540; }
    .link-container .link-icon > img {
      width: 65px; }
  .link-container .link-text {
    text-transform: uppercase;
    text-align: right;
    font-size: 1.25rem;
    font-weight: 900;
    color: #009540;
    line-height: 1; }
  .link-container .link-arrow {
    display: block;
    background-color: #009540;
    height: 100%;
    position: relative; }
    .link-container .link-arrow::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      top: 50%;
      left: 50%;
      -webkit-transform: rotate(45deg) translate(-25px, 0px);
      -moz-transform: rotate(45deg) translate(-25px, 0px);
      -ms-transform: rotate(45deg) translate(-25px, 0px);
      transform: rotate(45deg) translate(-25px, 0px); }

/*** END Landing Link Container 
============================================ ***/
/*** START Landing Login Section
============================================ ***/
.login-hr {
  background-color: #009540;
  height: 15px;
  position: relative;
  margin-top: 4rem; }
  .login-hr::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #009540 transparent transparent transparent;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

/*** END Landing Login Section
============================================ ***/
.box-application {
  background: #ffffff;
  border-bottom: 1px solid #009540; }

.application-desc { }
  .application-desc h4 {
    font-size: 1rem;
    text-transform: uppercase; }

/*** START Topbar  
============================================ ***/
/*** END Topbar  
============================================ ***/
/*** START Main Menu  
============================================ ***/
/*** END Main Menu  
============================================ ***/
/*** START Slider
============================================ ***/
/*** END Main Menu  
============================================ ***/
/*** START Header
============================================ ***/
/*** END Header
============================================ ***/
/*** START Contents ***/
.form-control {
  border-radius: 0px;
  border: 1px solid #009540;
  background-color: #ffffff; }
  .form-control:focus {
    box-shadow: none;
    border-color: #009540; }
  .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-weight: 900 !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase !important; }
  .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-weight: 900 !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase !important; }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-weight: 900 !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase !important; }
  .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-weight: 900 !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase !important; }

.btn-primary {
  border-radius: 0px;
  background-color: #009540;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  border-color: #009540;
  padding: 15px 45px; }
  .btn-primary:hover {
    background-color: #ffffff;
    color: #009540;
    border-color: #009540; }

/*** END Contents ***/
/*** START Specific Texts ***/
/*** END Specific Texts ***/
/*** START Footer ***/
html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 0px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px; }

/*** END Footer ***/
