/* Compiled Sass */
/* main: style.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

/* main: style.scss */
/* Color Variables */
/* Responsive Break Points */
/* main: style.scss */
.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* main: style.scss */
/* Typography */
html {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-style: normal;
  line-height: 1.565;
  font-size: 15px;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

p {
  color: #333333;
  font-style: normal;
  line-height: 1.565;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

h2 {
  font-weight: 800;
  line-height: 1.2;
  font-size: 3.33rem;
  margin: 0 0 1.5rem 0;
  color: #44bb87;
}

@media (max-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-weight: 100;
  line-height: 1.4;
  font-size: 1.75rem;
  margin: 0rem 0 1.5rem 0;
}

h4 {
  font-weight: 800;
  line-height: 1.4;
  font-size: 1rem;
  display: inline-block;
}

a {
  color: #e83119;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #d22b15;
}

strong, bold {
  font-weight: bold;
}

.italic, i {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

/* Alerts */
.alert {
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1rem 0;
  max-width: 40rem;
  border: 2px solid #333333;
  font-weight: bold;
  border-radius: 4px;
}

.alert-empty {
  border-color: #e83119;
}

/* main: style.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: .2rem .5rem;
  font-size: 16px;
  color: #555555;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #44bb87;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

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

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

.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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 1rem;
}

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

.radio label,
.checkbox label {
  min-height: 20px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

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

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

@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: 27px;
}

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

@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: 14.333333px;
    font-size: 18px;
  }
}

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

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

.clearfix:after,
.form-horizontal .form-group: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;
}

/* Additional Input Field Styling */
.form-min-max label {
  width: 100%;
}

.form-min-max input {
  width: 42%;
  display: inline-block;
}

.form-min-max .to {
  width: 9%;
  display: inline-block;
  text-align: center;
}

/* Form Errors */
.form-error {
  color: #e83119;
  font-weight: bold;
  margin-bottom: 1rem;
  top: -1rem;
  position: relative;
}

.field-in-error {
  border-color: #e83119;
}

/* Form is Valid */
.field-valid {
  color: #286b83;
}

/* Captcha */
.g-recaptcha {
  margin-bottom: 2rem;
}

/* main: style.scss */
/* Buttons */
button, .button, .modal-dialog .button {
  padding: .3rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  display: inline-block;
  margin: 0 .5rem .5rem 0;
  width: auto;
  cursor: pointer;
  text-align: center;
}

.button-primary {
  background: #e83119;
  border: 2px solid #e83119;
  color: #ffffff;
  padding: .3rem 2rem;
}

.button-primary:hover {
  background: #bb2613;
  border: 2px solid #bb2613;
}

.button-left {
  float: left;
}

.button-right {
  float: right;
}

.button-text {
  background: #ffffff;
  color: #e83119;
  border: 2px solid #d8d8d8;
}

.button-text:hover {
  color: #bb2613;
  background: #efefef;
}

.button-register {
  background: rgba(199, 214, 235, 0.8);
  color: #333333;
  border: 2px solid #e83119;
  font-size: 1rem;
  margin-left: 1rem;
  padding: .5rem 1rem;
}

.button-register:hover {
  background: #e83119;
  color: #ffffff;
}

@media (max-width: 767px) {
  .button-register {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.button-gem-request {
  background: none;
  color: #333333;
  border: 2px solid #44bb87;
  font-size: .8rem;
}

.button-gem-request:hover {
  background: #44bb87;
  color: #ffffff;
}

@media (max-width: 991px) {
  .button-gem-request {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.button-gem-request:disabled, .button-gem-request disabled {
  background: #44bb87;
  color: #ffffff;
}

.button-view-certificate {
  background: none;
  color: #333333;
  border: 2px solid #898989;
  font-size: .8rem;
}

.button-view-certificate:hover {
  background: #898989;
  color: #ffffff;
}

@media (max-width: 991px) {
  .button-view-certificate {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.button-full-width {
  width: 100%;
}

/* main: style.scss */
/* General */
html {
  background: #333333;
}

body {
  background: #ffffff;
  max-width: 1200px;
  margin: 0px auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 0px !important;
}

.right {
  float: right;
}

.container-fluid {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  position: relative;
  overflow-x: hidden;
}

/* Header */
.oldsite {
  display: none;
  width: 100%;
  position: relative;
  padding: 1rem 1rem .25rem;
  color: white;
  background: black;
  text-align: center;
}

.home .oldsite {
  display: block;
}

.noscroll {
  overflow: hidden !important;
}

header {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #f9f9f9;
  position: relative;
}

header .menu-container {
  display: block;
}

header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 1400px solid #ffffff;
  border-top: 4rem solid transparent;
}

header .logo {
  max-width: 16rem;
  margin: 0 2rem 0 0;
  float: left;
  vertical-align: middle;
}

@media (max-width: 480px) {
  header .logo {
    max-width: 7rem;
    margin: 0;
  }
}

header .welcome_tag {
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
}

header nav {
  float: left;
  width: 100%;
}

header nav ul.primary {
  width: auto;
  float: right;
  margin: .85rem 0 0 0;
}

header nav ul.primary li {
  display: inline-block;
  vertical-align: middle;
}

header nav ul.primary a {
  padding: .5rem;
  display: inline-block;
  position: relative;
}

header nav ul.primary a:hover {
  text-decoration: underline;
}

header nav ul.secondary {
  position: absolute;
  width: auto;
  top: -15px;
  right: 20px;
}

header nav ul.secondary li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

header nav ul.secondary a {
  padding: 0;
  font-size: 12px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}

header nav ul.secondary a:hover {
  text-decoration: underline;
}

header nav .mobile-social {
  display: none;
}

header nav .mobile-social a {
  width: auto;
  height: auto;
}

header nav .mobile-social img {
  height: 2.5rem;
  width: 2.5rem;
}

header #mobile-menu-button-close {
  display: none;
}

header .active {
  right: 0 !important;
}

header #gem-count-mobile {
  display: none;
  position: absolute;
  right: 100px;
  top: 0.4rem;
}

header #gem-count-mobile a {
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  header #gem-count-mobile {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  header .menu-container {
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    position: fixed;
    display: block;
    z-index: 9999;
    padding: 2rem 1rem;
    text-align: center;
    overflow: hidden;
  }
  header .menu-container .menu-container-mobile {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    padding-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 1px solid #d9d9d9;
    /* Optional but highly reccomended: enables momentum scrolling on iOS */
    -webkit-overflow-scrolling: touch;
  }
  header .menu-container #mobile-menu-button-close {
    background: #e83119;
    color: #ffffff;
    border-radius: 4px;
    padding: .5rem 1rem;
    float: right;
    margin: 0;
    display: block;
    border: 0;
    font-weight: bold;
  }
  header .menu-container #mobile-menu-button-close:hover {
    background: #bb2613;
  }
  header .menu-container ul.secondary {
    left: auto;
    right: auto;
    top: auto;
    padding: 1.5rem;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
  }
  header .menu-container ul.secondary .right {
    float: none;
  }
  header .menu-container ul.secondary a {
    color: #333;
    font-weight: normal;
    font-size: 16px;
  }
  header .menu-container ul.secondary .welcome_tag {
    display: none;
  }
  header .menu-container ul.primary {
    width: 100% !important;
    float: none !important;
    position: relative !important;
  }
  header .menu-container ul.primary li {
    width: 100%;
  }
  header .menu-container ul.primary li a {
    width: 100%;
    padding: 1.5rem .5rem;
    border-bottom: 1px solid #d8d8d8;
    color: #333333 !important;
    font-size: 18px;
  }
  header .menu-container ul.primary .gem-count {
    position: relative;
    top: -10px;
  }
  header .menu-container .hide-mobile {
    display: none;
  }
  header .menu-container .mobile-social {
    display: inline-block;
    margin: 0 auto;
    padding: 1.5rem;
  }
}

header #mobile-menu-button {
  background: #e83119;
  color: #ffffff;
  border-radius: 4px;
  padding: .5rem 1rem;
  float: right;
  margin: 0;
  display: none;
  border: 0;
  font-weight: bold;
}

header #mobile-menu-button:hover {
  background: #bb2613;
}

