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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #1A3151;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1A3151;
  color: #fff;
  text-shadow: none;
}

a {
  color: #1A3151;
}

a:visited {
  color: #1A3151;
}

a:hover {
  color: #1A3151;
}

a:focus {
  outline: thin dotted;
}

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

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

td {
  vertical-align: top;
}

/* Tabs - Slideshow */
/* Tabs - Slideshow */
#featured {
  position: relative;
  width: 100%;
  height: 155px;
  margin: 0;
  cursor: pointer;
  border-bottom: 5px solid #0f5bb0;
  background: url(../img/new/bg-slider.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
#featured section {
  max-width: 980px;
  max-height: 357px;
  display: none;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  margin: 0 auto;
}
#featured section .featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
#featured section .featured-content img {
  height: 60px;
}
#featured section .featured-content h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  text-shadow: #000 1px 0 10px;
}
@media all and (min-width: 768px) {
  #featured section .featured-content img {
    height: 100px;
  }
  #featured section .featured-content h1 {
    font-size: 40px;
    font-weight: bold;
  }
}

/* Tabs - Home */
#tabs,
#sidebar_tabs {
  margin-top: 20px;
}

ul.tabs {
  margin: 0 !important;
  padding: 0;
  height: 37px;
  border-bottom: 1px solid #BCA76F;
}
ul.tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.tabs a {
  float: left;
  display: block;
  padding: 5px 30px;
  font-size: 1.3em;
  text-decoration: none;
  border: 1px solid #BCA76F;
  border-bottom: 0px;
  line-height: 25px;
  background-color: #F0E6CC;
  color: #870C05;
  margin-right: 2px;
  position: relative;
  top: 1px;
  outline: 0;
}
ul.tabs a:hover {
  background-color: #F8F0DC;
  color: #333;
}
ul.tabs a.current {
  background-color: #F8F2E3;
  color: #7E5507;
  border-bottom: 1px solid #F8F2E3;
  cursor: default;
}
ul.sidebar_tabs {
  margin: 0 !important;
  padding: 0;
  height: 28px;
  border-bottom: 1px solid #BCA76F;
}
ul.sidebar_tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.sidebar_tabs a {
  float: left;
  display: block;
  padding: 3px 10px;
  font-size: 1em;
  text-decoration: none;
  border: 1px solid #BCA76F;
  border-bottom: 0px;
  line-height: 20px;
  background-color: #F0E6CC;
  color: #870C05;
  margin-right: 2px;
  position: relative;
  top: 1px;
  outline: 0;
}
ul.sidebar_tabs a:hover {
  background-color: #F8F0DC;
  color: #333;
}
ul.sidebar_tabs a.current {
  background-color: #F8F2E3;
  color: #7E5507;
  border-bottom: 1px solid #F8F2E3;
  cursor: default;
}

.panes div.content_pane, .panes div.sidebar_pane {
  display: none;
  min-height: 150px;
  padding: 15px 20px;
  border: 1px solid #BCA76F;
  border-width: 0 1px 1px 1px;
}
.panes div.content_pane.user_profile_photos {
  padding: 2px;
}

/* Scrollable */
.scrollable-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #333;
  width: 100%;
}
.scrollable-bg h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #dadada;
  margin: 16px 0;
  padding: 0;
  font-weight: 400;
}
.scrollable-bg .center-login {
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
}
.scrollable-bg .scrollable-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.scrollable-bg .scrollable-container .scrollable {
  position: relative;
  overflow: hidden;
  float: left;
}
.scrollable-bg .scrollable-container .scrollable .items {
  width: 20000em;
  position: absolute;
  clear: both;
}
.scrollable-bg .scrollable-container .scrollable .items div {
  float: left;
}
.scrollable-bg .scrollable-container .scrollable .items div div {
  float: left;
  width: 23%;
  margin: 0 1%;
}
.scrollable-bg .scrollable-container .scrollable .items div div img {
  float: left;
  width: 100%;
  height: auto;
}
.scrollable-bg .scrollable-container .scrollable .active {
  border: 2px solid #000;
  position: relative;
  cursor: default;
}
.scrollable-bg .scrollable-container .browse-container {
  width: 30px;
  margin: 0 10px;
}
.scrollable-bg .scrollable-container .browse-container a.browse {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}
.scrollable-bg .scrollable-container .browse-container a.disabled {
  visibility: hidden !important;
}

