/*
Theme Name: Jansons
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jansons
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Martel+Sans:400,600,700,800,900");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.downloads ul, .item-box {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #000;
  font: 16px/1.2 "Arial", "Helvetica", sans-serif;
  min-width: 860px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.2em 10px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  min-height: 54px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-weight: bold; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 24px; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 24px; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #ccc;
  color: #000;
  height: 24px;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #ccc;
    color: #000;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #ccc;
    color: #000;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #ff6633; }
  a:hover, a:focus {
    text-decoration: none; }

html {
  height: 100%; }

body {
  background-color: #333;
  font-size: 12px;
  width: 100%;
  margin: 0;
  height: 100%;
  display: table;
  table-layout: fixed; }

a {
  text-decoration: none; }

#wpadminbar {
  position: fixed; }

#wrapper {
  width: 100%;
  display: table-cell;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

#header .container,
#main, #footer .container {
  margin: 0 auto;
  width: 860px;
  padding: 0 30px; }

.home #header .container,
.home #content,
.home #footer .container {
  width: 470px; }

#footer {
  overflow: hidden;
  display: table-footer-group;
  height: 1%; }

#main {
  padding: 18px 30px 24px;
  color: #fff;
  overflow: hidden; }

.button {
  display: inline-block;
  vertical-align: top;
  background-color: #ccc;
  color: #000;
  background-color: #ccc;
  font-size: 11px;
  outline: none;
  border-color: transparent;
  font-weight: bold;
  padding: 4px 20px;
  outline: none; }
  .button:hover, .button:active {
    background-color: rgba(69, 181, 181, 0.5);
    outline: none; }

.request-form hr {
  border: none;
  color: #fff;
  background-color: #fff;
  height: 1px; }

.downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  overflow-y: auto;
  max-height: calc( 100vh - 300px); }
  .downloads:after {
    content: '';
    height: calc( 100vh - 300px); }
  .downloads .downloadBlock {
    width: 100%; }
  .downloads p a {
    color: #333; }
  .downloads h3, .downloads h4 {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    background: #45b5aa;
    margin: 0;
    padding: 0 0 0 15px; }
  .downloads ul {
    line-height: 1.5; }
    .downloads ul li {
      padding: 0 0 0 15px;
      background: #e6e7e8; }
      .downloads ul li:nth-child(odd) {
        background: #fff; }
    .downloads ul a {
      color: #000; }
      .downloads ul a:hover {
        text-shadow: 1px 0 0 #000; }

#content {
  width: 65%;
  float: left; }
  #content:only-child {
    width: 100%;
    float: none; }

#sidebar {
  widows: 30%;
  float: right; }

.title {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }

#header {
  width: 100%;
  background-color: #fff;
  padding: 0 0 2px;
  text-align: center;
  overflow: hidden; }
  #header .logo {
    margin: 20px auto 15px;
    width: 410px; }
  #header h1 {
    color: #333;
    font-size: 19px;
    margin: 0 0 3px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    text-shadow: 0 0 0; }

.home #header .logo {
  margin: 34px auto 34px; }

.home.logged-in #header .logo {
  margin: 17px auto 4px; }

.top-user-panel {
  font-size: 10px;
  overflow: hidden;
  padding: 6px 0 0; }

.top-user-panel-links {
  float: left;
  margin: 0;
  padding: 0; }
  .top-user-panel-links li {
    display: inline; }
    .top-user-panel-links li + li {
      position: relative; }
      .top-user-panel-links li + li:before {
        content: ">";
        margin: 0 3px 0 0;
        display: inline-block;
        vertical-align: middle; }
  .top-user-panel-links a {
    color: #333;
    font-weight: bold;
    text-decoration: none; }
  .top-user-panel-links a:hover {
    color: #ff6633; }

.top-user-welcome {
  float: right; }
  .top-user-welcome a {
    font-weight: bold;
    color: #45b5aa;
    text-decoration: none; }

#navigation {
  display: inline-block;
  font-size: 12px;
  line-height: 21px;
  list-style: none;
  margin: 0 0 38px;
  padding: 0;
  text-align: left; }
  #navigation a {
    color: #333;
    text-decoration: none; }
  #navigation a:hover {
    color: #ff6633; }
  #navigation .separator {
    border-bottom: 1px dashed;
    margin: 0 0 10px;
    padding: 0 0 10px; }

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.1;
  padding-top: 24px; }
  .breadcrumbs li {
    display: inline; }
    .breadcrumbs li:not(:last-child):after {
      content: ' / ';
      margin: 0 3px; }
    .breadcrumbs li:last-child {
      color: #ff6633; }
    .breadcrumbs li.current_item {
      font-weight: bold; }
  .breadcrumbs a {
    color: #333;
    text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a:active {
      color: #45b5aa; }

#footer {
  color: #fff; }
  #footer .copyright {
    text-align: center;
    font-size: 10px;
    margin: 0 0 5px; }

form label,
.h {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: block; }

.home-login-form form {
  margin: 0 auto;
  width: 350px; }

.home-login-form .input {
  color: #000;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 100%; }

.home-login-form p {
  margin: 0 0 24px; }

.home-login-form label {
  display: block;
  text-transform: uppercase; }

.home-login-form .login-submit {
  text-align: right; }

.request-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px 0 24px; }
  .request-form .row:first-child {
    margin-top: 0; }
  .request-form .row.flex-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .request-form .row.button-holder {
    margin-bottom: 0; }

.request-form hr {
  margin: 0; }

.request-form .rows {
  margin: 20px 0 24px; }
  .request-form .rows .item {
    margin: 0 0 24px; }

.request-form .full {
  width: 100%; }

.request-form .half {
  width: 386px; }

.request-form .tiny {
  width: 28px; }

.request-form input[type="text"], .request-form input[type="email"], .request-form input[type="number"] {
  color: #000;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 3px;
  width: 100%; }

.request-form textarea {
  color: #000;
  font-size: 12px;
  padding: 3px;
  width: 100%; }

.request-form select {
  width: 100%; }

.request-form .add-button {
  background: none;
  color: #ccc;
  border: 0;
  line-height: 24px;
  padding: 0; }
  .request-form .add-button .plus-icon {
    background-color: #ccc;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    margin: 0 5px 0 0;
    width: 24px; }
  .request-form .add-button:hover .plus-icon {
    background-color: rgba(69, 181, 170, 0.5); }

.request-form .button-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

input[type="submit"] {
  background-color: #ccc;
  border: 0;
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  outline: none;
  min-width: 80px;
  text-align: center; }
  input[type="submit"]:hover {
    background-color: rgba(69, 181, 170, 0.5); }

.xl {
  width: 74%; }

.third {
  width: 250px; }

.quarter {
  width: 180px; }

.fifth {
  width: 125px; }

.item-box {
  background-color: #fff;
  color: #000;
  max-height: 280px;
  overflow-y: auto; }
  .item-box label {
    color: #000;
    position: relative;
    padding: 5px 23px; }
    .item-box label.jcf-label-active {
      background: #45b5aa;
      color: #000; }
  .item-box li:nth-child(odd) {
    background: #e6e7e8; }
  .item-box .jcf-checkbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    border: none; }
    .item-box .jcf-checkbox.jcf-checked span {
      display: none; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #999;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #45b5aa;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  width: 100% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: block;
  border: 1px solid #b8c3c9;
  min-width: 200px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100% !important;
  min-height: 24px; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block;
  cursor: pointer; }
  .jcf-list ul li:nth-child(odd) {
    background: #e6e7e8; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 23px;
  color: #000;
  height: 1%; }
  .jcf-list .jcf-option.jcf-selected {
    background: #45b5aa;
    color: #000; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-list-content .jcf-selected {
  background: #45b5aa;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 12px;
  bottom: 0;
  right: -1px;
  top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #545252; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  width: 12px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #000;
  height: 1px;
  width: 12px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 12px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.ui-datepicker {
  border-radius: 0;
  width: 220px !important; }

.ui-datepicker-inline {
  width: auto !important; }

.datepicker {
  background-color: #ccc;
  cursor: pointer;
  outline: none; }
  .datepicker::-webkit-input-placeholder {
    color: #000 !important; }
  .datepicker::-moz-placeholder {
    opacity: 1;
    color: #000 !important; }
  .datepicker:-moz-placeholder {
    color: #000 !important; }
  .datepicker:-ms-input-placeholder {
    color: #000 !important; }
  .datepicker.placeholder {
    color: #000 !important; }
  .datepicker:hover, .datepicker:active {
    background-color: rgba(69, 181, 181, 0.5);
    outline: none;
    border-color: transparent; }

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  margin: 0 0 22px; }

.comiseo-daterangepicker {
  max-width: 220px; }
  .comiseo-daterangepicker .ui-state-hover,
  .comiseo-daterangepicker .ui-widget-content .ui-state-hover,
  .comiseo-daterangepicker .ui-widget-header .ui-state-hover,
  .comiseo-daterangepicker .ui-state-focus,
  .comiseo-daterangepicker .ui-widget-content .ui-state-focus,
  .comiseo-daterangepicker .ui-widget-header .ui-state-focus,
  .comiseo-daterangepicker .ui-button:hover,
  .comiseo-daterangepicker .ui-button:focus {
    background: #45b5aa;
    color: #fff; }
  .comiseo-daterangepicker .ui-widget.ui-widget-content,
  .comiseo-daterangepicker .ui-widget-content {
    border-color: transparent; }
  .comiseo-daterangepicker .ui-datepicker-inline {
    padding: 0; }
  .comiseo-daterangepicker .td .ui-state-highlight {
    background-color: transparent !important; }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: none; }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: none; }

.comiseo-daterangepicker-triggerbutton.ui-button {
  background-color: #ccc;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  height: 24px !important;
  line-height: 22px !important;
  padding: 0 3px !important;
  width: 100%;
  border-radius: 0px;
  outline: none;
  border: 1px solid #999; }
  .comiseo-daterangepicker-triggerbutton.ui-button:hover, .comiseo-daterangepicker-triggerbutton.ui-button:active {
    background-color: rgba(69, 181, 181, 0.5);
    outline: none;
    border-color: transparent; }

a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover {
  border: none; }

.ui-datepicker table {
  border-collapse: separate;
  border-spacing: 9px 2px; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: none; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #fff; }

.ui-widget-content {
  border-color: transparent; }

.ui-button-text {
  display: block;
  text-align: left;
  line-height: 24px;
  text-shadow: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #771919; }

.ui-datepicker-calendar .ui-datepicker-header {
  margin: 0 0 10px; }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  border: none !important;
  font-weight: normal;
  color: #000;
  height: 20px;
  padding: 0;
  vertical-align: middle; }
  .ui-datepicker-calendar th a,
  .ui-datepicker-calendar td a {
    height: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.ui-datepicker-calendar thead th, .ui-datepicker-calendar thead td {
  font-weight: bold; }

.ui-datepicker-calendar td {
  text-align: center; }

.ui-datepicker-calendar .ui-state-default {
  text-align: center; }

.ui-widget-header {
  border: none;
  background: transparent; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
  color: #000;
  text-shadow: 0 0 0; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #45b5aa;
  color: #fff; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #45b5aa;
  color: #fff; }

.ui-button:hover,
.ui-button:focus {
  background-color: rgba(69, 181, 181, 0.5);
  color: #000 !important; }

.ui-corner-all > span {
  background: none !important; }

.ui-corner-all .ui-datepicker-prev,
.ui-corner-all .ui-datepicker-next {
  width: 14px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .ui-corner-all .ui-datepicker-prev.ui-state-hover,
  .ui-corner-all .ui-datepicker-next.ui-state-hover {
    background-color: transparent;
    color: #000;
    border: none; }

.ui-corner-all .ui-datepicker-prev {
  left: 27px; }
  .ui-corner-all .ui-datepicker-prev:before {
    content: "<"; }

.ui-corner-all .ui-datepicker-next {
  right: 27px; }
  .ui-corner-all .ui-datepicker-next:before {
    content: ">"; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 1;
  color: #cacaca; }
  .ui-priority-secondary:hover,
  .ui-widget-content .ui-priority-secondary:hover,
  .ui-widget-header .ui-priority-secondary:hover {
    color: #fff; }

table {
  width: 100%;
  text-align: left; }
  table th {
    text-align: left; }
  table thead th,
  table thead td {
    color: #fff;
    font-size: 11px;
    font-weight: bold; }
  table th,
  table td {
    border: none;
    padding: 12px 13px; }
    table th:last-child,
    table td:last-child {
      padding-right: 0; }
    table th:first-child,
    table td:first-child {
      padding-left: 0; }

form table {
  margin: 0; }
  form table thead th, form table thead td {
    padding-top: 0;
    padding-bottom: 0; }

.invoice-work-table {
  border-collapse: separate; }
  .invoice-work-table th:first-child,
  .invoice-work-table td:first-child {
    width: 82.8%; }
  .invoice-work-table tbody tr:first-child th, .invoice-work-table tbody tr:first-child td {
    padding-top: 0; }

#main .invoice-work-total-table,
#main .expense-table-total {
  max-width: 360px;
  margin: 23px 0 0 auto;
  background-color: #dcddde; }
  #main .invoice-work-total-table label,
  #main .expense-table-total label {
    font-weight: normal;
    color: #000; }
  #main .invoice-work-total-table tr:first-child th, #main .invoice-work-total-table tr:first-child td,
  #main .expense-table-total tr:first-child th,
  #main .expense-table-total tr:first-child td {
    padding-top: 8px; }
  #main .invoice-work-total-table tr:last-child th, #main .invoice-work-total-table tr:last-child td,
  #main .expense-table-total tr:last-child th,
  #main .expense-table-total tr:last-child td {
    padding: 5px;
    font-weight: bold; }
  #main .invoice-work-total-table th,
  #main .invoice-work-total-table td,
  #main .expense-table-total th,
  #main .expense-table-total td {
    color: #000;
    border: none;
    font-weight: normal;
    padding: 0 5px; }
    #main .invoice-work-total-table th:first-child,
    #main .invoice-work-total-table td:first-child,
    #main .expense-table-total th:first-child,
    #main .expense-table-total td:first-child {
      padding-left: 23px !important; }
    #main .invoice-work-total-table th:last-child,
    #main .invoice-work-total-table td:last-child,
    #main .expense-table-total th:last-child,
    #main .expense-table-total td:last-child {
      padding-right: 0px;
      padding-left: 0px; }
  #main .invoice-work-total-table input,
  #main .expense-table-total input {
    border-color: transparent;
    background-color: transparent; }
    #main .invoice-work-total-table input#tax, #main .invoice-work-total-table input#total-advance,
    #main .expense-table-total input#tax,
    #main .expense-table-total input#total-advance {
      background-color: #fff;
      color: #ff6633;
      border-color: #999; }
      #main .invoice-work-total-table input#tax::-webkit-input-placeholder, #main .invoice-work-total-table input#total-advance::-webkit-input-placeholder,
      #main .expense-table-total input#tax::-webkit-input-placeholder,
      #main .expense-table-total input#total-advance::-webkit-input-placeholder {
        color: #ff6633; }
      #main .invoice-work-total-table input#tax::-moz-placeholder, #main .invoice-work-total-table input#total-advance::-moz-placeholder,
      #main .expense-table-total input#tax::-moz-placeholder,
      #main .expense-table-total input#total-advance::-moz-placeholder {
        opacity: 1;
        color: #ff6633; }
      #main .invoice-work-total-table input#tax:-moz-placeholder, #main .invoice-work-total-table input#total-advance:-moz-placeholder,
      #main .expense-table-total input#tax:-moz-placeholder,
      #main .expense-table-total input#total-advance:-moz-placeholder {
        color: #ff6633; }
      #main .invoice-work-total-table input#tax:-ms-input-placeholder, #main .invoice-work-total-table input#total-advance:-ms-input-placeholder,
      #main .expense-table-total input#tax:-ms-input-placeholder,
      #main .expense-table-total input#total-advance:-ms-input-placeholder {
        color: #ff6633; }
      #main .invoice-work-total-table input#tax.placeholder, #main .invoice-work-total-table input#total-advance.placeholder,
      #main .expense-table-total input#tax.placeholder,
      #main .expense-table-total input#total-advance.placeholder {
        color: #ff6633; }

.clone_items_box {
  margin: 20px 0 24px; }
  .clone_items_box table tbody tr:first-child td {
    padding-top: 0; }

.doc-template {
  background-color: #fff;
  padding: 21px 0 0;
  margin: 0 0 24px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
  color: #333;
  overflow: hidden;
  height: 100%;
  min-height: 1037px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .doc-template + form {
    text-align: right; }
  .doc-template .logo {
    width: 412px;
    float: left;
    margin-top: 31px; }
    .doc-template .logo img {
      width: 412px;
      height: 110px; }
  .doc-template .header {
    padding: 0 23px;
    overflow: hidden;
    margin: 0 0 27px; }
  .doc-template .contentHolder,
  .doc-template .contacts {
    width: 100%;
    padding: 0 73px;
    margin: 0 auto; }
  .doc-template .contentHolder {
    margin: 0 auto 50px; }
  .doc-template .slogan-box {
    float: right;
    text-align: right;
    overflow: hidden; }
  .doc-template .slogan {
    font-family: 'Lato', sans-serif !important;
    line-height: 1.1;
    text-transform: uppercase;
    color: #45b5aa;
    text-shadow: 0 0 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 8px;
    width: 292px; }
    .doc-template .slogan img {
      width: 100%; }
  .doc-template h3,
  .doc-template .answer,
  .doc-template .tlt {
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 0 3px;
    color: #939598;
    text-transform: uppercase;
    font-weight: bold; }
  .doc-template .doc-section {
    padding: 0 0 20px; }
    .doc-template .doc-section p {
      margin: 0 0 0; }
    .doc-template .doc-section textarea {
      min-height: 132px; }
  .doc-template .price-section p {
    margin: 0; }
  .doc-template .bottom-section {
    overflow: hidden;
    margin: 50px 0 30px; }
    .doc-template .bottom-section p {
      margin: 0 0 18px; }
  .doc-template .bottom-block {
    overflow: hidden;
    margin: 0 0 18px; }
    .doc-template .bottom-block p {
      margin: 0 0 18px; }
  .doc-template .bottomBlock {
    overflow: hidden; }
  .doc-template .doc-table {
    font-size: 12px;
    margin: 0 0 0;
    border-collapse: separate; }
    .doc-template .doc-table thead th, .doc-template .doc-table thead td {
      font-size: 10px;
      letter-spacing: 1px;
      color: #939598;
      text-transform: uppercase;
      font-weight: bold;
      padding: 0 0 1px;
      border: none; }
    .doc-template .doc-table th, .doc-template .doc-table td {
      padding: 0 10px 17px 0;
      width: 218px; }
      .doc-template .doc-table th.lastChild, .doc-template .doc-table td.lastChild {
        padding-right: 0;
        text-align: right; }
      .doc-template .doc-table th.totlalAdvanceField, .doc-template .doc-table td.totlalAdvanceField {
        color: #d2232a; }
    .doc-template .doc-table.amountTable {
      width: 100%;
      border: none; }
      .doc-template .doc-table.amountTable th, .doc-template .doc-table.amountTable td {
        padding-bottom: 0; }
    .doc-template .doc-table.totalTable {
      width: 100%;
      padding-bottom: 18px;
      padding-top: 18px; }
      .doc-template .doc-table.totalTable th, .doc-template .doc-table.totalTable td {
        padding-bottom: 0;
        font-weight: normal;
        text-transform: capitalize; }
      .doc-template .doc-table.totalTable tr:last-child th, .doc-template .doc-table.totalTable tr:last-child td {
        padding-top: 10px;
        font-weight: bold; }
    .doc-template .doc-table.commitTable {
      width: 100%;
      border: none; }
    .doc-template .doc-table.specifications-table {
      width: 100%; }
      .doc-template .doc-table.specifications-table th, .doc-template .doc-table.specifications-table td {
        width: 15%; }
        .doc-template .doc-table.specifications-table th:last-child, .doc-template .doc-table.specifications-table td:last-child {
          padding-right: 0;
          text-align: justify; }
        .doc-template .doc-table.specifications-table th.half, .doc-template .doc-table.specifications-table td.half {
          width: 45%; }
    .doc-template .doc-table.sheduleTable {
      width: 100%;
      margin: 0 0 17px; }
      .doc-template .doc-table.sheduleTable th, .doc-template .doc-table.sheduleTable td {
        width: 25%;
        padding-bottom: 0; }
    .doc-template .doc-table.expensetableTable {
      width: 100%;
      margin: 0 0 17px; }
      .doc-template .doc-table.expensetableTable th, .doc-template .doc-table.expensetableTable td {
        width: auto;
        padding-bottom: 0; }
        .doc-template .doc-table.expensetableTable th + td,
        .doc-template .doc-table.expensetableTable th + th, .doc-template .doc-table.expensetableTable td + td,
        .doc-template .doc-table.expensetableTable td + th {
          border-left: 1px solid #8f8f90;
          padding-left: 10px; }
    .doc-template .doc-table.fieldTable {
      border-collapse: separate;
      margin: 0 -20px 0;
      border-spacing: 20px 0px; }
      .doc-template .doc-table.fieldTable td {
        width: 208px;
        padding: 0;
        height: 21px;
        background: #e6e7e8;
        border: 1px solid #8f8f90;
        margin: 0 10px 0 0; }
        .doc-template .doc-table.fieldTable td.lastCild {
          margin: 0; }
  .doc-template .table-wrap {
    width: 62%;
    float: left; }
  .doc-template .internalBox {
    width: 182px;
    float: right;
    background: #dcddde;
    padding: 3px 6px 2px 6px; }
    .doc-template .internalBox p {
      margin: 0; }
    .doc-template .internalBox strong {
      font-size: 11px;
      text-transform: uppercase; }
  .doc-template .doc-title {
    font-size: 20px;
    text-align: right;
    margin: 0 0 2px; }
  .doc-template .years {
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
    color: #939598;
    text-align: center;
    font-weight: 900;
    font-size: 19px;
    display: inline-block;
    text-shadow: 0 0 0;
    width: 66px; }
    .doc-template .years span {
      font-family: 'Martel Sans', sans-serif !important;
      display: block;
      font-size: 50px;
      letter-spacing: -1px;
      margin: 0 0 -10px 0; }
    .doc-template .years img {
      width: 100%; }
  .doc-template ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .doc-template ul li {
      list-style-type: none;
      padding: 0;
      position: relative;
      margin: 0 0 18px;
      overflow: hidden; }
      .doc-template ul li .icon {
        color: #45b5aa;
        float: left;
        font-weight: bold;
        margin: 0 3px 0 0;
        line-height: 14px;
        position: absolute;
        top: 0;
        left: 0; }
    .doc-template ul.exclusionsList li, .doc-template ul.inclusionsList li {
      margin: 0 0 1px;
      padding: 0 0 0 9px; }
    .doc-template ul.exclusionsList span, .doc-template ul.inclusionsList span {
      overflow: hidden;
      float: left; }
    .doc-template ul.exclusionsList {
      -webkit-column-count: 2;
              column-count: 2; }
      .doc-template ul.exclusionsList li .icon {
        color: #ff6633;
        top: -1px; }
  .doc-template .inclusionsTable {
    width: 100%;
    vertical-align: top; }
    .doc-template .inclusionsTable td {
      width: 99%;
      padding: 0 0 1px; }
    .doc-template .inclusionsTable td.icon {
      width: 1%;
      padding: 0;
      color: #45b5aa;
      font-weight: bold;
      margin: 0;
      line-height: 14px; }
  .doc-template .contacts {
    margin-bottom: 9px;
    overflow: hidden;
    height: 20px;
    margin: auto auto 9px;
    text-align: center; }
    .doc-template .contacts p {
      font-family: 'Lato', sans-serif;
      line-height: 1.1;
      text-transform: uppercase;
      color: #45b5aa;
      text-shadow: 0 0 0;
      font-size: 11px;
      letter-spacing: 1px;
      font-weight: 600; }
      .doc-template .contacts p > span {
        font-family: "Arial", "Helvetica", sans-serif !important;
        padding: 0 7px; }
    .doc-template .contacts img {
      vertical-align: top;
      width: 656px; }
  .doc-template .ThankYouBox {
    overflow: hidden;
    clear: both; }
    .doc-template .ThankYouBox p {
      margin: 0; }
  .doc-template hr {
    width: 100%;
    border: none;
    color: #333;
    background-color: #333;
    height: 1px;
    margin: 0 0 18px; }
  .doc-template em {
    font-size: 11px; }
  .doc-template input,
  .doc-template .textareaBox {
    width: 100%;
    height: 24px;
    background: #e6e7e8;
    border: 1px solid #8f8f90; }
  .doc-template .textareaBox {
    width: 100%;
    height: 133px; }
  .doc-template .signature-section {
    float: left;
    padding: 36px 0 0;
    margin: 0 50px 0 0; }
    .doc-template .signature-section.employee-signiture {
      float: none; }
    .doc-template .signature-section h3 {
      border-top: 1px solid #cdcecf;
      margin: 0 0 18px;
      padding: 3px 0 0;
      width: 100%; }
  .doc-template .price-text {
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize; }
  .doc-template .Response-section {
    overflow: hidden; }
    .doc-template .Response-section .ResponseBlock {
      float: left; }
      .doc-template .Response-section .ResponseBlock:first-child {
        float: right; }
  .doc-template .fielsForResponse {
    width: 21px;
    height: 21px;
    border: 1px solid #cdcecf;
    overflow: hidden;
    float: right; }
  .doc-template .ResponseBlock {
    width: auto !important; }
  .doc-template .answer {
    float: left;
    margin: 0 10px 0 0; }

#main.landscape {
  width: 1100px; }
  #main.landscape .doc-template {
    min-height: 700px; }
/*# sourceMappingURL=style.css.map */