@media screen and (max-width: 900px) {
  header #mobile-menu-button {
    display: block;
  }
}

header h2 {
  margin: 2rem 0;
  white-space: nowrap;
}

header h2 .small {
  color: #286b83;
  font-size: 2.7rem;
  white-space: nowrap;
}

@media (max-width: 480px) {
  header h2 .small {
    font-size: 8vw;
  }
}

@media (max-width: 480px) {
  header h2 {
    font-size: 8vw;
  }
}

section.search {
  margin-bottom: 1rem;
}

.search {
  position: relative;
}

.search .search-tips {
  margin-bottom: 1rem;
}

.search .search-tips #search-tips-button {
  color: #e83119;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
}

.search .search-tips #search-tips-button:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e83119;
  position: relative;
  top: 15px;
  right: -15px;
}

.search .search-tips #search-tips-button:hover {
  color: #bb2613;
}

.search .search-tips #search-tips-button:hover:after {
  border-top: 8px solid #bb2613;
}

.search .search-tips #search-tips-content {
  font-size: 12px;
  display: none;
}

.search .search-buttons {
  margin-bottom: 1rem;
}

.search-results, #searchResultsDiv, #gsi_searchResultsDiv {
  position: relative;
}

.search-results .search-result, #searchResultsDiv .search-result, #gsi_searchResultsDiv .search-result {
  padding: 1rem;
  margin: 0 0 1rem 0;
  border: 1px solid #d8d8d8;
  background: #f9f9f9;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 860px) {
  .search-results .search-result, #searchResultsDiv .search-result, #gsi_searchResultsDiv .search-result {
    flex-wrap: wrap;
  }
}

