/* @override 
	https://justin.www.guildquality.com/css/build/common/framework.css?58
 */
a,
hr {
  padding: 0;
}

td,
th {
  font-weight: 400;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

a,
button,
input,
select,
textarea {
  margin: 0;
}

sub,
sup {
  position: relative;
}

pre {
  word-wrap: break-word;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

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

embed,
img,
object {
  max-width: 100%;
}

html {
  -webkit-text-size-adjust: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  transition: 0.2s all;
  cursor: pointer;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}

input[type=checkbox],
th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 1em;
}

input,
select {
  vertical-align: middle;
  outline: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
}

.ie6 input,
input[type=radio] {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font: 99% sans-serif;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

small {
  font-size: 85%;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html,
body {
  background-color: #f8f8f9;
}

body {
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 288px;
  width: 100%;
  height: 100%;
}

body * a {
  color: #007ddd;
}

body {
  line-height: 1.42857;
}

body * a:focus,
body * a:hover {
  color: #006bbd;
  text-decoration: none;
}

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

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: rgba(139, 148, 168, 0.25);
  /* WebKit/Blink Browsers */
  color: inherit !important;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: rgba(139, 148, 168, 0.25);
  /* WebKit/Blink Browsers */
  color: inherit !important;
}

::-moz-selection {
  background: rgba(139, 148, 168, 0.25);
  /* Gecko Browsers */
  color: inherit !important;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

.relative {
  position: relative;
}

.container:after {
  clear: both;
}

.container {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-wrap: wrap;
  position: relative;
  transition: width 0.2s ease;
}

.container--stretch,
.container.stretch-container {
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center;
  margin: 0;
}

.container--center,
.container--center-cols,
.container.center-cols {
  justify-content: center;
}

.container--spread {
  justify-content: space-between;
}

.col {
  display: flex;
  flex-shrink: 0;
}

.col--full {
  width: 100%;
  flex-basis: 100%;
}

.col--half {
  width: 50%;
  flex-basis: 50%;
}

.col1,
.col--360,
.col2,
.col3 {
  flex-shrink: 0;
}

.col1,
.col--360 {
  width: 360px;
}

.col1.and-half {
  width: 540px;
}

.col2 {
  width: 720px;
}

.col3 {
  width: 1080px;
}

.col3.and-half {
  width: 1260px;
}

/* Phase out the use of .single-col. Use flex instead. */
.single-col {
  margin: 0 auto;
  float: none;
}

.col-half,
.col--half {
  width: 50%;
}

.col--third {
  width: 33.33%;
}

.col--two-thirds {
  width: 66.66%;
}

@media (max-width: 1296px) {
  .container {
    width: 1080px !important;
  }

  .container--stretch,
.container.stretch-container {
    width: 100% !important;
  }
}
@media (max-width: 1096px) {
  .container {
    width: 990px !important;
  }

  .container--stretch,
.container.stretch-container {
    width: 100% !important;
  }

  .col--360,
.col1 {
    width: 330px;
  }

  .col2 {
    width: 660px;
  }

  .col3 {
    width: 990px;
  }
}
@media (max-width: 1006px) {
  .col1,
.col--360,
.col2,
.col3 {
    width: 720px;
    width: 100%;
  }

  .col--shrink {
    width: 100%;
  }

  .container {
    width: 720px !important;
    width: calc(100% - 32px) !important;
    margin: 0 16px;
    flex-wrap: wrap;
  }

  .container--stretch,
.container.stretch-container {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 736px) {
  .col1,
.col--360,
.col2,
.col3 {
    width: 100%;
  }

  .col-half {
    width: 100%;
  }

  .container {
    width: 100% !important;
    margin: 0;
  }
}