/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
a img {
  border: none; }

/*
    ! Typebase.less v0.1.0 | MIT License 
    https://github.com/devinhunt/typebase.css/
*/
/* Setup */
html {
  /* Change default typefaces here */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.375rem;
  margin-top: 0;
  margin-bottom: 1.375rem; }

ul, ol, dl {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem; }

li, dd, dt {
  line-height: 1.375rem;
  list-style-position: inside; }

dt:nth-child(1n+1) {
  margin-top: 1.375rem; }

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

blockquote {
  line-height: 1.375rem;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  /* Change heading typefaces here */
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-bottom: 1.375rem;
  line-height: 1.375rem; }

h1 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7875rem;
  text-transform: uppercase; }

h2 {
  font-size: 1.2rem;
  line-height: 1.65rem;
  font-weight: bold; }

h3, legend {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5125rem; }

/* Tables */
table {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top: 1.375rem; }

td, th {
  line-height: 22px;
  padding: 8px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.2rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

/* SITE NAME
=========================================================*/
html {
  box-sizing: border-box; }

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

body {
  background-color: #3f1115;
  background-image: url("../images/bg-gradient.gif");
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #7a0e17;
  width: 100%; }

/* Core HTML Styles
=========================================================*/
/*  Clickable elements
------------------------------*/
a {
  color: #7a0e17;
  cursor: pointer;
  text-decoration: underline; }
  a:hover, a:active, a:visited, a:focus {
    color: #7a0e17;
    outline: none; }
  a:hover {
    text-decoration: underline; }
  a.active {
    outline: none; }

button, .btn, input[type="submit"] {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 12px;
  text-transform: uppercase; }
  button.btn-primary, .btn.btn-primary, input[type="submit"].btn-primary {
    background: #f5faf1;
    border-color: #7ac142;
    color: #000; }

/* Removed dotted outlines around active links in FF */
:focus, :active, :-moz-any-link:focus {
  -moz-outline-style: none;
  outline: none; }

/*  Type styling - Typography is in _typography.scss
-----------------------------------------------------------*/
li, dd, dt {
  line-height: 1.375rem;
  padding: 5.3333333333px; }

dt {
  border-bottom: 1px solid #eee;
  font-weight: bold; }

hr {
  border: 1px solid #fff;
  clear: both; }

strong, b {
  font-weight: bold; }

ul {
  margin: 20px 60px; }

pre {
  background: #eee;
  border: 1px solid #ccc;
  font-family: Source Sans, Courier, Courier New, Georgia;
  margin: 20px 0;
  padding: 20px; }

/* Common Elements
-------------------------*/
.note {
  display: block;
  font-size: 80%; }

.right {
  display: inline-block;
  float: right; }

.left {
  display: inline-block;
  float: left; }

.mobile {
  display: none; }

/* Structural Elements
-------------------------*/
header, nav, footer {
  margin: 0 auto; }

header {
  background: url("../images/logo-bg.png") repeat-x 0 0;
  color: #fff;
  height: 163px;
  margin: 0 auto;
  position: relative;
  width: 1050px; }

.header-content {
  margin: 0;
  padding: 0; }

.nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px; }

nav {
  background-color: #7a0e17;
  background-image: url(../images/bg-swirls4-1050w.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  height: 28px;
  margin: 0 auto;
  padding: 0;
  width: 1050px; }
  nav a {
    color: #5f0b12;
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
    margin: 0 10px 0 10px;
    padding: 0 10px;
    text-decoration: none; }
    nav a:hover, nav a:active, nav a:visited, nav a:focus {
      outline: none; }
    nav a:last-child {
      margin-right: 0; }

.nav-content {
  background-image: url(../images/navigation-background-final.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 0 0 90px;
  padding: 0;
  width: 878px; }

.footer_nav {
  background: #5f0b12;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding: 0 0 4px 0;
  text-align: center; }
  .footer_nav a {
    color: #d7B523;
    font-size: .8em; }

footer {
  clear: both;
  color: #C25308;
  margin: 0 auto;
  text-align: center;
  width: 1050px; }

.copyright {
  margin: 10px 0;
  text-align: center; }

.contact dd {
  margin: 4px 0;
  padding: 0; }

/* Page Elements 
-----------------------------*/
.content {
  background-color: #7a0e17;
  background-image: url(../images/bg-swirls4-1050w.png);
  background-position: 0 -28px;
  background-repeat: repeat-y;
  margin: 0 auto;
  min-height: 800px;
  padding: 0 82px 0 90px;
  width: 1050px; }

.block {
  margin: 0 auto;
  padding: 40px; }
  .block + .block {
    margin-bottom: 40px; }
  .block:first-child {
    background-image: url(../images/corners-background-final-top.gif), url(../images/corners-background-final-bottom.gif);
    background-position: 0 0, 0 bottom;
    background-repeat: no-repeat;
    padding: 100px 40px; }

.portrait {
  margin-right: 30px;
  margin-bottom: 30px; }

.wrapper {
  position: relative;
  width: 100%; }

/* Nav Slider 
-----------------------------*/
.nav-slider {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  height: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .nav-slider.active {
    position: absolute;
    right: 0; }
  .nav-slider a {
    color: #fff; }

.close {
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  padding-top: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 40px; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }

ul.nav-list li {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

ul.sub-nav li {
  border: 1px solid #ccc;
  float: right;
  font-size: 14px;
  height: 100px;
  line-height: 14px;
  margin: 10px 0 10px 10px;
  padding: 10px;
  text-align: center;
  width: 100px; }

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  /* some CSS here */
  .mobile {
    display: block; }

  .screen {
    display: none; } }
/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  /* some CSS here */
  .mobile {
    display: block; }

  .screen {
    display: none; } }
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  /* some CSS here */
  .mobile {
    display: block; }

  .screen {
    display: none; } }
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  /* some CSS here */
  .mobile {
    display: block; }

  .screen {
    display: none; } }
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* some CSS here */
  .mobile {
    display: block; }

  .screen {
    display: none; } }
/* #### Desktops #### */
@media screen and (min-width: 1024px) {
  /* some CSS here */ }
.flexbox {
  display: flexbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.flexbox .col, .flexbox .header {
  flex: 0 1 auto;
  align-items: stretch; }

.flexbox .col:nth-child(1) {
  background: #fff;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  flex-basis: 20%;
  -ms-flex-basis: 20%;
  -webkit-flex-basis: 20%; }

.flexbox .col:nth-child(2) {
  background: #fff;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  flex-basis: 80%;
  -ms-flex-basis: 80%;
  -webkit-flex-basis: 80%; }

.flexbox .header-title {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  flex-basis: 20%;
  -ms-flex-basis: 20%;
  -webkit-flex-basis: 20%; }

.flexbox .header-search {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  flex-basis: 60%;
  -ms-flex-basis: 60%;
  -webkit-flex-basis: 60%; }

.flexbox .header-user {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  flex-basis: 20%;
  -ms-flex-basis: 20%;
  -webkit-flex-basis: 20%; }