/* Layout helpers */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  display: inline-block;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues */
.ui-state-disabled {
  cursor: default !important;
}

/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* jQuery UI Autocomplete 1.8.11 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
.ui-autocomplete li {
  list-style-image: none;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/* jQuery UI Menu 1.8.11 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 3px 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0em 0.4em;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* Component containers */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget .ui-widget input,
.ui-widget .ui-widget select,
.ui-widget .ui-widget textarea,
.ui-widget .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #999;
  border-top: 0;
  /*{borderColorContent}*/
  background: #fff;
  color: #212121;
  max-height: 390px;
  overflow: auto;
}
.ui-widget-content a {
  color: #212121;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}

/* Interaction states */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #dadada;
  background: #dadada 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Misc visuals */
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* ==|== primary styles =====================================================
   Author: Brad Mackenzie
   ========================================================================== */
body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  color: #3f3f3f;
  background: #2d2d2d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div,
input,
.btn {
  box-sizing: border-box;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}

.spacer {
  height: 20px;
}

.center {
  text-align: center;
}

.nmt {
  margin-top: 0;
}

/* Font */
h1, h2, h3, h4, p {
  font-weight: 400;
}

h1 {
  font-size: 2em;
  word-spacing: 2px;
  margin: 10px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5em;
}

a:hover, a:visited {
  color: #1A3151;
}

.superscript {
  font-size: 26px;
  vertical-align: super;
}

.btn,
a.btn {
  display: inline-block;
  height: 35px;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

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

/* Forms */
div.input {
  margin-bottom: 15px;
}

input,
textarea {
  height: 40px;
  padding: 9px;
  border: solid 1px #ccc;
  outline: 0;
  background-color: #FFFFFF;
}

input[type=radio] {
  width: 15px;
  margin-bottom: 15px;
}

input[type=file] {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

textarea {
  height: 150px;
  line-height: 150%;
}

label {
  margin-left: 10px;
  text-transform: uppercase;
}

div.submit input[type=image] {
  padding: 0;
  width: 46px !important;
  height: 31px;
  border: none;
}

/* Buttons - Forms */
button[type=submit],
button[type=button],
input[type=submit] {
  min-width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #000;
  display: inline-block;
  color: #eee;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}

/* Sections */
.top-promo-container {
  padding: 0 16px;
  background-color: #0f5bb0;
}
.top-promo-container a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.top-promo-container a img {
  width: 125px;
}
.top-promo-container a p {
  margin-left: 32px;
}

header[role=banner] {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.logged-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.search {
  position: relative;
  margin-right: 20px;
  margin-top: 10px;
}

.search .spinner {
  position: absolute;
  top: 2px;
  left: 20px;
}

.search #SearchForm {
  display: flex;
  flex-direction: row;
}

.search #SearchForm input {
  border-radius: 30px;
  width: 200px;
  height: 30px;
  font-size: 12px;
}

.search #SearchForm button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #2d2d2d;
  color: #fff;
  margin-left: -30px;
  border-radius: 30px;
  padding: 0;
  min-width: 30px;
  font-size: 14px;
  text-transform: lowercase;
}

.logged {
  height: 40px;
  min-width: 250px;
  background-color: #0f5bb0;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
}
.logged p {
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.logged p a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px 0 0;
  font-size: 12px;
  text-transform: uppercase;
}

.logos-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
}
.logos-container .logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.logos-container .logos .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.logos-container .logos .logo a img {
  height: 60px;
}
.logos-container .logos .logo .tagline {
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  color: #bbb;
  margin: 0;
}

.category-list {
  margin-top: 24px;
}
.category-list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 24px;
}
.category-list ul li {
  list-style: none;
  padding-right: 8px;
  font-size: 12px;
}
.category-list ul li:last-of-type {
  padding-right: 0;
}
.category-list ul li a {
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
}