.search-results .search-result p, #searchResultsDiv .search-result p, #gsi_searchResultsDiv .search-result p {
  font-size: .8rem;
}

.search-results .search-result h4, #searchResultsDiv .search-result h4, #gsi_searchResultsDiv .search-result h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.search-results .search-result .gem-image, #searchResultsDiv .search-result .gem-image, #gsi_searchResultsDiv .search-result .gem-image {
  padding: 0 20px 0 0;
  flex-basis: 260px;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.search-results .search-result .gem-details, #searchResultsDiv .search-result .gem-details, #gsi_searchResultsDiv .search-result .gem-details {
  flex-basis: 240px;
  padding: 0 20px 0 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 5px;
}

.search-results .search-result .gem-details .detail, #searchResultsDiv .search-result .gem-details .detail, #gsi_searchResultsDiv .search-result .gem-details .detail {
  display: block;
}

.search-results .search-result .gem-details .gem-details-half, #searchResultsDiv .search-result .gem-details .gem-details-half, #gsi_searchResultsDiv .search-result .gem-details .gem-details-half {
  width: 50%;
  display: inline-block;
  float: left;
}

.search-results .search-result .gem-details .text-right, #searchResultsDiv .search-result .gem-details .text-right, #gsi_searchResultsDiv .search-result .gem-details .text-right {
  text-align: right;
  padding-right: 5px;
}

.search-results .search-result .gem-request-details .detail, #searchResultsDiv .search-result .gem-request-details .detail, #gsi_searchResultsDiv .search-result .gem-request-details .detail {
  display: inline-block;
  margin-right: 1rem;
}

.search-results .search-result .gem-description, #searchResultsDiv .search-result .gem-description, #gsi_searchResultsDiv .search-result .gem-description {
  flex-grow: 1;
  overflow: hidden;
}

.search-results .gem-search-image, .search-results img, #searchResultsDiv .gem-search-image, #searchResultsDiv img, #gsi_searchResultsDiv .gem-search-image, #gsi_searchResultsDiv img {
  margin-bottom: 1.5rem;
  max-height: 260px;
}

.search-results .gem-search-image, #searchResultsDiv .gem-search-image, #gsi_searchResultsDiv .gem-search-image {
  max-width: 100% !important;
  cursor: pointer;
}

.search-results .gem-search-image iframe, #searchResultsDiv .gem-search-image iframe, #gsi_searchResultsDiv .gem-search-image iframe {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.search-results button, #searchResultsDiv button, #gsi_searchResultsDiv button {
  float: left;
}

@media (max-width: 991px) {
  .search-results button, #searchResultsDiv button, #gsi_searchResultsDiv button {
    margin-left: 0;
    margin-right: 0;
  }
}

.search-results-page {
  padding-bottom: 0 !important;
}

/* Section Featured */
section.featured {
  padding: 1rem 6rem 1rem 6rem;
  background-color: #f9f9f9;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  section.featured {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section.featured p {
    max-width: 30rem;
    text-align: center;
    margin: 0 auto 2.5rem auto;
  }
}

section.featured h4 {
  margin: 0 0 1rem 0;
}

section.featured .gem-table {
  display: table;
  height: 15rem;
  width: 100%;
}

@media (max-width: 991px) {
  section.featured .gem-table {
    height: auto;
  }
}

section.featured .gem-table .gem-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

