/*!
 *   ___ _ __   __ _  __ _  __ _  ___
 *  / _ \ '_ \ / _` |/ _` |/ _` |/ _ |
 * |  __/ | | | (_| | (_| | (_| |  __/
 *  \___|_| |_|\__, |\__,_|\__, |\___|
 *              __/ |       __/ |
 *             |___/       |___/
 *
 * Developed by Engage LLC (http://enga.ge)
 */
/* Gilroy Bold */
@font-face {
  font-family: 'Gilroy Bold';
  src: url("../fonts/RadomirTinkov/Gilroy-Bold.otf") format("opentype");
}

/* Open Sans Regular */
@font-face {
  font-family: 'OpenSans Regular';
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

/* Open Sans Semibold */
@font-face {
  font-family: 'OpenSans Semibold';
  src: url("../fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
}

/* Open Sans Bold */
@font-face {
  font-family: 'OpenSans Bold';
  src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
}

/* OpenSans-LightItalic */
@font-face {
  font-family: 'OpenSans LightItalic';
  src: url("../fonts/open-sans/OpenSans-LightItalic.ttf") format("truetype");
}

/* Open Sans Italic */
@font-face {
  font-family: 'OpenSans Italic';
  src: url("../fonts/open-sans/OpenSans-Italic.ttf") format("truetype");
}

/* Open Sans Semibold Italic */
@font-face {
  font-family: 'OpenSans Semibold Italic';
  src: url("../fonts/open-sans/OpenSans-SemiboldItalic.ttf") format("truetype");
}

/* Montserrat Regular */
@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 1.647;
  color: #0d1c2c;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #e6e5e5;
  text-decoration: none;
}

a:focus {
  outline: 5px auto;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.647;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: #00314b;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 1.8em;
}

h2, .h2 {
  font-size: 1.5em;
}

h3, .h3 {
  font-size: 1.2em;
}

h4, .h4 {
  font-size: 0.9em;
}

h5, .h5 {
  font-size: 0.7em;
}

h6, .h6 {
  font-size: 0.6em;
}

p {
  margin: 0 0 16px;
}

.lead {
  margin-bottom: 32px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt,
dd {
  line-height: 1.647;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  margin: 0 0 32px;
  font-size: 25px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.647;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.647;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.647;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.647;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

input[type="search"] {
  box-sizing: border-box;
}

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

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;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.647;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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 {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  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: 37px;
  }
  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: 56px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

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;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 52px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 49px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5;
}

.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 56px;
  min-height: 57px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 57.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  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 {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.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 {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.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 {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.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 {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 37px;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    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 {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.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: 25px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.647;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #ffffff;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #e6e5e5;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  }
}

/*
 * Base Typography
 * ---------------------------
 *
 * Loads base typography styles
 */
html {
  font-size: 20px;
}

body {
  font-size: 100%;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 80%;
  }
}

h1, h2, h3, h4, h5, h6, p, li, label, address, blockquote, dt, dd, figcaption, th, td {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

a {
  transition: color 300ms;
}

p {
  margin-bottom: 20px;
}

/*
 * Content Typography
 * ---------------------------
 *
 * Styles for user generated content through a wysiwyg
 * Includes WP defined classes and TinyMCE classes
 * Should be within <main> with .main-content class
 */
.main-content .alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

.main-content .alignright {
  float: right;
  margin: 0 0 5px 5px;
}

.main-content .aligncenter {
  clear: both;
  display: block;
  margin: 5px auto;
}

.main-content .wp-caption {
  overflow: hidden;
  padding: 5px 0;
  background-color: #ccc;
}

.main-content .wp-caption img {
  display: block;
  margin: auto;
  padding: 0;
  border: 0 none;
}

.main-content p.wp-caption-text {
  margin: 0;
  text-align: center;
}

.main-content .wp-caption-dd {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #0d1c2c;
}

.main-content .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.main-content .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.main-content blockquote {
  padding: 25px 0 25px 45px;
  border: none;
  font-size: inherit;
  font-style: italic;
}

.main-content blockquote small,
.main-content blockquote footer {
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}

@-moz-document url-prefix() {
  .main-content fieldset {
    display: table-cell;
  }
}

.main-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main-content embed,
.main-content iframe,
.main-content object,
.main-content video {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1170px;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.visible {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.navbar-default {
  height: 104px;
  width: 100%;
  background-color: #fff;
  border: none !important;
  box-shadow: 0px 1px 0px 0px #f3f4f5;
}

.navbar-nav {
  background-color: #fff;
}

.navbar-nav > li > a {
  padding-top: 45px;
  font-size: 16px;
  font-family: "OpenSans Semibold";
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a {
  color: #5e7a89;
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 35px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #5e7a89;
}

.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #5e7a89;
}

.navbar-default .navbar-toggle .icon-bar:hover:hover {
  background-color: #33596d;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #00314b;
  background-color: #fff;
  border-bottom: 2px solid #ff7700;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 7px;
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: #00314b;
  background-color: #fff;
  border-bottom: 2px solid #ff7700;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 7px;
  margin-right: 20px;
}

.subscribe-btn {
  font-family: "OpenSans Semibold";
  margin-top: 32px;
  font-size: 16px;
  width: 201px;
  height: 50px;
  border-radius: 25px;
  background-color: #d35700;
  color: #fff;
  border: none !important;
  margin-left: 110px;
}

.subscribe-btn:hover {
  background-color: #d9783c !important;
  color: white;
}

.header-logo {
  width: 100%;
  max-width: 250px;
}

.nav-item {
  position: relative;
}

.nav-item:hover .subnav, .nav-item:focus .subnav {
  display: block;
}

.subnav {
  display: none;
  top: 6rem;
  left: -1rem;
}

.search-fw {
  padding: 20px;
  border-radius: 50px;
  background-color: #fff;
  border: #5e7a89 1px solid;
  transition: 200ms;
  color: #33596d;
}

.search-fw:hover, .search-fw:focus {
  background-color: #33596d;
  border: #33596d 1px solid;
}

.search-fw:hover path, .search-fw:focus path {
  fill: #fff;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

footer {
  height: 205px;
}

.footer-wrapper {
  width: 100%;
  background: #9f3625;
  height: 205px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "OpenSans Regular";
}

.footer-icons a {
  color: #ff7700;
}

.footer-div {
  color: #ff7700;
}

.copyright {
  color: #fff;
  font-family: "OpenSans Regular";
  font-size: 18px;
}

.third-footer {
  margin-bottom: 15px;
  font-family: "OpenSans Semibold";
  font-size: 18px;
}

/* Pulse */

@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.footer-links {
  color: #fff;
  margin-right: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff7700;
}

.footer-links {
  color: #fff;
  margin-right: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff7700;
}

.footer-links:hover {
  color: #fff;
}

.icon-background {
  color: #fff;
}

.fa-fw {
  padding: 22px;
  border-radius: 50px;
  background-color: white;
  margin-right: 15px;
}

.fa-fw:hover {
  color: #fff;
  background-color: #ff7700;
}

.home-images {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.mask {
  width: 100%;
  background: url("../images/mask.png") no-repeat center center;
  background-size: cover;
  top: -100%;
  z-index: 3;
}

.intro-name {
  position: relative;
  margin-top: 350px;
  font-size: 64px;
  font-family: "Gilroy Bold";
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.53px;
  line-height: 60px;
}

.intro-sub {
  color: #ffffff;
  font-size: 24px;
  font-family: "OpenSans Semibold";
  line-height: 30px;
}

.orange-button {
  font-family: "OpenSans Semibold";
  font-size: 16px;
  border-radius: 25px;
  background-color: #d35700;
  color: #fff;
  border: none !important;
  padding: 10px 30px;
  display: inline-block;
  transition: 200ms;
}

.orange-button:hover {
  background-color: #ff7700;
  color: #fff;
}

.meet-john-btn {
  width: 201px;
  text-align: center;
  background-color: #ff7700;
  margin-top: 30px;
  margin-bottom: 10%;
}

.meet-john-btn:hover {
  background-color: #fa9734;
  color: #fff;
}

.home-sns {
  padding-top: 630px;
  margin-left: -300px;
}

.follow-me {
  font-family: "OpenSans Italic";
  color: #5e7a89;
  font-size: 20px;
  margin-top: 3px;
  margin-left: 80px;
  float: right;
}

.follow-fw {
  padding: 25px;
  border-radius: 50px;
  color: #fff;
  background-color: #33596d;
  margin: 0px 10px 0px 0px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
}

.follow-fw:hover {
  background-color: #fff;
  color: #f77f00;
}

.vertical-boxes {
  position: relative;
  margin-top: 350px;
}

.vertical-box-one,
.vertical-box-two,
.vertical-box-three,
.vertical-box-four {
  padding-top: 7px;
  margin-left: 15%;
  margin-right: 15%;
  height: 80%;
  border-radius: 0px;
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
  border: none;
}

.vertical-box-one a,
.vertical-box-two a,
.vertical-box-three a,
.vertical-box-four a {
  color: #00314B;
}

.vertical-box-one a:hover, .vertical-box-one a:focus,
.vertical-box-two a:hover,
.vertical-box-two a:focus,
.vertical-box-three a:hover,
.vertical-box-three a:focus,
.vertical-box-four a:hover,
.vertical-box-four a:focus {
  text-decoration: underline;
  color: orange;
}

@media only screen and (max-width: 767px) {
  .vertical-box-one,
  .vertical-box-two,
  .vertical-box-three,
  .vertical-box-four {
    margin-left: 0;
    margin-right: 0;
  }
}

.vertical-box-title {
  padding: 7px 14px 7px 14px;
  background-color: #5e7a89;
  border-radius: 50px;
  color: white;
  font-size: 12px;
  font-family: "OpenSans Semibold";
  text-transform: none;
}

.vertical-box-date {
  float: right;
  font-size: 13px;
  font-family: "OpenSans Regular";
  color: #5e7a89;
  text-transform: none;
  letter-spacing: 1.11px;
}

.vertical-box-p {
  padding: 5px;
  font-size: 16px;
  font-family: "OpenSans Semibold";
  line-height: 22px;
  letter-spacing: 1.11px;
  color: #33596d;
  margin-bottom: 0.5rem;
}

.vertical-box-excerpt {
  font-size: 14px;
  letter-spacing: 0.58px;
  color: #33596d;
  font-family: "OpenSans Regular";
  line-height: 23px;
  word-break: break-word;
  display: block;
  padding: 5px;
}

.vertical-box-excerpt iframe {
  max-width: 100%;
}

.horizontal-boxes {
  position: relative;
}

.horizontal-boxes-row {
  margin-top: -80px;
}

.horizontal-box-one {
  border-radius: 0px;
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
  border: none;
}

.horizontal-box-three {
  border-radius: 0px;
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
  border: none;
}

.instagram-container img {
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
}

.horizontal-box-five {
  border-radius: 0px;
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
  border: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 20px;
  font-size: 12px;
  color: #5e7a89 !important;
  background-color: #fff;
  background-image: none;
  border: 0.1px solid #5e7a89 !important;
  border-radius: 0px !important;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sign-up-title {
  font-size: 18px;
  font-family: "Montserrat Regular";
  color: #33596d;
  text-transform: none;
  line-height: 23px;
  margin-top: 16px;
}

.horizontal-box-sign-up-btn {
  width: 140px;
  height: 35px;
  border-radius: 50px;
  font-size: 14px;
  background-color: #d35700;
  font-family: "OpenSans Semibold";
  color: #fff;
  border: none !important;
}

.instagram-container {
  position: relative;
  display: block;
}

.instagram-container img {
  width: 100%;
  height: 100%;
}

.instagram-container svg {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.horizontal-box-sign-up-btn:hover {
  background-color: #f77f00;
  color: #fff;
}

.youtube-image {
  margin-bottom: 15px;
  width: 100%;
  height: 145px;
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
}

.sns-user-name {
  color: #5e7a89;
  font-size: 14px;
  letter-spacing: 0.58px;
  font-family: "Montserrat Regular";
  text-transform: none;
}

.horizontal-boxes {
  margin-top: 100px;
}

.horizontal-box-p {
  font-size: 14px;
  letter-spacing: 0.58px;
  color: #33596d;
  font-family: "OpenSans Regular";
  line-height: 23px;
}

.horizontal-box-fb {
  color: #d35700;
}

.about-john {
  background: linear-gradient(-180deg, transparent 0%, rgba(51, 89, 109, 0.05) 100%);
  position: relative;
  padding-bottom: 10%;
}

.about-john-image {
  margin-left: -13%;
  margin-top: 20%;
}

.john-signature {
  margin-left: 35%;
  margin-top: 11.5%;
}

.about-john-mark {
  margin-top: 105px;
}

.about-john-second-col {
  position: absolute;
  left: 625px;
  top: -5px;
}

.about-john-title {
  color: #33596d;
  font-size: 64px;
  font-family: "Gilroy Bold";
  letter-spacing: -0.53px;
  margin-left: 7%;
  margin-top: 10%;
}

.about-john-p {
  font-size: 18px;
  color: #5e7a89;
  letter-spacing: 0.4px;
  line-height: 30px;
  font-family: "OpenSans Regular";
  padding: 10px;
}

.learn-more-btn {
  font-family: "OpenSans Regular";
  font-size: 18px;
  color: #5e7a89;
  border-radius: 50px;
  height: 50px;
  width: 225px;
  border-color: #5e7a89;
  padding-top: 8.5px;
  margin-bottom: 2.5%;
  background-color: transparent;
  margin-left: 10px;
}

.learn-more-btn:hover {
  color: #fff;
  background-color: #5e7a89;
}

.service-section {
  background-image: url("../images/service.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.service-boxes {
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.6);
}

.service-section .h2 {
  font-family: "Gilroy Bold";
  font-size: 48px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding-top: 109px;
  margin-left: -110px;
}

.services-sub-title {
  color: #f3f4f5;
  font-size: 18px;
  letter-spacing: 0.75px;
  font-family: "Montserrat Regular";
  text-align: center;
  line-height: 26px;
  margin-top: -1.5%;
  margin-bottom: 3.5%;
}

.service-title {
  color: #f3f4f5;
  font-size: 18px;
  letter-spacing: 0.75px;
  font-family: "Montserrat Regular";
  text-align: center;
  line-height: 23px;
  padding-bottom: 15px;
  margin-bottom: -20px;
}

.service-images {
  text-align: center;
  padding-bottom: 110px;
}

.orange-line {
  margin-top: -10px;
  margin-right: 10px;
}

.issues-section {
  bottom: 12%;
}

.issues-section h2 {
  font-family: "Gilroy Bold";
  font-size: 24px;
  letter-spacing: 1px;
  color: #33596d;
  text-align: center;
  padding-top: 109px;
}

.issues-section p {
  color: #5e7a89;
  font-size: 18px;
  letter-spacing: 0.75px;
  font-family: "OpenSans Regular";
  text-align: center;
  margin-top: -8px;
  padding-bottom: 35px;
}

.issues-box {
  text-align: center;
  padding: 35px 20px 0px 20px;
  margin-bottom: 20px;
}

.issues-box:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
}

.issues-box svg {
  color: #ff7700;
  margin-bottom: 23px;
}

.issues-box h3 {
  text-align: center;
  font-family: "Montserrat Regular";
  color: #33596d;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12%;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.issues-box p {
  color: #5e7a89;
  font-family: "OpenSans Regular";
  letter-spacing: 0.4px;
  line-height: 30px;
  font-size: 18px;
  margin-top: -23px;
  -webkit-font-smoothing: antialiased;
}

.issues-box-btn {
  margin-top: 8%;
  text-align: center;
}

.view-all-btn {
  text-align: center;
  padding: 10px 60px 10px 60px;
  height: 50px;
  font-family: "OpenSans Semibold";
  font-size: 18px;
  color: #5e7a89;
  border: #5e7a89 1.2px solid;
  letter-spacing: 0.4px;
  border-radius: 50px;
}

.view-all-btn:hover {
  background-color: #5e7a89;
  color: #fff;
}

.end-home {
  padding-top: 7%;
}

.map-section {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(51, 89, 109, 0.05) 100%);
  height: 860px;
  text-align: center;
  position: relative;
}

.map-section .h2 {
  padding-top: 13%;
  text-align: center;
  font-family: "Gilroy Bold";
  font-size: 48px;
  letter-spacing: -0.4px;
  color: #33596d;
  line-height: 58px;
}

.map-section .h2 span {
  border-bottom: 3px solid #d35700;
}

.utah-google-map {
  padding-top: 8%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
}

.utah-google-map iframe {
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
  width: 60%;
  height: 350px;
}

.nature-section {
  margin-left: -6%;
}

.nature-section p {
  font-family: "OpenSans Regular";
  color: #5e7a89;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 30px;
  margin-left: 120px;
}

.nature-pics {
  margin-top: -3%;
  margin-bottom: 3%;
  max-width: 100%;
}

.contact-my-office-btn {
  text-align: center;
  width: 250px;
  height: 50px;
  font-family: "OpenSans Semibold";
  font-size: 18px;
  color: #5e7a89;
  border-color: #5e7a89;
  letter-spacing: 0.4px;
  border-radius: 50px;
  margin-top: 3%;
  margin-bottom: 100px;
  padding-top: 9px;
  margin-left: 120px;
}

.contact-my-office-btn:hover {
  background-color: #5e7a89;
  color: #fff;
}

.main-news-image {
  height: 396px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.press-releases-title {
  padding-top: 150px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Gilroy Bold";
  font-size: 64px;
  letter-spacing: -0.53px;
  line-height: 64px;
  margin-left: 10%;
  position: relative;
}

.press-releases-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #ff7700;
  position: absolute;
  bottom: 0;
  left: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.press-releases-filter {
  text-align: center;
}

.press-releases-filter .filter-by {
  font-family: "OpenSans Italic";
  font-size: 20px;
  letter-spacing: 0.83px;
  line-height: 27px;
  color: #5e7a89;
  margin-left: 11px;
  padding-top: 7%;
}

.dropdown {
  text-align: center;
}

.dropdown-toggle {
  height: 50px;
  width: 201px;
  background-color: #fff;
  border-color: #5e7a89;
  color: #5e7a89;
  font-family: "OpenSans Semibold";
  font-size: 18px;
  margin-top: 12px;
}

.dropdown-toggle:hover {
  color: #fff;
  background-color: #5e7a89;
}

.filter-btn {
  height: 50px;
  width: 100%;
  background-color: #d35700;
  color: #fff;
  font-family: "OpenSans Semibold";
  font-size: 18px;
  border-radius: 50px;
  border: none;
}

.filter-btn:hover {
  background-color: #fa9734;
  color: white;
}

.term-description p {
  font-family: "OpenSans Regular", sans-serif;
  font-size: 18px;
  line-height: 30px !important;
}

.post-preview-section {
  padding-top: 3%;
  padding-bottom: 5%;
}

.post-preview-section h2 {
  color: #00314B;
  size: 40px;
  font-family: "Gilroy Bold";
  letter-spacing: -0.33px;
  line-height: 49px;
}

.post-preview-section h2::after {
  display: block;
  content: "";
  width: 75px;
  height: 3px;
  margin-top: -3px;
  background: #ed7f3b;
  bottom: 0;
  left: 0;
}

.post-preview-section p,
.post-preview-section a {
  color: #00314B;
  size: 18px;
  letter-spacing: 0.4px;
  line-height: 30px;
}

.post-preview-section a {
  transition: 300ms;
}

.post-preview-section a:hover,
.post-preview-section a:focus {
  color: #ff7700;
}

.silver-line {
  text-align: center;
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background-color: #5e7a89;
  margin-bottom: 7%;
}

.news-box-down {
  margin-top: 3%;
}

.news-pics {
  width: 100%;
}

.post-preview-date {
  font-family: "Montserrat Regular";
  font-size: 14px;
  color: #5e7a89;
  letter-spacing: 0.58px;
  line-height: 23px;
  margin-bottom: -0.2%;
}

.post-preview-title {
  font-family: "Montserrat Regular";
  font-size: 18px;
  color: #33596d;
  letter-spacing: 0.75px;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 20px;
}

.post-preview-p {
  color: #31596e;
  font-size: 14px;
  font-family: "OpenSans Regular";
  letter-spacing: 0.58px;
  line-height: 23px;
}

.post-preview-tag {
  font-family: "OpenSans Semibold";
  letter-spacing: 0.4px;
  color: #ffffff;
  text-align: center;
  width: 115px;
  height: 25px;
  font-size: 12px;
  background-color: #5e7a89;
  border-radius: 25px;
  border: none;
  padding-top: 2.8px;
}

.news-pagination {
  padding-bottom: 8%;
}

ul.cc-pagination {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

ul.cc-pagination li {
  margin: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 20px;
}

ul.cc-pagination li.current {
  border-color: #ff7700;
  background-color: #ff7700;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.36);
}

ul.cc-pagination li.current a {
  color: #fff;
}

ul.cc-pagination li.current a:hover, ul.cc-pagination li.current a:focus {
  color: #fff;
}

ul.cc-pagination li a {
  color: #5E7A89;
  font-size: 18px;
  line-height: 18px;
  font-family: "Montserrat Regular";
  font-weight: bold;
  text-decoration: none;
}

ul.cc-pagination li a:hover {
  color: #ff7700;
}

.post-date {
  margin-top: 5%;
  font-family: Montserrat Regular;
  color: #5e7a89;
  font-size: 14px;
  letter-spacing: 0.58px;
  line-height: 23px;
}

.post-date span {
  margin-left: 2.5%;
  font-size: 12px;
  background-color: #5e7a89;
  color: #fff;
  font-family: OpenSans Semibold;
  letter-spacing: 0.4px;
  border-radius: 50px;
  padding: 3px 12px 3px 12px;
}

.post-title {
  font-family: "Gilroy Bold";
  font-size: 64px;
  line-height: 64px;
  color: #33596d;
  letter-spacing: -0.53px;
  text-transform: uppercase;
}

.post-image {
  width: 55%;
}

.follow-post {
  padding: 20px;
  border-radius: 50px;
  color: #5e7a89;
  background-color: #f3f4f5;
  margin: 10px;
}

.follow-post:hover {
  color: #fff;
  background-color: #f77f00;
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
}

.post-p-1 {
  margin-top: 3.2%;
  font-family: "OpenSans Regular";
  font-size: 21px;
  letter-spacing: 0.4px;
  line-height: 34px;
  color: #33596d;
}

.post-content ul li a:hover,
.page-content ul li a:hover {
  color: #ff7700 !important;
  text-decoration: underline;
}

.post-content a:hover,
.page-content a:hover {
  color: #ff7700 !important;
  text-decoration: underline;
}

.post-content > p,
.page-content > p {
  margin-bottom: 50px;
}

.post-content table {
  min-width: 400px;
}

.post-content table th {
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px;
}

.post-content table th,
.post-content table td {
  padding: 5px 20px;
}

.post-content table tr:nth-child(even) {
  background-color: #ffe4cc;
}

.post-watch-video {
  font-family: "OpenSans Regular";
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 30px;
  color: #33596d;
  margin-bottom: 5%;
}

.post-watch-video span > a {
  color: #ff7700;
  font-family: "OpenSans Semibold";
}

.post-watch-video span > a:hover {
  color: #5e7a89;
}

.related-updates-row {
  margin-bottom: 10%;
}

.related-updates {
  font-family: "Gilroy Bold";
  font-size: 48px;
  letter-spacing: -0.4px;
  color: #33596d;
  margin-top: 50px;
  margin-bottom: 4%;
  text-transform: uppercase;
}

.related-updates::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin-top: -10px;
  background: #ed7f3b;
  bottom: 0;
  left: 0;
}

.post-page-icons {
  padding-top: 30px;
}

.post-content,
.page-content {
  padding: 30px 0;
}

.post-content blockquote,
.page-content blockquote {
  font-family: "OpenSans Regular";
  font-size: 21px;
  letter-spacing: 0.4px;
  line-height: 34px;
  border-width: 0;
  padding: 0;
  margin-bottom: 30px;
  color: #33596d;
}

.post-content > p,
.page-content > p {
  font-family: "OpenSans Regular";
  font-size: 18px;
  color: #33596d;
  letter-spacing: 0.4px;
  line-height: 30px;
}

.post-content a,
.page-content a {
  color: #ff7700;
}

.post-content a:hover,
.page-content a:hover {
  color: #5e7a89;
}

.post-content h2,
.page-content h2 {
  font-family: "OpenSans LightItalic";
  font-size: 24px;
  color: #33596d;
  letter-spacing: 0.53px;
  line-height: 30px;
  text-transform: none;
}

.post-content ul,
.page-content ul {
  font-family: "OpenSans Regular";
  color: #33596d;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 30px;
}

.post-content ul li a,
.page-content ul li a {
  color: #ff7700;
  font-family: "OpenSans Semibold";
}

.post-content ul li a:hover,
.page-content ul li a:hover {
  color: #5e7a89;
}

.post-issues {
  font-family: "OpenSans Italic";
  font-size: 18px;
  color: #5e7a89;
  letter-spacing: 0.75px;
}

.post-issues a {
  font-family: "OpenSans Italic";
  color: #ff7700;
}

.page-title {
  font-family: "Gilroy Bold";
  font-size: 64px;
  color: #33596d;
  letter-spacing: -0.53px;
  line-height: 78px;
  margin-top: 5%;
  text-transform: uppercase;
}

.btn:focus,
.btn:active {
  outline: none !important;
}

.btn:active:focus {
  box-shadow: none;
}

a.btn:hover {
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

@media print {
  .post-image,
  .follow-post,
  .fa-layers,
  .post-page-icons,
  a[href]:after,
  .related-updates-row,
  .navbar-default,
  footer {
    display: none;
  }
  html,
  body {
    overflow: visible;
  }
}

@media (max-width: 1300px) {
  .about-john-second-col {
    position: initial;
  }
}

@media (max-width: 1250px) {
  .about-john-mark {
    width: 105%;
    margin-top: 125px;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (max-width: 1136px) {
  .follow-fw {
    margin: 0px;
  }
  .about-john-mark {
    margin-top: 140px;
  }
  .navbar-nav > li > a {
    letter-spacing: -0.25px;
    font-size: 15px;
  }
}

@media (max-width: 1093px) {
  .home-sns {
    margin-left: -250px;
  }
  .navbar-nav > li > a {
    letter-spacing: -0.5px;
    font-size: 14.75px;
  }
  .subscribe-btn {
    margin-left: 90px;
    width: 190px;
  }
  .copyright,
  .footer-links {
    font-size: 15px;
  }
  .fa-fw {
    margin-right: 5px;
  }
}

@media (max-width: 1023px) {
  .subscribe-btn {
    margin-left: 70px;
    width: 170px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    padding-bottom: 5px;
    margin-right: 5px;
  }
  .nature-section {
    margin-left: 0%;
  }
  .nature-section p {
    margin-left: 0px;
  }
  .contact-my-office-btn {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (max-width: 992px) {
  .home-sns {
    position: absolute;
    bottom: -780px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .horizontal-boxes {
    margin-top: 250px;
  }
}

@media (max-width: 991px) {
  .filter-btn {
    margin-top: 75px;
  }
  .SumoSelect > .CaptionCont,
  .SumoSelect > .optWrapper {
    width: 100% !important;
  }
  .nature-pics {
    margin-top: 40px;
  }
  .utah-google-map iframe {
    width: 70%;
  }
  .vertical-boxes {
    padding: 0px 200px 0px 200px;
  }
  .instagram-container img {
    margin-top: -145px;
  }
  .youtube-image {
    height: 205px;
  }
  .intro-sub {
    font-size: 23px;
  }
  .follow-me {
    margin-left: 0px;
    text-align: center;
    float: none;
  }
  .intro-name {
    margin-top: 80px;
    font-size: 65px;
  }
  .home-sns {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .vertical-boxes {
    margin-top: 20px;
  }
  .curtis-intro {
    text-align: center;
  }
  .post-page-icons {
    text-align: center;
    margin-bottom: 4%;
  }
  .about-john-mark {
    display: none;
  }
  .about-john-mark-two {
    width: 30%;
    margin-top: 50px;
  }
  .about-john-title {
    font-size: 50px;
    text-align: center;
  }
  .footer-logo {
    margin: 15px 0px 15px 20px;
  }
  .copyright {
    margin: 15px;
  }
  .third-footer {
    margin: 15px 0px 15px 24px;
  }
  .footer-icons {
    margin: 15px 0px 15px 20px;
  }
  .footer-wrapper {
    height: 350px;
  }
  .learn-more-btn-div {
    text-align: center;
    margin-left: 0px;
  }
  .copyright,
  .footer-links {
    font-size: 18px;
  }
  .fa-fw {
    margin-right: 12px;
  }
  .horizontal-box-five {
    margin-top: 20px;
  }
  .follow-fw {
    margin: 0px 10px 0px 0px;
  }
  .map-section {
    height: 800px;
  }
  .nature-section {
    text-align: center;
  }
  .nature-section p {
    text-align: left;
  }
}

@media (max-width: 975px) {
  .instagram-container img {
    margin-top: -125px;
  }
}

@media (max-width: 915px) {
  .instagram-container img {
    margin-top: -120px;
  }
  .nature-section {
    margin-left: 0%;
  }
  .vertical-boxes {
    padding: 0px 140px 0px 140px;
  }
}

@media (max-width: 879px) {
  .instagram-container img {
    margin-top: -100px;
  }
}

@media (max-width: 848px) {
  .instagram-container img {
    margin-top: -105px;
  }
  .nature-section {
    margin-left: 0%;
  }
  .about-john-mark-two {
    width: 40%;
  }
  .intro-sub {
    font-size: 22px;
  }
  .vertical-boxes {
    padding: 0px 100px 0px 100px;
  }
}

@media (max-width: 828px) {
  .subscribe-btn {
    margin-left: 25px;
  }
  .about-john-image {
    width: 535px;
  }
  .nature-section {
    margin-left: 0%;
  }
  .nature-pics {
    width: 405px;
  }
  .map-section {
    height: 700px;
    margin-bottom: 20px;
  }
  .intro-name {
    margin-top: 80px;
  }
  .home-sns {
    margin-bottom: 40px;
  }
  .vertical-boxes {
    margin-top: 20px;
  }
  .curtis-intro {
    text-align: center;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 9px 15px 9px 15px;
    margin: 5px;
    line-height: 20px;
    color: #5e7a89;
    font-size: 15px;
    font-family: "Montserrat Regular";
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #5e7a89;
    border-radius: 50px;
  }
  .intro-name {
    font-size: 60px;
  }
  .intro-sub {
    font-size: 21px;
  }
  .vertical-boxes {
    padding: 0px 60px 0px 60px;
  }
}

@media (max-width: 809px) {
  .instagram-container img {
    margin-top: -120px;
  }
}

@media (max-width: 784px) {
  .instagram-container img {
    margin-top: -130px;
  }
  .vertical-boxes {
    padding: 0px 40px 0px 40px;
  }
}

@media (max-width: 780px) {
  .instagram-container img {
    margin-top: -120px;
  }
}

@media (max-width: 768px) {
  .instagram-container img {
    margin-top: -105px;
  }
  .issues-box:hover {
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (max-width: 767px) {
  .filter-btn {
    margin-top: 12px;
  }
  .press-releases-title {
    font-size: 60px;
    line-height: 65px;
  }
  #navbar {
    max-height: 1000px;
  }
  .navbar-toggle {
    height: 100%;
  }
  .footer-logo {
    margin: 15px 0px 15px 11.5px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
    border-bottom: 0px !important;
  }
  .third-footer {
    margin: 15px 0px 15px 30px;
  }
  .footer-icons {
    margin: 15px 0px 15px 27px;
  }
  .vertical-boxes {
    padding: 0px 120px 0px 120px;
  }
  .instagram-container img {
    margin-top: 0px;
  }
  .youtube-image {
    height: 225px;
  }
  .horizontal-boxes-rsponsive-box {
    padding: 0px 150px 0px 150px;
  }
  .navbar-nav {
    margin: 7.5px -15px 0px -15px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-bottom: 2px solid #f3f4f5;
    padding-bottom: 100%;
    background-color: #fff;
  }
  .subscribe-btn {
    margin-left: 0px;
    margin-top: 2%;
    width: 201px;
    margin-bottom: 20px;
  }
  .navbar-right > li {
    text-align: center;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 8px;
    margin-top: 10px;
    padding-top: 5%;
  }
  .navbar-default .navbar-nav > li > a:hover {
    border: none;
  }
  .follow-me {
    margin-left: 0px;
    text-align: center;
  }
  .about-john-mark-two {
    width: 50%;
    margin-top: 20px;
  }
  .intro-sub {
    font-size: 19px;
  }
  .news-pics {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .intro-name {
    font-size: 55px;
  }
  .utah-google-map iframe {
    width: 75%;
  }
}

@media (max-width: 688px) {
  .press-releases-title {
    font-size: 55px;
    line-height: 60px;
  }
  .vertical-boxes {
    padding: 0px 100px 0px 100px;
  }
  .post-title {
    font-size: 42px;
    line-height: 52px;
  }
  .post-image {
    width: 100%;
  }
  .player-image {
    width: 100%;
  }
  .page-title {
    font-size: 42px;
    line-height: 52px;
  }
  .intro-sub {
    font-size: 17.5px;
  }
  .news-pics {
    width: 70%;
  }
  .related-updates {
    font-size: 43px;
  }
  .intro-name {
    font-size: 50px;
    margin-bottom: -10px;
  }
  .utah-google-map iframe {
    width: 85%;
  }
  .map-section {
    height: 660px;
  }
  .map-section h2 {
    font-size: 40px;
  }
  .horizontal-boxes-rsponsive-box {
    padding: 0px 110px 0px 110px;
  }
}

@media (max-width: 600px) {
  .press-releases-title {
    font-size: 50px;
    line-height: 55px;
  }
  .vertical-boxes {
    padding: 0px 30px 0px 30px;
  }
  .horizontal-boxes-rsponsive-box {
    padding: 0px 80px 0px 80px;
  }
  .news-pics {
    width: 100%;
  }
  .utah-google-map iframe {
    width: 100%;
  }
  iframe {
    width: 100%;
  }
  .map-section h2 {
    font-size: 33px;
  }
  .map-section {
    height: 630px;
  }
}

@media (max-width: 500px) {
  .follow-me {
    margin-bottom: 5px;
  }
  .home-sns {
    margin-bottom: 90px;
  }
  .press-releases-title {
    font-size: 40px;
    line-height: 42.5px;
  }
  .vertical-boxes {
    padding: 0px 5px 0px 5px;
  }
  .horizontal-boxes-rsponsive-box {
    padding: 0px 20px 0px 20px;
  }
  .horizontal-boxes {
    margin-top: 200px;
  }
  .nature-pics {
    width: 100%;
  }
  .about-john-p {
    padding: 0px 20px 0px 20px;
    font-size: 16px;
  }
}

@media (max-width: 470px) {
  .home-sns {
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .home-sns {
    margin-bottom: 20px;
  }
}

.dropdown {
  text-align: center;
}

.dropdown-toggle {
  height: 50px;
  width: 201px;
  background-color: #fff;
  border-color: #5e7a89;
  color: #5e7a89;
  font-family: "OpenSans Semibold";
  font-size: 18px;
  margin-top: 12px;
}

.dropdown-toggle:hover {
  color: #fff;
  background-color: #5e7a89;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 100%;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #5e7a89;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 200ms;
}

.SumoSelect > .CaptionCont:hover,
.SumoSelect > .CaptionCont:active {
  border-color: #ff7700;
  color: #ff7700;
  box-shadow: none;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  font-family: "OpenSans Semibold";
  color: #5e7a89;
  margin: 2px 0px 0px 10px;
  text-align: center;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #5e7a89;
  font-family: "OpenSans Semibold";
  text-align: center;
  margin: 2px 0px 0px 20px;
  font-size: 20px;
  padding-top: 2px;
}

.SumoSelect > .CaptionCont > span.placeholder:hover {
  color: #ff7700;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i:before {
  font-family: FontAwesome;
  content: "\f107";
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #5e7a89;
  padding-top: 10px;
}

.SumoSelect > .CaptionCont > label > i:hover:before {
  color: #ff7700;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 120%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 18px 0 rgba(0, 49, 75, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 40px;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #e4e4e4;
}

.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-top: 5px;
  text-align: left;
  margin-left: 10px;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 30px;
  margin-left: 5px;
  font-size: 14px;
  font-family: "OpenSans Regular";
  color: #33596d;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -25px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #fff;
  box-shadow: none;
  border-color: transparent;
  background-image: url("../images/selected.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #33596d;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  text-align: left;
  border-radius: 3px 3px 0 0;
  position: relative;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
  height: 39.2px;
  margin-bottom: 5px;
}

.SumoSelect .select-all > label {
  cursor: pointer;
  font-size: 14px;
  font-family: "OpenSans Semibold";
  color: #33596d;
  margin-left: 10px;
}

.SumoSelect .select-all > span i {
  cursor: pointer;
  margin-top: 19px;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

[v-cloak] {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.pop-in-enter-active,
.pop-in-leave-active {
  transition: all 0.3s ease;
}

.pop-in-enter,
.pop-in-leave-to {
  transform: scale(1.2, 1.2);
  opacity: 0;
}

.blur-mask {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1990;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.toggle-modal-button {
  -webkit-appearance: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-width: 0;
  font-size: 30px;
  color: #ff7700;
  position: absolute;
}

.subscribe-modal .modal-container {
  width: 300px;
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .subscribe-modal .modal-container {
    width: 400px;
  }
}

.subscribe-modal .modal-container h2 {
  font-size: 24px;
  text-align: center;
}

.subscribe-modal .modal-container label {
  color: #00314B;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.subscribe-modal .modal-container input[type="text"],
.subscribe-modal .modal-container input[type="email"] {
  width: 100%;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #00314B;
  margin-bottom: 15px;
  padding: 10px;
}

.subscribe-modal .modal-container button.toggle-modal-button {
  top: -20px;
  right: -20px;
}

.subscribe-modal .modal-container button[type="submit"] {
  background-color: #ff7700;
  -webkit-appearance: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  border-width: 0;
  border-style: solid;
  padding: 5px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 300ms;
}

.subscribe-modal .modal-container button[type="submit"]:hover, .subscribe-modal .modal-container button[type="submit"]:focus {
  background-color: #00314B;
}

.search-toggle-button {
  -webkit-appearance: none;
  border-width: 0;
  background-color: transparent;
}

.search-toggle-button:focus {
  outline-color: #ff7700;
}

.search-modal .search-container {
  width: 70%;
  position: relative;
}

.search-modal .search-container form .fa-search {
  position: absolute;
  font-size: 80px;
  color: #fff;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .search-modal .search-container form .fa-search {
    font-size: 40px;
  }
}

.search-modal .search-container form,
.search-modal .search-container input[type="search"] {
  width: 100%;
}

.search-modal .toggle-modal-button {
  right: 30px;
  top: 30px;
}

.search-modal .search-input {
  width: 80%;
  background-color: transparent;
  font-family: "OpenSans Semibold";
  font-size: 65px;
  padding: 0 0 0 100px;
  color: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 2px;
  -webkit-appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  .search-modal .search-input {
    font-size: 28px;
    padding-left: 50px;
  }
}

.search-modal .mountains {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
}

.home-feed .panel-body a {
  color: #ff7700;
}

body {
  -webkit-overflow-scrolling: touch;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.default-article-image {
  max-width: 100%;
}

.subnav__item:hover {
  background: #ff7700;
}

.subnav__link {
  color: #33596D !important;
  font-size: 0.8rem !important;
}

.subnav__link:hover {
  color: #fff !important;
}

@media print {
  @page {
    margin: .5in;
  }
}

.eventbrite > ul {
  padding-left: 0;
}

.eventbrite .event {
  background: #eee;
  margin: 1rem;
}

.eventbrite .event__image {
  background-size: cover !important;
  min-height: 280px;
  background-position: center center !important;
}

@media screen and (min-width: 768px) {
  .eventbrite .event__image {
    min-height: 400px;
  }
}

.eventbrite .event__meta {
  flex-direction: column;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .eventbrite .event__meta {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .eventbrite .event__meta__right {
    margin-top: 12px;
  }
}

.eventbrite .event__date {
  text-transform: uppercase;
  color: #ff7700;
}

.eventbrite .event__title a {
  color: #111;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.eventbrite .event__title a:hover {
  text-decoration: none;
  color: #ff7700;
}

.eventbrite .event__tickets span {
  text-transform: lowercase;
}

.eventbrite .event__cta {
  padding: 4px 16px;
  border: 1px solid #222;
  border-radius: 4px;
  font-weight: 700;
  color: #333;
}

.eventbrite .event__cta:hover {
  text-decoration: none;
}

.paginate-links.eventbrite {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.paginate-links.eventbrite .disabled {
  display: none;
}

.paginate-links.eventbrite li {
  list-style-type: none;
  margin: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 20px;
}

.paginate-links.eventbrite li a {
  color: #5e7a89;
}

.paginate-links.eventbrite li a:hover {
  color: #f70;
  cursor: pointer;
  text-decoration: none;
}

.paginate-links.eventbrite li.active {
  border-color: #f70;
  background-color: #f70;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.36);
}

.paginate-links.eventbrite li.active a {
  color: #fff;
}

.paginate-links.eventbrite li.active:hover a {
  color: #fff !important;
}

.pagination-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 1rem;
  justify-content: center;
}

.event-container {
  display: flex;
  flex-wrap: wrap;
}

.single-event {
  width: 100%;
}

.single-event:hover {
  text-decoration: none;
  color: #00314B;
  transition: 0.5s all ease-in-out;
}

.single-event img {
  max-width: 100%;
}

.single-event__date {
  color: #f70;
}

@media screen and (min-width: 992px) {
  .single-event {
    width: 31%;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .single-event:nth-child(3n+0) {
    margin-right: 0;
  }
}

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