@media all and (min-width: 620px) {
  .logos-container .logos {
    flex-direction: row;
    align-items: flex-end;
  }
  .logos-container .logos .logo {
    margin-bottom: 0;
  }
  .logos-container .logos .logo a img {
    height: auto;
  }
}
.navigation {
  margin-top: 20px;
  background-color: #e7e7e7;
}
.navigation.seo {
  margin-top: 0;
}
.navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 24px;
}
.navigation ul li {
  list-style: none;
  line-height: 45px;
  padding-right: 16px;
}
.navigation ul li:last-of-type {
  padding-right: 0;
}
.navigation ul li a {
  color: #0f5bb0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.navigation ul li.blue a {
  color: #0f5bb0;
}
.navigation.blue {
  background-color: #0f5bb0;
}

.navigation-seo ul {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
  padding: 0 24px;
}
.navigation-seo ul li {
  list-style: none;
  line-height: 30px;
  padding: 0 16px;
  font-size: 14px;
  background-color: #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 8px;
}
.navigation-seo ul li:last-of-type {
  margin-right: 0;
}
.navigation-seo ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

footer {
  padding: 0 16px;
}
footer p {
  font-size: 0.9em;
  color: #777;
  letter-spacing: 1px;
  line-height: 1.6em;
}
footer a {
  text-decoration: none;
  color: #777;
}
footer a:active, footer a:hover, footer a:visited {
  text-decoration: none;
  color: #777;
}
footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-top .footer-section {
  margin-top: 15px;
  width: 24%;
}
footer .footer-top .footer-section.fs50 {
  width: 48%;
}
footer .footer-top .footer-section h1 {
  font-size: 1.3em;
  color: #eee;
}
footer .footer-top .footer-section p {
  margin: 0;
  padding: 0;
}
footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
}

/* LOGIN */
.login {
  background-color: #fff;
}
.login .login-top {
  padding-top: 30px;
}
.login .login-top h1 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 15px;
  line-height: 12px;
}
.login .login-top .company-name {
  text-align: center;
}
.login .top-banner {
  padding: 0 16px;
  background-color: #0f5bb0;
}
.login .top-banner a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.login .top-banner a img {
  width: 125px;
}
.login .top-banner a p {
  margin-left: 32px;
}
.login .login-form {
  display: flex;
  min-height: 40px;
  background-color: #0f5bb0;
  color: #fff;
  margin: 0 auto;
  width: 80%;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
}
.login .login-form.login-form-bottom {
  background-color: #909090;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  margin-bottom: 50px;
}
.login .login-form .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login .login-form .container #UserLoginForm {
  display: inline;
  margin-top: 10px;
}
.login .login-form .container #UserLoginForm div {
  display: inline;
  margin-left: 15px;
}
.login .login-form .container #UserLoginForm div input {
  max-width: 280px;
  margin-bottom: 10px;
}
.login .login-form .container #UserLoginForm div input[type=submit] {
  width: auto;
  margin-right: 20px;
}
.login .login-form .container #UserRegisterFrom div input {
  max-width: 250px;
  margin-bottom: 20px;
}
.login .login-form .container #UserRegisterFrom div input[type=submit] {
  width: auto;
  margin-right: 20px;
}
.login .login-form .container .forgot-password p {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
}
.login .login-form .container .forgot-password p a {
  color: #fff;
  text-decoration: none;
}
.login .login-pitch {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  margin: 0 auto;
  padding: 48px 0 16px;
  color: #222;
}
.login .login-pitch .company-name {
  text-align: center;
}
.login .login-pitch .company-name h1 {
  margin: 0;
}
.login .login-pitch .login-pitch-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.login .login-pitch .login-pitch-flex img {
  width: 100%;
}
.login .login-pitch .login-pitch-flex div {
  max-width: 510px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.login .login-pitch .register p {
  font-size: 14px;
}
.login .login-pitch .register .input {
  padding: 0;
  margin-bottom: 10px;
}
.login .login-pitch .register .input input,
.login .login-pitch .register .input .error-message {
  width: 100%;
}
.login .login-pitch .register .privacy-policy {
  margin-top: 16px;
}
.login .login-pitch .register .privacy-policy a {
  color: #000;
}
@media all and (min-width: 1160px) {
  .login .login-pitch .register .input input,
.login .login-pitch .register .input .error-message {
    width: 325px;
  }
}
@media all and (min-width: 620px) {
  .login .login-pitch .login-pitch-flex {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .login .login-pitch .login-pitch-flex div {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1100px) {
  .login .login-pitch .login-pitch-flex div {
    padding: 0;
  }
  .login .login-pitch .login-pitch-flex div h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    color: #0f5bb0;
    margin-bottom: 10px;
  }
  .login .login-pitch .login-pitch-flex div p {
    font-size: 16px;
    text-align: left;
  }
  .login .login-pitch .login-pitch-flex div p.login-banner-text {
    text-align: center;
  }
  .login .login-pitch .login-pitch-flex div .btn {
    background-color: #0f5bb0;
  }
  .login .login-pitch .login-pitch-flex div.register h2 {
    font-size: 32px;
  }
}
.login .login-company-list {
  margin: 8px 0 16px;
  border-top: 4px solid #0f5bb0;
  padding: 16px 0;
}
@media all and (min-width: 768px) {
  .login .login-top h1 {
    font-size: 30px;
  }
  .login .login-top h1 .superscript {
    color: #666;
  }
}

/* Retailers List */
.retailers-list {
  max-width: 1050px;
  margin: 45px auto;
  color: #000;
}
.retailers-list .retailers-list-header {
  height: 70px;
  background-color: rgba(255, 255, 255, 0.7);
}
.retailers-list .retailers-list-header h1,
.retailers-list .retailers-list-header h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
  margin: 0;
}
.retailers-list .retailers-list-header h3 {
  font-size: 20px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.retailers-list .retailers-list-content {
  background-color: #fff;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.retailers-list .retailers-list-content .retailers-list-logo {
  padding: 10px;
}
@media all and (min-width: 1061px) {
  .retailers-list .retailers-list-content {
    justify-content: space-between;
  }
}

#UserEditForm .input {
  margin-bottom: 5px;
}
#UserEditForm .input input {
  padding: 4px 9px;
  border: 1px solid #999;
  width: 75%;
}
#UserEditForm .input label {
  line-height: 20px;
}

