/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.375;
  color: #555555;
}

.form-control, .widget select,
.widget input[type="text"],
.widget input[type="search"], .widget_search form {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .widget select:focus,
.widget input[type="text"]:focus,
.widget input[type="search"]:focus, .widget_search form:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .widget select::-moz-placeholder,
.widget input[type="text"]::-moz-placeholder,
.widget input[type="search"]::-moz-placeholder, .widget_search form::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .widget select:-ms-input-placeholder,
.widget input[type="text"]:-ms-input-placeholder,
.widget input[type="search"]:-ms-input-placeholder, .widget_search form:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .widget select::-webkit-input-placeholder,
.widget input[type="text"]::-webkit-input-placeholder,
.widget input[type="search"]::-webkit-input-placeholder, .widget_search form::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, .widget select::-ms-expand,
.widget input[type="text"]::-ms-expand,
.widget input[type="search"]::-ms-expand, .widget_search form::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .widget select[disabled],
.widget input[disabled][type="text"],
.widget input[disabled][type="search"], .widget_search form[disabled], .form-control[readonly], .widget select[readonly],
.widget input[readonly][type="text"],
.widget input[readonly][type="search"], .widget_search form[readonly], fieldset[disabled] .form-control, fieldset[disabled] .widget select, .widget fieldset[disabled] select,
fieldset[disabled] .widget input[type="text"],
.widget fieldset[disabled] input[type="text"],
fieldset[disabled] .widget input[type="search"],
.widget fieldset[disabled] input[type="search"], fieldset[disabled] .widget_search form, .widget_search fieldset[disabled] form {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], .widget select[disabled],
.widget input[disabled][type="text"],
.widget input[disabled][type="search"], .widget_search form[disabled], fieldset[disabled] .form-control, fieldset[disabled] .widget select, .widget fieldset[disabled] select,
fieldset[disabled] .widget input[type="text"],
.widget fieldset[disabled] input[type="text"],
fieldset[disabled] .widget input[type="search"],
.widget fieldset[disabled] input[type="search"], fieldset[disabled] .widget_search form, .widget_search fieldset[disabled] form {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  .widget input[type="date"][type="text"],
  .widget input[type="date"][type="search"],
  input[type="time"].form-control,
  .widget input[type="time"][type="text"],
  .widget input[type="time"][type="search"],
  input[type="datetime-local"].form-control,
  .widget input[type="datetime-local"][type="text"],
  .widget input[type="datetime-local"][type="search"],
  input[type="month"].form-control,
  .widget input[type="month"][type="text"],
  .widget input[type="month"][type="search"] {
    line-height: 36px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label, .checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .widget select, .widget .form-group-sm select,
.form-group-sm .widget input[type="text"],
.widget .form-group-sm input[type="text"],
.form-group-sm .widget input[type="search"],
.widget .form-group-sm input[type="search"], .form-group-sm .widget_search form, .widget_search .form-group-sm form {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control, .form-group-sm .widget select, .widget .form-group-sm select {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm .widget select[multiple],
.widget .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .widget select, .widget .form-group-lg select,
.form-group-lg .widget input[type="text"],
.widget .form-group-lg input[type="text"],
.form-group-lg .widget input[type="search"],
.widget .form-group-lg input[type="search"], .form-group-lg .widget_search form, .widget_search .form-group-lg form {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control, .form-group-lg .widget select, .widget .form-group-lg select {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg .widget select[multiple],
.widget .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .widget select, .widget .has-feedback select,
.has-feedback .widget input[type="text"],
.widget .has-feedback input[type="text"],
.has-feedback .widget input[type="search"],
.widget .has-feedback input[type="search"], .has-feedback .widget_search form, .widget_search .has-feedback form {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .widget select + .form-control-feedback,
.widget .form-group-lg select + .form-control-feedback,
.form-group-lg .widget input[type="text"] + .form-control-feedback,
.widget .form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg .widget input[type="search"] + .form-control-feedback,
.widget .form-group-lg input[type="search"] + .form-control-feedback,
.form-group-lg .widget_search form + .form-control-feedback,
.widget_search .form-group-lg form + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .widget select + .form-control-feedback,
.widget .form-group-sm select + .form-control-feedback,
.form-group-sm .widget input[type="text"] + .form-control-feedback,
.widget .form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm .widget input[type="search"] + .form-control-feedback,
.widget .form-group-sm input[type="search"] + .form-control-feedback,
.form-group-sm .widget_search form + .form-control-feedback,
.widget_search .form-group-sm form + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .widget select, .widget .has-success select,
.has-success .widget input[type="text"],
.widget .has-success input[type="text"],
.has-success .widget input[type="search"],
.widget .has-success input[type="search"], .has-success .widget_search form, .widget_search .has-success form {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .widget select:focus, .widget .has-success select:focus,
.has-success .widget input[type="text"]:focus,
.widget .has-success input[type="text"]:focus,
.has-success .widget input[type="search"]:focus,
.widget .has-success input[type="search"]:focus, .has-success .widget_search form:focus, .widget_search .has-success form:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .widget select, .widget .has-warning select,
.has-warning .widget input[type="text"],
.widget .has-warning input[type="text"],
.has-warning .widget input[type="search"],
.widget .has-warning input[type="search"], .has-warning .widget_search form, .widget_search .has-warning form {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .widget select:focus, .widget .has-warning select:focus,
.has-warning .widget input[type="text"]:focus,
.widget .has-warning input[type="text"]:focus,
.has-warning .widget input[type="search"]:focus,
.widget .has-warning input[type="search"]:focus, .has-warning .widget_search form:focus, .widget_search .has-warning form:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .widget select, .widget .has-error select,
.has-error .widget input[type="text"],
.widget .has-error input[type="text"],
.has-error .widget input[type="search"],
.widget .has-error input[type="search"], .has-error .widget_search form, .widget_search .has-error form {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .widget select:focus, .widget .has-error select:focus,
.has-error .widget input[type="text"]:focus,
.widget .has-error input[type="text"]:focus,
.has-error .widget input[type="search"]:focus,
.widget .has-error input[type="search"]:focus, .has-error .widget_search form:focus, .widget_search .has-error form:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5f6e8f;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .widget select, .widget .form-inline select,
  .form-inline .widget input[type="text"],
  .widget .form-inline input[type="text"],
  .form-inline .widget input[type="search"],
  .widget .form-inline input[type="search"], .form-inline .widget_search form, .widget_search .form-inline form {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .widget select,
  .widget .form-inline .input-group select,
  .form-inline .input-group .widget input[type="text"],
  .widget .form-inline .input-group input[type="text"],
  .form-inline .input-group .widget input[type="search"],
  .widget .form-inline .input-group input[type="search"],
  .form-inline .input-group .widget_search form,
  .widget_search .form-inline .input-group form {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .widget .input-group > select, .widget .form-inline .input-group > select,
  .form-inline .widget .input-group > input[type="text"],
  .widget .form-inline .input-group > input[type="text"],
  .form-inline .widget .input-group > input[type="search"],
  .widget .form-inline .input-group > input[type="search"], .form-inline .widget_search .input-group > form, .widget_search .form-inline .input-group > form {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.375;
  color: #1E4F92;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #4470AC;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2c3342;
  border-color: #2c3342;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.375;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.svg") format("svg"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.svg") format("svg"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.svg") format("svg"), url("../fonts/montserrat-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IconFont';
  src: url("../fonts/IconFont.eot");
  src: url("../fonts/IconFont.eot?#iefix") format("embedded-opentype"), url("../fonts/IconFont.woff") format("woff"), url("../fonts/IconFont.svg") format("svg"), url("../fonts/IconFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1, .h1 {
  font-size: 22px !important;
}

h2, .h2 {
  font-size: 20px !important;
}

h3, .h3 {
  font-size: 18px !important;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 16px !important;
}

/* -- Utility Classes -- */
.bg-grey {
  background-color: #EFF2F7;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft,
.alignright {
  max-width: 33.3333%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 20px 20px 15px 0;
}

.alignright {
  float: left;
  margin: 20px 0 15px 20px;
}

table th, table td {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 16px !important;
  border: 0 !important;
  padding: 5px 0 !important;
}

/* -- Header -- */
header.page-header {
  margin-bottom: 40px;
}

.page-header .header-top .logo {
  background-position: -4px top;
}

h1.page-header {
  margin-bottom: 25px;
}

.hero {
  width: 100%;
  padding: 30px 15px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/hero-img.jpg");
}
.hero .h1 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

/* -- Footer -- */
body > footer.footer {
  display: block !important;
  margin-top: 40px;
}

.footer-top h3 {
  font-size: 19px !important;
}

.language-chooser,
.language-chooser li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.language-chooser.language-chooser-item.active,
.language-chooser li.language-chooser-item.active {
  display: none;
}
.language-chooser a,
.language-chooser li a {
  display: block;
  width: 34px;
  height: 20px;
  margin: 0 auto;
}

.qtranxs-available-languages-message {
  display: none;
}

.post hr {
  margin: 20px 0;
}

.post__bio__container {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.post__bio__container .post__author__avatar {
  margin-bottom: 3em;
  text-align: center;
}
.post__bio__container .post__author__avatar img {
  max-width: 256px;
  width: 100%;
}
.post__bio__container .post__author__bio p {
  font-size: 15px;
}

.post__author {
  font-size: 13px;
}

.post__title {
  margin-top: 0;
}

.post__date {
  margin-bottom: 5px;
}

.post__content,
.post__excerpt {
  margin: 20px 0;
}

.post__excerpt p {
  margin: 0;
}

.post__excerpt {
  font-size: 15px;
  overflow-wrap: break-word;
}

.post__content {
  overflow-wrap: break-word;
}
.post__content img {
  max-width: 100%;
  height: auto;
}
.post__content p {
  font-size: 15px;
}

.post__meta {
  margin-top: 20px;
}

.post__read-more a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 13px;
}

.post__categories,
.post__tags {
  margin-bottom: 5px;
  font-size: 13px;
}

span.screen-reader-text,
label.screen-reader-text {
  display: none;
}

/* -- Sidebars & Widgets -- */
#sidebar {
  margin-top: 35px;
}

#top-widgets {
  background: #EFF2F7;
  padding: 35px;
  margin-bottom: 35px;
}
#top-widgets .widget {
  margin-bottom: 20px;
}

#bottom-widgets .widget {
  margin-bottom: 35px;
}

.widget label {
  margin: 0;
  font-weight: normal;
}
.widget:last-child {
  margin-bottom: 0 !important;
}
.widget > .widget__header {
  font-size: 15px;
  margin: 0 0 5px 0;
}
.widget ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.widget ul li {
  margin: 0 0 5px 0;
  font-size: 15px;
}
.widget ul li a {
  font-family: "Montserrat Bold";
  text-decoration: none;
}

.input-group {
  position: relative;
}

span.input-group-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.btn {
  min-width: 0px !important;
  background-color: #fff;
  padding: 0 !important;
  margin: 0;
}

svg {
  width: 20px;
  padding: 0;
  margin: 0;
}

header.search-results {
  margin-bottom: 10px;
}

.widget_search form {
  position: relative;
}
.widget_search label {
  display: block;
  width: 100%;
}
.widget_search input,
.widget_search button {
  padding: 0 !important;
  height: auto !important;
  line-height: 1 !important;
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.widget_search input[type="submit"],
.widget_search button[type="submit"] {
  height: 22px !important;
  width: 22px;
  font-size: 18px;
  line-height: 22px !important;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 10px;
  z-index: 1;
}
.widget_search input[type="submit"] .fa,
.widget_search button[type="submit"] .fa {
  float: right;
  padding: 0 3px;
}
.widget_search input[type="search"],
.widget_search button[type="search"] {
  position: absolute;
  top: 50px;
  width: 80%;
  z-index: 0;
  line-height: 20px !important;
  left: 13px;
  top: 50%;
  margin-top: -10px;
}

.widget_categories ul {
  margin: 0;
}
.widget_categories li {
  margin-bottom: 0 !important;
}
.widget_categories a#more-cats {
  display: inline-block;
  margin-top: 10px;
  font-family: "Montserrat Bold";
  text-decoration: none;
}

.cta {
  position: relative;
}
.cta:before, .cta:after {
  display: table;
  content: " ";
}
.cta:after {
  clear: both;
}

.cta--sidebar {
  padding: 20px;
  color: #fff;
  background-image: url("../images/sidebar-cta-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta__content {
  position: relative;
  z-index: 1;
}

.cta__header {
  font-family: "Montserrat Bold";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.cta__btn {
  border: 1px solid #fff !important;
  background: transparent;
  border-radius: 3px;
  height: 42px;
  padding: 0 40px !important;
  line-height: 38px;
  font-size: 18px !important;
}
.cta__btn:hover, .cta__btn:focus {
  color: #2c3342;
}

.cta__icon {
  font-size: 32px;
  line-height: 42px;
  margin-right: 25px;
  float: left;
}

.overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  z-index: 0;
}

.overlay--green:before {
  background: #48751E;
}

.overlay--red:before {
  background: #ED553E;
}

.overlay--blue:before {
  background: #6B95CF;
}

select {
  padding-right: 46px;
  background-image: url("../images/select-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none  \9;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

/* -- Pagination -- */
.pagination {
  float: right;
}
.pagination a {
  font-weight: 700;
}

a.next.page-numbers {
  font-size: 16px;
}

span.page-numbers.dots {
  color: #1E4F92;
  font-size: 16px;
}

span.page-numbers.current {
  font-weight: 700 !important;
  font-size: 16px;
}

/* -- Blog Overrides -- */
body.ltre-blog .mobile-nav-toggle {
  top: 95px !important;
}
body.ltre-blog .contacts {
  display: inline-block;
  width: auto;
  float: right;
}
body.ltre-blog .contacts .login-create a {
  position: relative;
  top: -11px;
}
body.ltre-blog #menu-responsive {
  position: fixed;
  height: 100%;
}

body.se .contacts .calendar a {
  position: relative;
  top: -11px;
}

/* -- Social Share Buttons -- */
/* -- Social Buttons -- */
.share-buttons {
  margin: 20px 0 0 0;
  padding: 0;
}
.share-buttons:before, .share-buttons:after {
  display: table;
  content: " ";
}
.share-buttons:after {
  clear: both;
}
.share-buttons li {
  display: inline-block;
  margin: 5px 0;
  padding: 0 5px;
  float: left;
  list-style: none;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.share-buttons li.label {
  font-weight: 300;
  color: #000;
  font-size: 13px;
}
.share-buttons a {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  padding: 0 10px;
  float: left;
  text-align: center;
}
.share-buttons a, .share-buttons a:hover {
  text-decoration: none;
  color: #fff;
}
.share-buttons .fa {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

a.facebook-btn {
  background: #4267b2;
}
a.facebook-btn:hover {
  background: #34518d;
}

a.twitter-btn {
  background: #1b95e0;
}
a.twitter-btn:hover {
  background: #1677b2;
}

a.linkedin-btn {
  background: #0077b5;
}
a.linkedin-btn:hover {
  background: #005582;
}

a.google-btn {
  background: #db4437;
}
a.google-btn:hover {
  background: #bd2e22;
}

.flags-dropup.dropup:hover .dropdown-menu {
  display: block !important;
}
.flags-dropup.dropup .dropdown-menu {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (min-width: 992px) {
  .page-header .header-bottom.fixed > .action-links {
    position: absolute !important;
    right: 8.5% !important;
  }
}
@media (max-width: 991px) {
  .page-header .header-top .container .row > div:first-child + div {
    padding: 10px !important;
    text-align: right !important;
  }
}
/***************************************
* 2. Extra Small Screen Sizes (tablet portrait)
****************************************/
/***************************************
* 2. Small Screen Sizes (tablet portrait)
****************************************/
@media (min-width: 768px) {
  /*
  
  Base Stylesheet - Small Screen Sizes (tablet portrait)
  
  */
  /*-------------------------
  - Typography
  ---------------------------*/
  h1, .h1 {
    font-size: 36px !important;
  }

  h2, .h2 {
    font-size: 30px !important;
  }

  h3, .h3 {
    font-size: 24px !important;
  }

  h4, .h4 {
    font-size: 18px !important;
  }

  h5, .h5 {
    font-size: 14px !important;
  }

  h6, .h6 {
    font-size: 12px !important;
  }

  /*-------------------------
  - Base Element Styles
  ---------------------------*/
  /*-------------------------
  - Utilities
  ---------------------------*/
  /*-------------------------
  - Global Header
  ---------------------------*/
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero .h1 {
    font-size: 44px;
  }

  /*-------------------------
  - Global Footer
  ---------------------------*/
  /*-------------------------
  - Mobile Navigation
  ---------------------------*/
  /*-------------------------
  - Sub Navigation
  ---------------------------*/
  /*-------------------------
  - Banners
  ---------------------------*/
  /*-------------------------
  - Layout
  ---------------------------*/
  .post hr {
    margin: 40px 0;
  }

  /*-------------------------
  - Navs
  ---------------------------*/
  /*-------------------------
  - Forms
  ---------------------------*/
  /*-------------------------
  - Buttons
  ---------------------------*/
  /*-------------------------
  - Tabs
  ---------------------------*/
  /*-------------------------
  - Accordions / Toggles
  ---------------------------*/
  /*-------------------------
  - Pagination
  ---------------------------*/
  /*-------------------------
  - Panels
  ---------------------------*/
  /*-------------------------
  - Modals
  ---------------------------*/
  /*-------------------------
  - Loaders
  ---------------------------*/
  /*-------------------------
  - Tooltips
  ---------------------------*/
  /*-------------------------
  - Popovers
  ---------------------------*/
  /*-------------------------
  - Shortcodes
  ---------------------------*/
  /*-------------------------
  - Sidebar & Widgets
  ---------------------------*/
  body.ltre-blog .mobile-nav-toggle {
    top: 104px;
  }
}
/***************************************
* 3. Medium Screen Sizes (standard desktop)
****************************************/
@media (min-width: 992px) {
  /*
  
  Base Stylesheet - Medium Screen Sizes (standard desktop)
  
  */
  /*-------------------------
  - Typography
  ---------------------------*/
  /*-------------------------
  - Base Element Styles
  ---------------------------*/
  /*-------------------------
  - Utilities
  ---------------------------*/
  /*-------------------------
  - Global Header
  ---------------------------*/
  #menu-main-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header .header-bottom nav > ul > li > a {
    margin-top: 0;
    border-radius: 0;
    border: 0;
  }
  .page-header .header-bottom nav > ul > li > a:hover, .page-header .header-bottom nav > ul > li > a:focus, .page-header .header-bottom nav > ul > li > a:active {
    background: #f5f6f8;
  }

  /*-------------------------
  - Global Footer
  ---------------------------*/
  /*-------------------------
  - Mobile Navigation
  ---------------------------*/
  /*-------------------------
  - Sub Navigation
  ---------------------------*/
  /*-------------------------
  - Banners
  ---------------------------*/
  /*-------------------------
  - Layout
  ---------------------------*/
  .post {
    padding-right: 30px;
  }

  /*-------------------------
  - Navs
  ---------------------------*/
  /*-------------------------
  - Forms
  ---------------------------*/
  /*-------------------------
  - Buttons
  ---------------------------*/
  /*-------------------------
  - Tabs
  ---------------------------*/
  /*-------------------------
  - Accordions / Toggles
  ---------------------------*/
  /*-------------------------
  - Pagination
  ---------------------------*/
  /*-------------------------
  - Panels
  ---------------------------*/
  /*-------------------------
  - Modals
  ---------------------------*/
  /*-------------------------
  - Loaders
  ---------------------------*/
  /*-------------------------
  - Tooltips
  ---------------------------*/
  /*-------------------------
  - Popovers
  ---------------------------*/
  /*-------------------------
  - Shortcodes
  ---------------------------*/
  /*-------------------------
  - Sidebar & Widgets
  ---------------------------*/
  #sidebar {
    margin-top: 0;
  }

  .cta--sidebar .cta__btn {
    padding: 0 27px !important;
  }
}
/***************************************
* 4. Large Screen Sizes (large desktop)
****************************************/
@media (min-width: 1200px) {
  /*
  
  Base Stylesheet - Large Screen Sizes (large desktop)
  
  */
  /*-------------------------
  - Typography
  ---------------------------*/
  /*-------------------------
  - Base Element Styles
  ---------------------------*/
  /*-------------------------
  - Utilities
  ---------------------------*/
  /*-------------------------
  - Global Header
  ---------------------------*/
  /*-------------------------
  - Global Footer
  ---------------------------*/
  /*-------------------------
  - Mobile Navigation
  ---------------------------*/
  /*-------------------------
  - Sub Navigation
  ---------------------------*/
  /*-------------------------
  - Banners
  ---------------------------*/
  /*-------------------------
  - Layout
  ---------------------------*/
  .post {
    padding-left: 30px;
  }

  .post__date {
    font-size: 17px;
    position: absolute;
    left: -60px;
    top: 5px;
  }

  .month-day {
    display: block;
    font-family: "Montserrat Bold";
  }

  /*-------------------------
  - Navs
  ---------------------------*/
  /*-------------------------
  - Forms
  ---------------------------*/
  /*-------------------------
  - Buttons
  ---------------------------*/
  /*-------------------------
  - Tabs
  ---------------------------*/
  /*-------------------------
  - Accordions / Toggles
  ---------------------------*/
  /*-------------------------
  - Pagination
  ---------------------------*/
  /*-------------------------
  - Panels
  ---------------------------*/
  /*-------------------------
  - Modals
  ---------------------------*/
  /*-------------------------
  - Loaders
  ---------------------------*/
  /*-------------------------
  - Tooltips
  ---------------------------*/
  /*-------------------------
  - Popovers
  ---------------------------*/
  /*-------------------------
  - Shortcodes
  ---------------------------*/
  /*-------------------------
  - Sidebar & Widgets
  ---------------------------*/
  .cta--sidebar .cta__btn {
    padding: 0 40px !important;
  }
}
