/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 399px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-position: 50% 100% !important;
	background-color:#000000;
}
#home-slider .slider-caption {
  width: 100%;
  padding: 37px 99px;
  text-align: left;
}
#home-slider .slider-caption h3 {
  color: #fff;
  font-size: 2.25em;
  font-family: 'myriadpro-regular';
  line-height: 45px;
}
#home-slider .slider-caption h3 strong {
  color: #339933;
  font-weight: 400;
  margin-bottom: 11px;
  display: inline-block;
}
#home-slider .slider-caption p {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 0.875em;
  line-height: 24px;
}
#home-slider .slider-caption a {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  color: #000;
  text-decoration: none;
  background-color: #ff9900;
  padding: 18px 32px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
  border-bottom: 4px solid #fdcb01;
}
#home-slider .slider-caption a:hover {
  background-color: #fdcb01;
  border-bottom: 4px solid #ff9900;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 360px;
    /*define the height of slide*/
  }

  .form .wpb_raw_code {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
    height: 332px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 0.875em;
}

.gallery-caption {
  font-size: 0.75em;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: center;
  /*aligning of submit button*/
}
.gform_footer input.button {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  color: #000;
  text-decoration: none;
  background-color: #ff9900;
  padding: 18px 32px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
  border-bottom: 4px solid #fdcb01;
}
.gform_footer input.button:hover {
  background-color: #fdcb01;
  border-bottom: 4px solid #ff9900;
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 0.6875em;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.5em;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 0.875em;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 0.75em;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #000;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
	font-weight: normal;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  overflow-x: hidden;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
	font-weight:normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
	font-weight:normal;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
	font-weight:normal;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
	font-weight:normal;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "Lato", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #124260;
	font-weight: normal;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

p {
  font-family: 'myriadpro-regular';
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
 
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #1a608b;
  display: block;
}

.capitalize h6 {
  text-transform: capitalize !important;
}

/* Search form */
#searchform {
  position: relative;
  padding: 5px 0 0 67px;
}

#s {
  padding-right: 75px;
  height: 42px;
  padding: 0 75px 0 17px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 1.3rem;
  cursor: pointer;
  background-color: transparent;
}
#searchsubmit:after {
  content: "";
  font-size: 1.25em;
  background-image: url(../images/U.png);
  background-size: cover;
  width: 18px;
  height: 19px;
  position: absolute;
  right: 17px;
  top: 15px;
}

.main-content {
  margin-bottom: 53px;
}

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'myriadpro-regular';
  src: url("../fonts/myriad-pro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro-regular.woff") format("woff"), url("../fonts/myriad-pro-regular.ttf") format("truetype"), url("../fonts/myriad-pro-regular.svg#myriad-pro-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.vc_section {
  margin: 0 !important;
  padding: 0 !important;
}
.vc_section .vc_row {
  max-width: 1230px;
  margin: 0 auto !important;
}

.row {
  max-width: 1230px;
}

input[type=search]:-moz-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
input[type=search]::-moz-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
input[type=search]:-ms-input-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
input[type=search]::-webkit-input-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.logo img {
  max-height: 150px;
}

.top-header {
  background-color: #4d4e53;
	font-weight: normal;
}
.top-header .row {
  max-width: 1200px;
}
.top-header .row .header-top-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.top-header .row .header-top-menu li {
  display: inline-block;
  line-height: 49px;
  padding-left: 35px;
}
.top-header .row .header-top-menu li a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
.top-header .row .header-top-menu li a:hover {
  text-decoration: underline;
}

.header-logo {
  border-bottom: 1px solid #b0b0b0;
}
.header-logo-social ul {
  margin: 0;
}
.header-logo-social ul li {
  display: inline-block;
  line-height: 88px !important;
  padding-left: 15px;
}
.header-logo-social ul li a {
  color: #a1b1bc;
}
.header-logo-social ul li a .fa-facebook:hover {
  color: #365899;
}
.header-logo-social ul li a .fa-twitter:hover {
  color: #1da1f2;
}
.header-logo-social ul .modal-frame {
  top: 50%;
  position: fixed;
  overflow: auto;
}
.header-logo .logo {
  padding-top: 10px;
}
.header-logo .row {
  max-width: 1200px;
}

.header-mainmenu .row {
  max-width: 1200px;
}