/* Contact */
#ContactContactForm input,
#ContactContactForm textarea,
#ContactSignupCoForm input,
#ContactSignupCoForm textarea {
  width: 75%;
}

/* Company */
.company-direct {
  background-color: #fff;
}

.company-direct .company-direct-top {
  width: 100%;
  height: 20px;
}

.company-direct .container {
  max-width: 1160px;
  margin: 30px auto;
  padding: 0;
  background-size: contain;
}

.company-direct .container .header-text {
  max-width: 400px;
}

.company-direct .container .header-text h1 {
  font-size: 38px;
  text-transform: uppercase;
  color: #2d2d2d;
  line-height: 37px;
  font-weight: bold;
  margin-top: 100px;
}

.company-direct .container p,
.company-direct .container .header-text p {
  color: #2d2d2d;
}

.company-direct .container .company-offers .company-offers-heading {
  height: 50px;
  margin-bottom: 10px;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 70px;
  line-height: 50px;
}

.company-direct .container .company-offers {
  margin-top: 100px;
}

.company-direct .container .company-offers .company-offer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #d5d5d5;
  margin-bottom: 10px;
  padding: 20px 0;
}

.company-direct .container .company-offers .company-offer .retailer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-left: 2%;
}

.company-direct .container .company-offers .company-offer .offer {
  width: 56%;
  padding: 0 2%;
}

.company-direct .container .company-offers .company-offer .offer h2 {
  color: #222;
}

.company-direct .container .company-offers .company-offer .redeem-now {
  width: 15%;
}

.company-direct .container .company-offers .company-offer .redeem-now a {
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #0f5bb0;
}

/* Trending Deals */
.trending-deals .trending-deals-header h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
  margin: 0;
  color: #000;
}

.trending-deals .trending-deals-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  /*flex-wrap: wrap;*/
}

@media all and (min-width: 1061px) {
  .trending-deals .trending-deals-content {
    justify-content: space-between;
  }
}
.trending-deals .trending-deals-content .trending-deal {
  text-align: center;
  border: 1px solid #e8e8e8;
  color: #000;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
}
.trending-deals .trending-deals-content .trending-deal.category-deal {
  background-color: #fff;
  padding: 0;
  border: none;
}
.trending-deals .trending-deals-content .trending-deal.category-deal .trending-deals-logo img {
  max-height: 40px;
}

.trending-deals .trending-deals-content .trending-deal .trending-deals-icon img {
  margin-bottom: 10px;
  width: 100%;
}