section.featured .gem-table .gem-holder img {
  margin: 0rem auto 1rem auto;
  max-height: 14rem;
}

section.featured:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4rem;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 4rem solid #f9f9f9;
  border-left: 1400px solid transparent;
}

/* Section About */
section.about {
  padding: 4rem 0 1rem 0;
  background-color: #feb152;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#feac4e), to(#fbd270));
  position: relative;
  overflow: hidden;
}

section.about h3 {
  color: #304b66;
}

section.about .about-gem {
  position: absolute;
  top: 50%;
  right: 60%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  section.about .about-gem {
    display: none;
  }
}

/* About Us Page */
.g2k_aboutus {
  margin: 3rem 0;
  width: 100%;
}

.team_bio_container {
  display: flex;
}

.team_bio_container:nth-child(even) {
  flex-direction: row-reverse;
}

.team_bio_container > div {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .team_bio_container {
    flex-direction: column;
  }
  .team_bio_container > div {
    width: 100%;
  }
  .team_bio_container:nth-child(even) {
    flex-direction: column;
  }
}

.team_bio_container .team_photo {
  padding: 0;
}

.team_bio_container .team_photo img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 600px;
  vertical-align: middle;
}

.team_bio_container .team_bio {
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_bio_container .team_bio h4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .team_bio_container .team_bio {
    padding: 2rem;
  }
}

.team_bio_container .background_orange {
  background-color: #feb152;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#feac4e), to(#fbd270));
}

.team_bio_container .background_teal {
  background-color: #b5cac5;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9bfb9), to(#daf4ed));
}

.team_bio_container .background_purple {
  background-color: #a484a9;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a484a9), to(#ffe1fe));
}

.team_bio_container .background_red {
  background-color: #ff7e7e;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7e7e), to(#ffbfbf));
}

.association_logos {
  margin: 4rem auto;
  width: 100%;
  max-width: 400px;
}

/* Section News */
section.news {
  padding: 1.5rem 0 1rem 0;
  background-color: #b5cac5;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9bfb9), to(#daf4ed));
  overflow: hidden;
  position: relative;
}

section.news h3 {
  color: #280101;
}

section.news .news-gem {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  section.news .news-gem {
    display: none;
  }
}

/* Section Upcoming Events */
section.events {
  padding: 1rem 0 4rem 0;
  position: relative;
  -webkit-transform: translate(10px 50px);
  transform: translate(10px 50px);
}

/* Section Register */
section.register {
  padding: 1rem 0 4rem 0;
  position: relative;
}

.gem-request {
  padding: 0rem 0 4rem 0;
  position: relative;
}

.gem-request .gem-thumbs {
  display: none;
}

.gem-request #searchResultsDiv .search-result .gem-image {
  flex-basis: 170px;
}

.gem-request #searchResultsDiv .search-result .gem-image img {
  margin-bottom: 0;
}

.gem-request #searchResultsDiv .search-result .gem-details {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

/* Section Contact Us */
section.contact {
  padding: 1rem 0 4rem 0;
  position: relative;
}

/* Section Gem Request */
.gem-request {
  padding: 0rem 0 4rem 0;
  margin-bottom: 4rem;
  position: relative;
}

.gem-request .gem-thumbs {
  display: none;
}

.gem-request #searchResultsDiv .search-result .gem-image {
  flex-basis: 170px;
}

.gem-request #searchResultsDiv .search-result .gem-image img {
  margin-bottom: 0;
}

.gem-request #searchResultsDiv .search-result .gem-details {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

/*Added Styles By Matt for Prod */
.centeredFixed {
  width: 200px;
  position: fixed;
  left: 50%;
  z-index: 2000;
}

.centeredFixed .modalDiv {
  position: relative;
  left: -50%;
  /*popup-styles*/
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 2px 35px 0px #000;
}

.working {
  font-size: 10pt;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  padding: 5px;
  color: #000;
  background: #e83119;
  width: 100%;
  color: #ffffff;
  border: none;
}

.hide-ms {
  display: block;
}

.show-ms {
  display: none;
}

@media (max-width: 480px) {
  .hide-ms {
    display: none;
  }
  .show-ms {
    display: block;
  }
}

/* Show and Hide */
#search-show, #profile-button, #login-button, #search-button, #api-button {
  font-weight: bold;
  color: #e83119;
  cursor: pointer;
}

#search-show:hover, #profile-button:hover, #login-button:hover, #search-button:hover, #api-button:hover {
  text-decoration: underline;
}