.color-block {
  height: 75px;
  background: linear-gradient(to bottom, #339933 51%, #98cb66 20%, #98cb66 80%, #fdb400 80%);
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 0.875em;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 0.875em;
}

.comment-metadata {
  color: #666;
	font-weight: normal;
}

.comment-content {
  font-size: 0.875em;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #ADADAD;
  color: #000;
}

.slick-prev, .slick-next {
  background-color: #3d9b35;
  width: 60px;
  height: 60px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #3d9b35;
	font-weight: normal;
}

.rates h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.125em;
  color: #005643;
  font-weight: 300;
  padding-top: 16px;
  margin-bottom: -6px;
}
.rates p {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #005643;
  font-weight: 400;
  margin-bottom: -15px;
}
.rates p a {
  font-family: 'myriadpro-regular';
  font-size: 1.125em;
  color: #005643;
 
}
.rates p a:hover {
  color: #ff9900;
}
.rates h1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.75em;
  color: #005643;
  font-weight: 600;
  margin-bottom: -1px;
  position: relative;
  cursor: context-menu;
  white-space: nowrap;
}
.rates h1 strong {
  font-size: 0.3125em;
  font-weight: 300;
  margin-left: 10px;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a608b;
}
.not-found .label:hover {
  background-color: #144869;
  color: #fff;
	font-weight: normal;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ------------------------------------
    Page Styles
------------------------------------- */
.page-title {
  color: #339933;
  font-size: 2.25em;
  font-weight: 800;
  margin: 25px 0 26px;
}
.page .main-content {
  margin-bottom: 46px;
}
.page .main-content p {
  color: #010101;
  font-size: 0.875em;
  line-height: 24px;
  margin-bottom: 24px;
}
.page .main-content h2 {
  margin-bottom: 45px;
  font-weight: 300;
}
.page .main-content a {
  color: #206020;
}
.page .main-content a:hover {
  color: #206020;
}
.page .main-content table tbody td {
  font-size: 0.875em;
  border: 1px solid #000;
  padding: 14px 0;
}
.page .main-content table thead tr:nth-child(1) {
  background-color: #66bc29;
}
.page .main-content table thead tr:nth-child(1) th {
  color: #fff;
  font-weight: 800;
  border: 1px solid #66bc29;
  padding: 13px 0;
}
.page .row {
  max-width: 1196px;
}
.page .black h1, .page .black h2, .page .black h3, .page .black h4, .page .black h5, .page .black h6 {
  font-weight: 800;
}
.page .normal h1, .page .normal h2, .page .normal h3, .page .normal h4, .page .normal h5, .page .normal h6 {
  font-weight: 400;
}
.page .light h1, .page .light h2, .page .light h3, .page .light h4, .page .light h5, .page .light h6 {
  font-weight: 300;
}
.page ul li {
  list-style: none;
  color: #000;
  font-family: 'myriadpro-regular', sans-serif;
  font-size: 0.875em;
  line-height: 29px;
}
.page .list-style-one ul li {
  position: relative;
}
.page .list-style-one ul li:before {
  content: '';
  background-color: #a1b1bc;
  position: absolute;
  left: -20px;
  top: .6em;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: block;
}
.page .list-style-two ul {
  margin-left: 37px;
  counter-reset: section;
}
.page .list-style-two ul li {
  position: relative;
  counter-reset: subsection;
}
.page .list-style-two ul li:before {
  position: absolute;
  counter-increment: section;
  
  left: -34px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  top: -3px;
  font-family: "Lato", sans-serif;
  color: #66bc29;
}
.page .list-style-three ul {
  margin-left: 46px;
}
.page .list-style-three ul li {
  position: relative;
}
.page .list-style-three ul li:before {
  position: absolute;
  left: -35px;
  top: -1px;
  content: '\f14a';
  font-family: FontAwesome;
  color: #66bc29;
  font-size: 1.1875em;
}
.page .no-marg p {
  margin-bottom: 12px;
}

.black h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.green {
  color: #339933;
	font-weight: normal;
}
.green h1 {
  margin-bottom: 14px;
}
.green h2 {
  margin-bottom: 19px !important;
}
.green h3 {
  margin-bottom: 21px;
}
.green h4 {
  margin-bottom: 22px;
}
.green h5 {
  margin-bottom: 23px;
}

.vc_tta-color-white .vc_tta-style-classic .vc_tta-tabs .vc_tta-panels {
  background-color: transparent !important;
	font-weight: normal;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
  border-color: #dbe6ea;
  background-color: #fff;
  border-radius: 0;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a {
  background-color: #dbe6ea;
  color: #000;
  font-family: 'myriadpro-regular', sans-serif;
  font-size: 0.875em;
  border-radius: 0;
  border-color: #dbe6ea;
  padding: 7px 35px;
}

.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background-color: #fff !important;
  border-color: #dbe6ea !important;
  border-radius: 0;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
  background-color: #fff;
  color: #66bc29;
  border-radius: 0;
  border: 1px solid #dbe6ea;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab > a {
  color: #000;
  font-family: 'myriadpro-regular', sans-serif;
  font-size: 0.875em;
  border: none;
  border-bottom: 1px solid #dbe6ea;
  padding-right: 95px;
}

.vc_tta.vc_general .vc_tta-panel-title {
  font-size: 1em;
  font-weight: 800;
}
.vc_tta.vc_general .vc_tta-panel-title a {
  color: #000 !important;
}

.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  background-color: #66bc29 !important;
	font-weight: normal;
}