.trending-deals .trending-deals-content .trending-deal .trending-deals-logo img {
  max-height: 30px;
}

.trending-deals .trending-deals-content .trending-deal .book-now {
  margin-bottom: 20px;
}

.trending-deals .trending-deals-content .trending-deal h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.trending-deals .trending-deals-content .trending-deal h4 a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.trending-deals.featured-deals {
  padding: 0 20px;
}
.trending-deals.featured-deals h2 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.trending-deals.featured-deals .trending-deals-content .trending-deal {
  border: none;
  max-width: 250px;
  padding: 0;
}
.trending-deals.featured-deals .trending-deals-content .trending-deal .trending-deal-top {
  background-color: #fff;
  padding-bottom: 10px;
}
.trending-deals.featured-deals .trending-deals-content .trending-deal .trending-deal-top .trending-deals-icon img {
  max-height: 165px;
}
.trending-deals.featured-deals .trending-deals-content .trending-deal .trending-deal-top .trending-deals-logo img {
  max-height: 40px;
  margin-bottom: 5px;
}
.trending-deals.featured-deals .trending-deals-content .trending-deal h4 {
  font-size: 14px;
  margin: 0 0 10px;
}
.trending-deals.featured-deals .trending-deals-content .trending-deal h4.featured-expiration {
  margin-top: 16px;
  color: #fff;
}

.sidebar .trending-deals .trending-deals-content {
  flex-direction: column;
}

.sidebar .trending-deals .trending-deals-content .trending-deal h4 {
  font-size: 14px;
  line-height: 14px;
  margin: 4px 0;
}
.sidebar .trending-deals .trending-deals-content .trending-deal h4 a {
  color: #000 !important;
}

.sidebar .trending-deals .trending-deals-content .trending-deal {
  padding: 8px;
  margin-bottom: 12px;
}
.sidebar .trending-deals .trending-deals-content .trending-deal .trending-deals-logo img {
  max-height: 25px;
}

.sidebar .trending-deals .trending-deals-content .trending-deal p.sidebar-expire {
  color: #ff0000;
}

.sidebar-small-deal {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 15px 10px 0;
  margin-bottom: 20px;
  max-width: 250px;
}

.sidebar-small-deal .sidebar-small-logo img {
  max-height: 35px;
}

.sidebar-small-deal h4 {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.sidebar-small-deal h4 a {
  color: #000;
}

.sidebar-red {
  margin-bottom: 20px;
}

@media all and (min-width: 620px) {
  .login .login-promo {
    margin: 0 auto;
  }
}
.login .login-promo div {
  max-width: 258px;
}

.login .login-promo img {
  width: 100%;
}

.login.discounts .login-pitch .register {
  padding: 20px;
}

.login.discounts .login-form .container h1 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 42px;
}

@media all and (min-width: 768px) {
  .login .login-form .container {
    flex-direction: row;
  }
}
@media all and (min-width: 1160px) {
  .login .login-form .container {
    width: 1160px;
  }
}
.login .retailers-list {
  padding: 10px 0;
}

@media all and (min-width: 768px) {
  .login .retailers-list {
    padding: 40px 0 30px;
  }
}
.login .retailers-list .retailers-list-header,
.login .retailers-list .retailers-list-content {
  background-color: transparent;
}

.login .retailers-list .retailers-list-header {
  height: auto;
}

.category-icons {
  max-width: 948px;
  margin: 0 auto 60px;
}

.retailers-banner h3,
.category-icons h3 {
  font-size: 20px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.category-icons img {
  width: 100%;
}

.retailers-banner {
  max-width: 918px;
  margin: 20px auto 50px;
}

.retailers-banner p {
  color: #000;
}

/* REGISTER HERO */
.register-hero h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.register-hero p {
  font-size: 14px;
  margin: 20px;
  color: #000;
}

.register-hero .btn {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #d90000;
  color: #fff;
  cursor: pointer;
}

/* CATEGORIES */
.categories {
  background: #dfdfdf url(../img/bg-categories.jpg) top center fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #000;
  padding: 0 20px;
}

.categories .banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 25px 0;
}

.categories .banner .banner-left {
  max-width: 775px;
}

.categories .banner .banner-right {
  max-width: 365px;
}