#search-show:after, #profile-button:after, #login-button:after, #search-button:after, #api-button:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: .4rem solid transparent;
  border-bottom: .4rem solid transparent;
  border-left: .4rem solid black;
  margin-left: .7rem;
}

.arrow-down:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: .4rem solid transparent;
  border-right: .4rem solid transparent;
  border-top: .4rem solid black;
  margin-left: .7rem;
  border-bottom: none;
}

/* Please make the LI's a set width too... */
#gsi_img_detail {
  position: fixed;
  width: 600px;
  max-width: 95%;
  max-height: 95%;
  height: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 9999;
  background: #FFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  outline: 0;
  transition: transform 0.3s ease-out;
}

#gsi_img_fwd {
  position: absolute;
  cursor: pointer;
  width: 3rem;
  right: 0px;
  top: 0px;
  bottom: 60px;
  background: #F00;
  color: #333;
  font-size: 70px;
  text-align: right;
  line-height: 380px;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0);
}

#gsi_img_fwd:hover, #gsi_img_bck:hover {
  color: #222;
}

#gsi_img_bck {
  position: absolute;
  cursor: pointer;
  width: 3rem;
  left: 0px;
  top: 0px;
  bottom: 60px;
  background: #F00;
  color: #333;
  font-size: 70px;
  text-align: left;
  line-height: 380px;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0);
  text-shadow: 0px 0px 15px transparent;
}

#gsi_img_thumbs {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 60px;
  bottom: 0px;
  background: #E0E0E0;
  border-radius: 0px 0px 4px 4px;
  padding: 14px 5px 3px 5px;
}

#gsi_img_close {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 30px;
  padding-top: 5px;
  padding-right: 2px;
  top: -1px;
  right: -1px;
  font-weight: bold;
  color: #FFF;
  background: #e83119;
  border-radius: 0px 4px 0px 10px;
  text-align: center;
  vertical-align: bottom;
  z-index: 101;
}

#gsi_img_close:hover {
  background: #d22b15;
}

#gsi_img_box {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.gsi_img_big {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.gsi_img_thumb {
  border: 1px solid #000;
  margin: 0px 2px;
  max-width: 40px;
  max-height: 40px !important;
  cursor: pointer;
}

.gsi_img_thumb:hover {
  border: 1px solid #898989;
}

.gsi_img_thumb_current {
  border: 1px solid #898989;
}

.gem-thumbs {
  /*position: absolute;*/
  height: 40px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  vertical-align: bottom;
}

#gsi_modal_div_img_detail {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

/* Social Media Icons */
header .icon-social-right {
  float: right;
  display: inline-block;
}

header .icon-social {
  text-indent: -9999px;
  margin-right: 0;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
}

.icon-social {
  display: inline-block;
  margin-bottom: .5rem;
}

.icon-social img {
  float: left;
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: .5rem;
}

.add_markup_div {
  margin-bottom: 1rem;
}

.add_markup_div a {
  cursor: pointer;
  font-weight: bold;
}

.add_markup_div img {
  max-height: 20px;
  max-width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.remove_markup_a img {
  max-height: 20px;
  max-width: 20px;
  vertical-align: middle;
}

.recentHeading {
  margin-top: 10px;
  color: #333;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.nodata {
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  color: #555;
}

.searchData {
  font-size: 10pt;
  font-weight: normal;
  color: 000;
}

#modalEnable {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1500;
}

.gsi_lot {
  color: #44bb87;
  display: block;
}

.gsi_pdf_big {
  width: 100%;
  height: 390px;
}

.adTip {
  position: absolute;
  left: -300px;
  width: 150px;
  padding: 0px;
  color: #FFF;
  font-size: 10pt;
  font-family: arial, sans-serif;
  font-weight: normal;
  visibility: hidden;
  z-index: 101;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
}

iframe {
  display: block;
}

.gsi_saved_recent_table {
  width: 100%;
  border: 1px solid #333;
}

.gsi_saved_recent_table th {
  background: #333;
  color: #FFF;
  text-align: left;
  padding: 5px;
}

.gsi_saved_recent_table td {
  text-align: left;
  padding: 5px;
}

.gsi_saved_recent_table td a {
  color: #000;
  font-weight: normal;
  font-size: 10pt;
  line-height: 15px;
}

.gsi_saved_recent_table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.gsi_saved_recent_table tbody tr:nth-child(even) {
  background: rgba(220, 220, 220, 0.8);
  cursor: pointer;
}