.vc_tta .vc_tta-controls-icon {
  height: 29px !important;
  width: 29px !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #fff !important;
  width: 50%;
  margin: auto;
  height: 50%;
  top: 50%;
  transform: translateY(-8%);
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  background-color: #a1b1bc;
  left: 0 !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  -webkit-transform: translateX(-8%) !important;
  -ms-transform: translateX(-8%) !important;
  transform: translateX(-8%) !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  -webkit-transform: translateY(-17%) !important;
  -ms-transform: translateY(-17%) !important;
  transform: translateY(-17%) !important;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 9px 44px !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
  padding-left: 0 !important;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.modal-overlay.state-show {
  opacity: .7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
  position: fixed;
  cursor: pointer;
}

.modal-frame {
  position: fixed;
  top: 126px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  max-width: 772px;
  /*     display: table; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
}
.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.modal-inset {
  position: relative;
  padding: 70px 32px 54px;
  background-color: white;
  min-width: 320px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 9px;
  background-color: #b2b2b2;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.modal-inset .close:hover {
  opacity: 1;
}
.modal-inset .closed {
  background-color: #931B1B;
  color: #fff !important;
  border-radius: 5px;
  line-height: 50px;
  padding: 0 55px;
  margin-right: 29px;
  font-weight: 700;
}
.modal-inset .closed:hover {
  opacity: .7;
  color: #fff !important;
}
.modal-inset .opens {
  background-color: #295B2A;
  color: #fff !important;
  border-radius: 5px;
  line-height: 50px;
  padding: 0 55px;
  font-weight: 700;
}
.modal-inset .opens:hover {
  opacity: .7;
  color: #fff !important;
}

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.modal-body h3 {
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
  color: #2c3e50;
  text-align: center;
}
.modal-body p {
  padding-bottom: 20px;
  color: #000 !important;
  margin-bottom: 37px !important;
}
.modal-body .ps {
  font-size: 0.75em;
  opacity: .3;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
.accord .vc_tta-panel-body {
  padding-top: 3px !important;
  border: none !important;
}
.accord .vc_tta-panel {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9ea;
}
.accord .vc_tta-panel-heading {
  border: none !important;
}

.index-content {
  padding-top: 17px;
  margin-bottom: 86px !important;
}
.index-content .wpb_widgetised_column h2 {
  color: #339933;
  font-weight: 800;
  font-size: 2.25em;
  margin-bottom: 4px;
}
.index-content ul {
  margin: 0;
}
.index-content ul li {
  padding-left: 21px;
  line-height: 40px;
  border-top: 1px solid #e1e9ef;
}
.index-content ul li:nth-last-child(1) {
  border-bottom: 1px solid #e1e9ef;
}

.home-form {
  background-color: #ebebeb;
  padding: 12px 19px 0px 13px;
}
.home-form h2 {
  color: #2c3e50;
  font-weight: 300;
  margin-bottom: 20px;
}
.home-form p {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 0.875em;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.home-form input {
  border: none;
  width: 100%;
  height: 38px;
  padding-left: 21px;
}
.home-form input:-moz-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
.home-form input::-moz-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
.home-form input:-ms-input-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
.home-form input::-webkit-input-placeholder {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
}
.home-form input[type=submit] {
  background-color: #99cc66;
  border-radius: 5px;
  border-bottom: 2px solid #004f3e;
  cursor: pointer;
  height: 42px;
  font-size: 0.875em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.home-form input[type=submit]:hover {
  background-color: #339933;
}
.home-form ul {
  margin: 0;
}
.home-form ul .user {
  position: relative;
  margin-bottom: 26px;
}
.home-form ul .user:after {
  content: '';
  position: absolute;
  background-image: url(../images/user.png);
  width: 12px;
  height: 12px;
  background-size: cover;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.home-form ul .password {
  position: relative;
  margin-bottom: 42px;
}
.home-form ul .password:after {
  content: '';
  position: absolute;
  background-image: url(../images/password.png);
  width: 12px;
  height: 12px;
  background-size: cover;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.home-form .sign {
  display: inline-block;
  margin-right: 28px;
}
.home-form .sign a {
  color: #000;
  font-size: 0.875em;
  font-weight: 600;
}
.home-form .sign a:hover {
  color: #ff9900;
}

.form {
  width: 27% !important;
}
.form .vc_column-inner {
  height: 100%;
}
.form .vc_column-inner .wpb_wrapper {
  height: 100%;
}
.form .vc_column-inner .wpb_wrapper .wpb_raw_code {
  height: 100%;
}
.form .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper {
  height: 100%;
}
.form .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .home-form {
  height: 100%;
}

.slider {
  width: 73% !important;
}

.home-height {
  width: 27% !important;
}
.home-height .vc_column-inner {
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  padding-top: 0 !important;
  text-align: center;
}
.home-height .vc_column-inner:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.home-height .vc_column-inner > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

.medium-6:hover .repeater {
  border-top: 5px solid #999;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.repeater {
  margin-bottom: 50px;
  border-top: 5px solid transparent;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.repeater-block {
  border: 1px solid #e1e8eb;
  border-radius: 5px;
  padding-top: 33px;
  position: relative;
  padding-bottom: 29px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.repeater-block h6 {
  font-family: 'myriadpro-regular', sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 16px;
}
.repeater-block h6:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  background-color: #ff9900;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}
.repeater-block p {
  font-family: 'myriadpro-regular', sans-serif;
  color: #000;
  margin-bottom: 25px;
  padding: 0 15px;
}
.repeater-block .button {
  background-color: #575757;
  border-radius: 5px;
  font-family: 'myriadpro-regular', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #ff9900;
  padding: 12px 30px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-table;
  letter-spacing: 0.7px;
}
.repeater-block .hexagon {
  background-image: url(../images/back.png);
  width: 100px;
  height: 109px;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 22px;
  font-size: 0;
  white-space: nowrap;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.repeater-block .hexagon:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.repeater-block .hexagon > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.repeater-block:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 8px;
  left: 0;
  background-color: #e1e8eb;
}
.repeater-block:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 4px;
  left: 0;
  background-color: #e1e8eb;
  z-index: -1;
}
.repeater:hover .hexagon {
  background-image: url(../images/green.png);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.repeater:hover .button {
  background-color: #3d9b35;
  border-bottom: 2px solid #005442;
}
.repeater:hover .repeater-block {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.repeater:hover .repeater-block h6:after {
  background-color: #005643;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #666;
	font-weight: normal;
}
.footer-block {
  padding-bottom: 20px;
}
.footer-block__title {
  color: #fff;
  font-size: 1.375em;
  font-family: 'myriadpro-regular';
  font-weight: 400;
  margin-bottom: 28px;
}
.footer-bottom {
  background-color: #333;
  margin-top: -10px;
}
.footer-bottom__copyright p {
  color: #fff;
  font-size: 0.875em;
  margin: 0;
  line-height: 20px !important;
}
.footer-bottom__copyright p strong {
  color: #fff;
  font-weight: 300;
}
.footer__title {
  color: #fff;
  font-size: 1em;
  font-family: 'myriadpro-regular';
  font-weight: 400;
}
.footer p {
  color: #fff;
  font-size: 0.875em;
  line-height: 24px;
}
.footer-phone-number {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.footer-phone-number a {
  font-family: 'myriadpro-regular';
  font-weight: 400;
  color: #fff;
  font-size: 0.875em;
}
.footer-phone-number a:hover {
  text-decoration: underline;
}
.footer .routing {
  margin-top: -34px;
  padding-left: 30px;
}
.footer .routing p {
  font-size: 1.125em;
  padding-top: 16px;
}
.footer .routing img {
  display: block;
  margin: 0 auto;
  padding-bottom: 13px;
}
.footer-address {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.footer-right {
  padding-left: 15px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 28px;
}

.footer-menu {
  margin: -18px 0 0px 16px;
}
.footer-menu li {
  display: block;
  list-style: square;
  line-height: 40px !important;
}
.footer-menu li a {
  display: block;
  font-family: 'myriadpro-regular';
  font-weight: 400;
  color: #fff;
  font-size: 0.875em;
  position: relative;
}
.footer-menu li a:hover {
  color: #99cc66;
}
.footer-menu li a:hover:before {
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-menu li a:before {
  content: '';
  position: absolute;
  background-color: #f6b600;
  width: 5px;
  height: 5px;
  left: -16px;
  top: 17px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-menu li a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -3px;
  left: -14px;
  background-color: #fff;
}
.footer-menu li:nth-last-child(1) a:after {
  display: none;
}

.r-padd {
  padding-right: 15px !important;
}

.padd-r p {
  padding-left: 15px;
}

/*# sourceMappingURL=custom.css.map */

.icon {
	width: 16px;
	height: 18px;
	fill: #22637e;
	bottom: 0px;
	position: relative;
}
.facebook path{
	fill: #a1b1bc;
}
.twitter path{
	fill: #a1b1bc;
}
.open a:hover .facebook path{
	fill: #365899;
}
.open a:hover .twitter path{
	fill: #1da1f2;
}