.categories .container {
  max-width: 1160px;
  margin: 0 auto 45px;
  background-color: #434343;
  padding: 30px 20px 110px;
  border-top: 5px solid #0f5bb0;
}

.categories .container .trending-deals .trending-deals-content {
  flex-wrap: wrap;
}

.categories .container .trending-deals .trending-deals-content .trending-deal .trending-deals-icon img,
.categories .container .trending-deals .trending-deals-content .trending-deal .trending-deals-logo img {
  margin-bottom: 20px;
}

.categories .container .all-offers header h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 30px 0 50px;
}

.categories .container .all-offers .all-offers-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.categories .container .all-offers .all-offers-column {
  width: 33%;
}

.categories .container .all-offers .all-offers-column p {
  font-size: 13px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.categories .container .all-offers .all-offers-column p a {
  color: #fff;
  text-decoration: none;
}

/* GENERAL CONTENT */
.content-white {
  max-width: 1160px;
  margin: 45px auto;
  background-color: #fff;
  padding: 30px 20px 110px;
}
.content-white .flex-column,
.content-white .flex-row {
  display: flex;
  justify-content: space-between;
}
.content-white .flex-column .content-left,
.content-white .flex-row .content-left {
  padding-right: 20px;
  width: 100%;
}
.content-white .flex-column .content-right,
.content-white .flex-row .content-right {
  max-width: 250px;
  flex: 1 0 auto;
}
.content-white .flex-column {
  flex-direction: column;
}
.content-white .flex-row {
  flex-direction: row;
}
.content-white h1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
.content-white h2 {
  margin-top: 30px;
}
.content-white h2.terms-and-conditions {
  text-align: left;
}
.content-white p {
  font-size: 14px;
  margin: 20px 0 30px;
}
@media all and (min-width: 768px) {
  .content-white {
    padding: 30px 30px 110px;
  }
}
@media all and (min-width: 1160px) {
  .content-white {
    padding: 30px 60px 110px;
  }
}

.triple-column-container,
.quadruple-column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.triple-column-container .triple-column,
.triple-column-container .quadruple-column,
.quadruple-column-container .triple-column,
.quadruple-column-container .quadruple-column {
  width: 33%;
}
.triple-column-container .triple-column p,
.triple-column-container .quadruple-column p,
.quadruple-column-container .triple-column p,
.quadruple-column-container .quadruple-column p {
  margin: 5px 0 0;
}
.triple-column-container .triple-column p a,
.triple-column-container .quadruple-column p a,
.quadruple-column-container .triple-column p a,
.quadruple-column-container .quadruple-column p a {
  text-decoration: none;
  text-transform: uppercase;
}
.triple-column-container .quadruple-column,
.quadruple-column-container .quadruple-column {
  width: 24%;
}

/* Sidebar */
.sidebar p {
  margin: 0;
}
.sidebar p.sidebar-all {
  text-align: center;
}
.sidebar p.sidebar-all a {
  color: #1a3151;
}
.sidebar h2 {
  display: none;
}
.sidebar h3 {
  text-align: center;
  font-size: 16px;
  color: #0f5bb0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sidebar h4 {
  margin: 0;
}
.sidebar .friends-family {
  margin-bottom: 32px;
}

/* Offers */
.offer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #b2b2b2;
  padding: 16px 0;
}
.offer .offer-list-logo {
  border: 1px solid #eae6e7;
  margin-right: 16px;
  padding: 30px 3px;
}
.offer .offer-list-detail h1 {
  font-size: 18px;
  margin: 0 0 8px 0;
  line-height: 18px;
}
.offer .offer-list-detail h1 a {
  text-decoration: none;
  color: #ad0101;
}
.offer .offer-list-detail p.see-more {
  margin: 8px 0 0;
}

.retailer-banner-logo {
  position: relative;
  padding-bottom: 90px;
}
.retailer-banner-logo .retailer-banner {
  border: 3px solid #3d3d3d;
}
.retailer-banner-logo .retailer-logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  bottom: 15px;
  left: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #3d3d3d;
}
.retailer-banner-logo .retailer-logo img {
  width: 90%;
}

.retailer-description {
  position: absolute;
  bottom: 55px;
  left: 200px;
}

.retailer-info {
  display: none;
  margin-bottom: 16px;
}