.gsi_saved_recent_table tbody tr:hover {
  background: rgba(160, 200, 255, 0.7);
}

#gsi_recent_searches_div {
  max-height: 150px;
  overflow-y: auto;
}

#gsi_saved_searches_div {
  max-height: 200px;
  overflow-y: auto;
}

.gem-count-relative {
  position: relative;
  padding-right: 1.8rem !important;
  margin-right: 0.7rem;
}

.gem-count {
  display: inline-block;
  background: #e83119;
  text-align: center;
  font-size: .75rem;
  line-height: 1.3rem;
  border-radius: 50%;
  color: white;
  height: 1.3rem;
  width: 1.3rem;
  vertical-align: top;
  position: absolute;
  right: -10px;
  top: -2px;
}

.gem-count:before {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  background: url("../images/icon-gem-cart.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: -10px;
}

.gem-count-lower-button {
  float: right;
  margin: 1rem 0;
  display: inline-block;
  color: #e83119;
  cursor: pointer;
}

.gem-count-lower-button:hover {
  color: #bb2613;
}

.gem-count-lower-button .gem-count-lower {
  display: inline-block;
  background: #e83119;
  text-align: center;
  font-size: .75rem;
  line-height: 1.3rem;
  border-radius: 50%;
  color: white;
  height: 1.3rem;
  width: 1.3rem;
  position: relative;
  top: -10px;
  left: 10px;
}

.gem-count-lower-button .gem-count-lower:before {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  background: url("../images/icon-gem-cart.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: -10px;
}

#gsi_img_box .arqspin {
  max-width: 100%;
  height: auto;
}

#gsi_img_box .arqspin canvas {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* main: style.scss */
/* Home Page */
.home header {
  background: url("../images/hero-home-gems-02.jpg") no-repeat right bottom #c2d7ec;
  background-size: 50rem;
}

.home header a {
  color: #333333;
}

@media (max-width: 480px) {
  .home header {
    background-position: -40px 28px;
    min-height: 350px;
  }
}

@media (max-width: 991px) {
  .home header {
    background-size: 40rem;
  }
}

@media (max-width: 767px) {
  .home header {
    min-height: 410px;
  }
}

.home header .welcome_tag {
  font-weight: bold;
  color: #333333;
}

.contact header {
  background: url("../images/header-contact.jpg") no-repeat;
  background-size: cover;
}

.contact header a {
  color: #ffffff;
}

.about header {
  background: url("../images/header-about.jpg") no-repeat;
  background-size: cover;
}

.about header a {
  color: #ffffff;
}

.register header {
  background: url("../images/header-registration.jpg") no-repeat;
  background-size: cover;
}

.register header a {
  color: #ffffff;
}

.search header {
  background: url("../images/header-search.jpg") no-repeat;
  background-size: cover;
}

.search header a {
  color: #ffffff;
}

.gem-request header {
  background: url("../images/header-search.jpg") no-repeat;
  background-size: cover;
}

.gem-request header a {
  color: #ffffff;
}

/* main: style.scss */
/* Footer */
footer {
  background: #141414;
  padding: 3rem 0 3rem 0;
}

footer p {
  color: #ffffff;
  font-size: .9rem;
}

footer h4 {
  color: #44bb87;
  font-size: .9rem;
}

footer a {
  color: #e83119;
}

/* main: style.scss */
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .hidden-xs {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}

.visible-xs, .visible-ms {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .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: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table !important;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}

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

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}

/* main: style.scss */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100 !important;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* main: style.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 3px;
}

.pagination a:hover {
  background: #e0e0e0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: .4rem;
  text-align: center;
  width: 30px;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  border: 1px solid #d8d8d8;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 70px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 70px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination .pagination-disabled > span,
.pagination .pagination-disabled > span:hover,
.pagination .pagination-disabled > span:focus,
.pagination .pagination-disabled > a,
.pagination .pagination-disabled > a:hover,
.pagination .pagination-disabled > a:focus {
  color: #898989;
}

.pagination .paginination-current {
  background: rgba(192, 192, 192, 0.5);
  text-decoration: underline;
}

/* Pagination Summary above header */
.pagination-summary {
  color: #333333;
  font-weight: bold;
  margin-bottom: .5rem;
}

@media screen and (max-width: 766px) {
  #paginationDiv_top, #paginationDiv_bottom {
    margin-bottom: 20px;
  }
}
