* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  background: none;
}

.section-wrapper {
  padding: 90px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}

.section-wrapper.dark * {
  color: #fff;
}

.section-wrapper.dark {
  background: #ccc;
}

.widget-area {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0 0 20px;
}

p b,
p strong,
p .bold_text {
  font-weight: 500;
}

a {
  color: #37b9be;
  text-decoration: none;
  cursor:pointer;
}

a:hover {
  color: #3cd0c0;
}

.entry-content p:hover a {
  text-decoration: underline;
}

blockquote {
  margin: 30px 25px;
  padding: 10px 0 10px 20px;
  display: block;
  border-left: 4px solid #ccc;
  font-weight: 300;
}

blockquote p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #888;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin: 0 0 25px;
}

h1 {
  font-size: 38px;
  letter-spacing: 0.5px;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
}

h2 {
  font-size: 31px;
  letter-spacing: 0.25px;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
}

h3 {
  font-size: 26px;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.footer .nav-vertical ul.menu li,
.footer .nav-vertical ul.menu li a {
  margin: 0;
  line-height: normal;
}

ul.ui-list {
  list-style: none;
  font-size: 16px;
  margin: 0;
  padding: 5px 0;
  display: table;
}

.ui-list li {
  background: url('../../img/list-arrow.png') no-repeat;
  background-position: 0;
  padding-left: 22px;
  margin: 0 0 4px;
}

/**
 * INPUTS
 */

:focus {
  outline-style: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-weight: 400;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}

::-moz-focus-inner {
  border: 0;
}

a.ui-btn {
  cursor: pointer;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="submit"],
textarea,
a.ui-btn {
  font-weight: 300;
  color: #777;
  display: inline-block;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-sizing: border-box;
  width: auto;
  max-width: 1024px;
  line-height: normal;
  margin: 0 0 4px;
  resize: none;
  position: relative;
  vertical-align: middle;
}

input:focus,
textarea:focus {
  border: 1px solid #aaa;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
  border-color: #37b9be;
  color: #333;
  background: #fcfcfc;
}

input[type="submit"],
input[type="button"],
button,
a.ui-btn {
  background: #37b9be;
  border-color: #37b9be;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

input[type="submit"]:hover,
input[type="button"]:hover,
a.ui-btn:hover {
  background: #3cd0c0;
  border-color: #3cd0c0;
  text-decoration: none;
}

input[type="submit"]:active,
input[type="button"]:active,
a.ui-btn:active {
  top: 2px;
}

input.ui-small,
input.ui-small,
textarea.ui-small,
.ui-btn.ui-small {
  font-size: 11px;
  padding: 4px 5px;
}

input.ui-medium,
input.ui-medium,
textarea.ui-medium,
.ui-btn.ui-medium,
.ui-btn.ui-btn-section-cta {
  font-size: 22px;
  padding: 14px 12px;
}

input.ui-large,
input.ui-large,
textarea.ui-large,
.ui-btn.ui-large {
  font-size: 33px;
  padding: 19px 19px;
}

.ui-btn.ui-btn-section-cta {
  min-width: 300px;
}

form input,
form input,
form textarea {
  margin: 0;
}

form label {
  margin: 0 0 10px;
  display: inline-block;
}

/* navigation */

ul.menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

ul.menu li a {
  color: #aaa;
}

ul.menu li a:hover {
  color: #eee;
}

ul.menu li.current-menu-item a {
  color: #fff;
}

.nav-horizontal.nav-align-right ul.menu {
  text-align: right;
  line-height: normal;
}

.nav-horizontal ul.menu li {
  display: inline-block;
}

.nav-horizontal ul.menu li a {
  padding: 0 10px;
}

.selectnav {
  display: none;
}

/* sidebar widgets */

.sidebar-box .widget-area .widget {
  font-size: 16px;
  position: relative;
}

.sidebar-box .widget-area .widget.boxed {
  background: #fff;
  padding: 27px 25px 30px;
  border: 1px solid #e1e8ed;
}

.sidebar-box .widget-area .widget .widget-title,
.sidebar-box .widget-area .widget .widget-title a {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

.sidebar-box .widget-area .widget img {
  width: 100%;
  height: auto !important;
  margin: 0 0 18px;
}

.widget input,
.widget textarea,
div.wrapper .widget .ui-btn {
  width: 100%;
}

.widget input.ui-relaxed,
.widget textarea.ui-relaxed,
div.wrapper .widget .ui-btn.ui-relaxed {
  width: auto;
}

div.wrapper .widget.home-section {
  text-align: center;
}

.widget.home-section h3.widget-title {
  font-size: 20px;
  margin-bottom: 13px;
}

h1.block-title {
  font-size: 23px;
  letter-spacing: normal;
  color: #000;
}