.retailer-offer {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.retailer-offer .retailer-offer-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #3d3d3d;
  height: 65px;
  padding: 0 24px;
}
.retailer-offer .retailer-offer-heading h2 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}
.retailer-offer .retailer-offer-details {
  padding: 24px;
  background-color: #ebebeb;
}
.retailer-offer .retailer-offer-details .offer-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
}
.retailer-offer .retailer-offer-details .offer-details h2 {
  margin: 0;
  width: 100px;
}
.retailer-offer .retailer-offer-details .offer-details p {
  font-size: 16px;
  margin: 0;
}
.retailer-offer .retailer-offer-details .offer-details .retailer-button {
  padding: 8px 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #0f5bb0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}
.retailer-offer .retailer-offer-details .offer-details.redeem-button {
  flex-direction: column;
  align-items: flex-start;
}
.retailer-offer .retailer-offer-details .offer-details.redeem-button p {
  font-size: 10px;
  margin-top: 4px;
  font-style: italic;
}
.retailer-offer .retailer-offer-details h3.offer-heading {
  font-size: 24px;
  margin-top: 16px;
}
.retailer-offer .retailer-offer-details .offer-description {
  margin-top: 16px;
}

.retailer-alerts {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.retailer-alerts input {
  width: 20px;
  margin-right: 8px;
}

/* Offers OLD */
/* Featured */
.featured {
  width: 100%;
  background-color: #dfdfdf;
}
.featured .featured-top {
  height: 400px;
  line-height: 40px;
  background-color: #0f5bb0;
  color: #fff;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured .featured-top h1 {
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.featured .featured-content {
  max-width: 1160px;
  margin: -375px auto 0;
  padding: 0 20px;
}
.featured .featured-content .featured-offers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #fff;
}
.featured .featured-content .category-banners {
  max-width: 948px;
  margin: 0 auto;
}
.featured .featured-content .category-banners h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
}
.featured .featured-content .category-banners a img {
  margin-bottom: 30px;
}
.featured .featured-content .featured-offers-left {
  padding-right: 20px;
  width: 100%;
}
.featured .featured-content .featured-offers-left h2 {
  font-size: 22px;
  color: #0f5bb0;
  text-align: center;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.featured .featured-content .featured-offers-left .retailers-list-logo {
  margin-bottom: 10px !important;
}
.featured .featured-content .featured-offers-right {
  max-width: 250px;
  flex: 1 0 auto;
}

.featured .featured-content .category-banners .fancy,
.featured .featured-content .featured-offers .featured-offers-left .fancy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #0f5bb0;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.featured .featured-content .category-banners .fancy span,
.featured .featured-content .featured-offers .featured-offers-left .fancy span {
  background: #fff;
  margin: 0 15px;
}

.featured .featured-content .category-banners .fancy:before,
.featured .featured-content .category-banners .fancy:after,
.featured .featured-content .featured-offers .featured-offers-left .fancy:before,
.featured .featured-content .featured-offers .featured-offers-left .fancy:after {
  background: #0f5bb0;
  height: 1px;
  flex: 1;
  content: "";
}

@media all and (min-width: 620px) {
  .featured .featured-content .featured-offers {
    flex-direction: row;
  }
}
.featured .featured-content .retailers-list {
  margin: 0 auto;
  background-color: #fff;
}

.featured .featured-content .retailers-list .retailers-list-content {
  background-color: transparent;
  flex-wrap: wrap;
  padding: 20px 40px;
}

.featured .featured-content .retailers-list .retailers-list-content .retailers-list-icon {
  max-width: 200px;
}

.featured .featured-content .retailers-list .retailers-list-content .retailers-list-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  max-width: 200px;
  margin-bottom: 20px;
}
.featured .featured-content .retailers-list .retailers-list-content .retailers-list-logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.featured .featured-content .retailers-list .retailers-list-content .retailers-list-logo a img {
  height: 40px;
}
.featured .featured-content .retailers-list .retailers-list-content .retailers-list-logo p {
  color: #000;
  font-weight: bold;
}
.featured .featured-content .retailers-list .retailers-list-content .retailers-list-logo p.offer-text {
  font-size: 13px;
  margin: 8px 0 0;
}
.featured .featured-content .retailers-list .retailers-list-content .retailers-list-logo p.expiration-text {
  font-size: 10px;
  color: #ff0000;
  margin-top: 4px;
}

.featured .featured-content .featured-offers .featured-offers-left .retailers-list .retailers-list-content {
  justify-content: space-between;
  padding: 0 0 40px;
  margin: 0 auto;
}

.featured .featured-content .retailers-list p {
  text-align: center;
}

.featured .featured-content .retailers-list .btn {
  background-color: #0f5bb0;
}

.featured .featured-content .trending-deals .trending-deals-content .trending-deal a,
.featured .featured-content .retailers-list .retailers-list-content .retailers-list-logo a {
  color: #aaa;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.featured .featured-content .register-hero h2,
.featured .featured-content .register-hero p {
  color: #000;
  text-align: center;
}

.featured .featured-content .register-hero .btn {
  height: 30px;
  line-height: 25px;
  font-size: 12px;
  background-color: #000;
  text-align: center;
}

.featured .footer-links {
  background-color: #d1d1d1;
  margin-top: 60px;
  padding-bottom: 60px;
}

.featured .footer-links p.coopyright {
  margin-bottom: 0;
}

.retailer {
  background-color: #dadada;
  position: relative;
}

.retailer .retailer-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.retailer .container {
  max-width: 1160px;
  margin: 100px auto 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.retailer .container .content {
  max-width: 825px;
  background-color: #fff;
  padding: 20px;
  color: #000;
}

.retailer .container .content .retailer-bottomtext {
  margin: 40px 0;
}

.retailer .container .content h1 {
  font-size: 26px;
}

.retailer .container .content .retailer-offer-deal h2 {
  margin-top: 20px;
  font-weight: bold;
}

.retailer .container .sidebar {
  background-color: #ccc;
  padding: 20px 15px;
}

.retailer .container .sidebar h2 {
  text-align: center;
}

@media all and (min-width: 550px) {
  .retailer .container {
    flex-direction: row;
  }

  .retailer .container .sidebar {
    max-width: 225px;
  }

  .retailer .container .sidebar h2 {
    text-align: left;
  }
}
/* contact | friends & family */
.contact,
.friends-family {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact .contact-left,
.friends-family .friends-family-left {
  flex: 1 0 auto;
  margin-right: 30px;
}

.friends-family .friends-family-left img {
  max-width: 660px;
}

.contact .contact-left {
  max-width: 65%;
}

.contact .sidebar,
.friends-family .sidebar {
  max-width: 250px;
}

/* retailer */
.retailer-offer-collapse {
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 20px;
  margin-top: 20px;
  cursor: pointer;
  background-color: #3d3d3d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.retailer-offer-collapse h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

/* User Edit */
.user-information {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user-information h1 {
  color: #000;
  font-size: 30px;
  text-align: center;
}

.user-information p,
.user-information h2,
.user-information ul li,
.user-information form label {
  color: #000;
}

.user-information form {
  max-width: 500px;
  width: 100%;
}

.user-information form div,
.user-information form input,
.user-information form textarea {
  width: 100%;
}

.user-information h2 {
  font-size: 18px;
  margin-top: 30px;
}

/* Pagination */
.pagination {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1160px;
  margin: 24px 0;
  background-color: #fff;
  padding: 10px 0;
  color: #000;
}

.pagination .paging a,
.pagination .paging .current {
  color: #0f5bb0;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 16px;
  background-color: #ddd;
  margin-right: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.pagination .paging .current {
  color: #888;
}

.pagination .paging .disabled {
  display: none;
}

.pagination .paging_counter {
  clear: both;
  max-width: 698px;
  margin: 10px;
}

.pagination .paging-counter p {
  text-align: left;
  margin-bottom: 0;
}

/* Error Messages */
div#flashMessage,
div#authMessage {
  font-size: 1.3em;
  color: #a94442;
  text-align: center;
  margin: 0 auto;
  background: #ebccd1;
  padding: 10px 0;
  width: 100%;
}

div#flashMessage h1 {
  font-size: 1em;
  margin-left: 10px;
  padding: 10px 0;
}

.error-message {
  background-color: #2d2d2d;
  color: #eee;
  border: 2px solid #777;
  padding: 3px;
  margin: 10px 0;
  text-align: center;
}

.error-message ul {
  padding: 0;
  margin: 0;
}

.error-message ul li {
  list-style: none;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

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