@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');
/* reset.css */

/* ====================== RESET ====================== */
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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size:100%; font-family: inherit; vertical-align:baseline; }
:focus { outline: 0; }
body{ line-height:1; background:white; color:black; }
header, footer, section, article, nav, aside { display: block; }
ol, ul{ list-style:none; list-style-position:outside; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
ins{ text-decoration:none; color:red; }
del{ text-decoration:line-through; }

/* =================================================== */
/* layout.css */

/*#content-B img,
#content-C  img {
  max-width: 100%;
  height: auto;
}*/


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* Accessibility */
#aria-skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000;
}
#aria-skip a:focus {
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
}

/* Show outline on TAB key press*/
html:not(.js).rendered a:focus,
html.has-tabbed.rendered a:focus,
html:not(.js).rendered button:focus,
html.has-tabbed.rendered button:focus,
html:not(.js).rendered input:focus,
html.has-tabbed.rendered input:focus,
html:not(.js).rendered textarea:focus,
html.has-tabbed.rendered textarea:focus,
html:not(.js).rendered .disclaimer:focus,
html.has-tabbed.rendered .disclaimer:focus,
html:not(.js).rendered .blogNavMonthjs:focus,
html.has-tabbed.rendered .blogNavMonthjs:focus {
    outline: 3px solid #000 !important;
}

/* Show dropdown navigation on focus */
#mainNav > li:focus-within .subNav {
    left: auto;
    opacity: 1;
}

html.has-tabbed #blogArchiveNav dd {
  display: block !important;
}

/* Hide Blog RSS Text */
a[href="/blog/rss/"] span { display: none; }


#banner {
  margin-top: 13px;
  height: 400px;
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-color: #222;
  background-color: rgba(0,0,0,0.5);*/
  text-align: center;
  z-index: 101;
  /*-webkit-transform: translateZ(0);
  backface-visibility: hidden;
  transform: translateZ(0);*/
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.gallery #banner {
    background-color: rgba(30,30,30,1);
}
.js.rendered #banner {
  opacity: 0;
  transition: opacity .75s ease;
}
.js.rendered #banner.show {
  opacity: 1;
}
#banner.has-text {
  height: 450px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.has-text .overlay {
  background: rgba(0, 0, 0, 0.55);
}
.overlay.light {
  background: rgba(255, 255, 255, 0.55);
}
/*.qi-cms-banner {
  position: relative;
  z-index: 2;
}*/

.theme-00090.gallery #banner,
.theme-00091.gallery #banner,
.theme-00092.gallery #banner,
.theme-00093.gallery #banner,
.theme-00094.gallery #banner,
.theme-00095.gallery #banner,
.theme-00096.gallery #banner {
    border-top: 71px solid #1d1d1d;
}
.theme-00090.gallery #banner-slides,
.theme-00091.gallery #banner-slides,
.theme-00092.gallery #banner-slides,
.theme-00093.gallery #banner-slides,
.theme-00094.gallery #banner-slides,
.theme-00095.gallery #banner-slides,
.theme-00096.gallery #banner-slides {
  filter: grayscale(0);
}
.theme-00090.gallery #banner-slides .banner-slide,
.theme-00091.gallery #banner-slides .banner-slide,
.theme-00092.gallery #banner-slides .banner-slide,
.theme-00093.gallery #banner-slides .banner-slide,
.theme-00094.gallery #banner-slides .banner-slide,
.theme-00095.gallery #banner-slides .banner-slide,
.theme-00096.gallery #banner-slides .banner-slide {
  left: calc(50% - 360px);
  background-size: cover, 16px;
  width: 720px;
  max-width: 720px;
}



table {
    width: 100%;
    table-layout: fixed;
}

.user_mobile_only,
.user-mobile-only {
    display:none;
}

.js.rendered img {
  /*opacity: 0;*/
  transition: opacity 1s ease;
}
.js.rendered img.show {
  opacity: 1;
}

.js.rendered img[src*="images/buttons"],
img[src*="images/buttons"] {
  max-width: 250px;
  height: auto;
  transition: opacity .3s ease;
}
.js.rendered a:hover img[src*="images/buttons"],
a:hover img[src*="images/buttons"] {
  opacity: .85;
}

.mobile-switch {
}

.mobile-switch a,
.mobile-switch a:link,
.mobile-switch a:visited{
}
.mobile-switch .mobile{

}
.mobile-switch .desktop{

}
.mobile-switch.mobile .mobile{
}
.mobile-switch.mobile .desktop{

}


#mobi-menu {
  display: none;
}


#footer #qiFooter {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 24px;
}





/* Columns */
.user-row {
  width: 100%;
  margin: 0 auto;
  float: left;
}
.user-row:after,
.user-column:after {
  content: "";
  display: table;
  clear: both;
}
.user-row .user-row {
  max-width: none;
  padding: 0;
}
.user-column {
  word-wrap: break-word;
  float: left;
}
.user-cols-2 > .user-column {
  width: 46.0%;
  margin-right: 7%;
}
.user-cols-3 > .user-column {
  width: 28.5%;
  margin-right: 7%;
}
.user-cols-2 > .user-column:last-of-type,
.user-cols-3 > .user-column:last-of-type {
  margin-right: 0;
}




/* Responsive */
/*.responsive body #content-A img,
.responsive body #content-B img {
  max-width: 100%;
  height: auto;
}*/

@media (max-width: 1080px) {
  .responsive body #content-A {
    width: 540px;
  }
  /*.responsive body #content-A img,
  .responsive body #content-B img {
    max-width: 100%;
    height: auto;
  }*/
  .responsive body #banner {
    height: 350px;
  }
  .responsive body #banner.has-text {
    height: 400px;
  }
  .responsive video {
    width: 100%    !important;
    height: auto   !important;
  }
}



@media (max-width: 900px) {
  .responsive body #body-1 {
    display: none;
  }
  .responsive.show-secondary-content body #body-1 {
    display: block;
  }
  .responsive body #content-A,
  .responsive body #content-B,
  .responsive body #content-C {
    width: 100%;
  }
  .responsive body #brandingSub {
    display: none;
  }
  .responsive body #banner {
    height: 300px;
  }
  .responsive body #banner.has-text {
    height: 350px;
  }

  .responsive .user_mobile_only,
  .responsive .user-mobile-only {
    display: inherit;
  }
  .responsive .user_mobile_hide,
  .responsive .user-mobile-hide {
    display: none;
  }

  /*.responsive body #content-A img,
  .responsive body #content-B img {
    max-width: 100%;
    height: auto;
  }*/
}


@media (max-width: 900px) {

.responsive body {
    margin-top: 50px;
}
.responsive body #bodyWrapper {
    overflow: visible; /* fix bug where mobi-nav is cropped during banner aimation */
}
.responsive #mobi-menu {
    cursor: pointer;
    position: fixed;
    top: 0;
    left:0;
    z-index: 999;
    background: rgba(0,0,0,0.85);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
    padding: 13px 0 0 0;
    text-indent: 5%;
    height: 37px;
    width: 100%;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .responsive #mobi-menu img {
    width: 27px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
  }
  .responsive #mobi-menu:focus,
  .responsive #mobi-menu:active {
  }


  .responsive body #mainNav{
      display: none;
      position: fixed;
      top: 0;
      left:0;
      width: 100%;
      max-height: 100%;
      height: auto;
      overflow-y: auto;
      margin: 0 auto;
      padding: 0;
      border: none;
      z-index: 988;
  }
  .responsive body #mainNav.show-nav {
    display: block;
  }
  .responsive #mainNav li{
    display: none;
      background: #191919;
      border: none;
      padding: 0;
      height: auto;
      float: none;
      width: 100%;
      position: relative;
      z-index: 1;
      list-style:none;
  }
  .responsive #mainNav li.show-nav {
    display: block;
  }

  .responsive body #mainNav li a,
  .responsive body #mainNav li a:link,
  .responsive body #mainNav li a:visited{
      background: #191919;
      border: none;
      text-align: left;
      height: auto;
      float: none;
      width: 90%;
      padding: 0 5% 16px 5%;
      color: #fff;
      display: block;
      font-size: 16px;
      text-transform: none;
      text-decoration:none;
      white-space: nowrap;
      overflow: hidden;
      line-height: 26px;
      text-overflow: ellipsis;
    /*  -webkit-tap-highlight-color: rgba(0,0,0,0);
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;*/
  }
  .responsive #mainNav > li:first-of-type {
    padding-top: 16px;
    margin-top: 50px; /* margin is here instead of on mainNav to preserve bkg color */
  }
  .responsive #mainNav li.selected > a,
  .responsive #mainNav li.selected > a:link,
  .responsive #mainNav li.selected > a:visited {
    background: none;
  }
  .responsive #mainNav li:first-of-type a {
    padding-top: 16px;
  }

  .responsive #mainNav li .subNav{
    border: none;
    position: static;
    opacity: 1;
    width: 100%;
    border-bottom: 16px solid #191919;
    margin: 0;
    background: #141414;
  }
  .responsive #mainNav li .subNav:last-of-type {
    margin-top: 0px;
  }
  .responsive #mainNav li .subNav li{
      border: none;
      list-style:none;
      padding: 0;
      height: auto;
      background: #141414;
  }
  .responsive body #mainNav li .subNav a,
  .responsive body #mainNav li .subNav a:link,
  .responsive body #mainNav li .subNav a:visited{
    text-transform: none;
    border: none;
    display: block;
    font-size: 16px;
    padding: 16px 5% 0 5%;
    text-indent: 20px;
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #141414;
    line-height: 26px;
  }

  .responsive.has-tabbed body #mainNav li a:focus,
  .responsive.has-tabbed body #mainNav li .subNav a:focus {
    box-shadow: inset 0 0 0 3px #fff
  }

  .responsive #mainNav li .subNav li:first-of-type a {
  }
  .responsive #mainNav li .subNav li:last-of-type a {
    padding-bottom: 16px;
  }
  .responsive #mainNav li a:focus,
  .responsive #mainNav li a:hover,
  .responsive #mainNav li a:active{
    color: #fff;
    background: #000;
  }
  .responsive #mainNav li .subNav a:focus,
  .responsive #mainNav li .subNav a:hover,
  .responsive #mainNav li .subNav a:active {
    color: #fff;
    background: #000;
  }


  /* Always display nav for accessibility */
  .has-tabbed.responsive body {
    margin-top: 0;
  }
  .has-tabbed.responsive #header {
    padding-top: 0;
  }
  .has-tabbed.responsive.banner #header {
     position: relative;
  }
  .has-tabbed.responsive.home-page #banner,
  .has-tabbed.responsive.home-page .qi-cms-banner {
    height: 350px !important;
  }
  .has-tabbed.responsive #mobi-menu {
    display: none;
  }
  .has-tabbed.responsive #navWrapper {
    float: none;
    width: 100%;
    height: auto;
  }
  .has-tabbed.responsive #mainNav {
    display: block;
    position: relative;
  }
  .has-tabbed.responsive #mainNav li {
    display: block;
  }
  .has-tabbed.responsive #mainNav > li:first-of-type {
    padding-top: 16px;
    margin-top: 0;
  }



}


@media (max-width: 767px) {

  .responsive body #banner {
    height: 260px;
  }

}

/* typography.css */

/* ====================== TYPOGRAPHY ====================== */

body {
	font: normal 16px/26px Sans-Serif;
  -webkit-font-smoothing: antialiased;
}

#bodyWrapper,
#footer {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
}
h2, h3, h4, h5, h6, h1.blogPostTitle {
	line-height: 26px;
	font-weight: bold;
  word-wrap: break-word;
}

h2, h3, h4, h1.blogPostTitle {
	margin: 39px 0 -13px 0;
}
h2, h1.blogPostTitle {
	font-size: 28px;
	line-height: 32px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5, h6 {
	margin: 39px 0 -22px 0;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
	font-weight: normal;
	font-style: italic;
}

strong, b{ font-weight: bold; }
em, i{ font-style: italic; }

p, ul, ol, dl, table{
  font-size: 16px;
	margin: 26px 0;
	line-height: 26px;
  word-wrap: break-word;
}
ul, ol, li{
	line-height: 26px;
  font-size: 16px;
  word-wrap: break-word;
}
ul{ list-style: disc; }
ol{ list-style: decimal; }
#bodyWrapper li{
	margin: 0 0 0 1.25em;
	list-style-position: outside;
}
#bodyWrapper ol li{
	margin: 0 0 0 1.35em;
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active{
	line-height: 26px;
	text-decoration: underline;
}
#bodyWrapper a,
#footer a,
#qiFooter a{
  transition: color 0.2s, background-color 0.2s, border-color 0.2s ease;
}

#qiFooter #loginLinkWrap a,
#qiFooter #loginLinkWrap a:link,
#qiFooter #loginLinkWrap a:visited,
#qiFooter #logoutLinkWrap a,
#qiFooter #logoutLinkWrap a:link,
#qiFooter #logoutLinkWrap a:visited {
    display: block;
    width: 6em;
    margin: 10px auto 5px auto;
    background: #757575;
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0px 10px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height: 22px;
    border: 1px solid #aaa;
    border: 1px solid rgba(0,0,0,0.2);
}
#qiFooter #loginLinkWrap a:focus,
#qiFooter #loginLinkWrap a:hover,
#qiFooter #loginLinkWrap a:active,
#qiFooter #logoutLinkWrap a:focus,
#qiFooter #logoutLinkWrap a:hover,
#qiFooter #logoutLinkWrap a:active {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
}



#bodyWrapper{
	font-size: 16px;
}

#brandingMain a {
  text-align: left;
}

#content-B,
.content-B,
#content-C,
#content-B p,
.content-B p,
#content-C p,
#content-B ul,
.content-B ul,
.content-C ul,
#content-B ol,
.content-B ol,
#content-C ol,
#content-B li,
.content-B li,
.content-C li {
  font-size: 14px;
  line-height: 22px;
}
#content-B h2,
.content-B h2,
#content-C h2,
.content-C h2 {
  font-size: 20px;
}

.qi-cms li ul,
.blogPost li ul,
.qi-cms li ol,
.blogPost li ol{
	margin-top: 0;
	margin-left: 24px;
	list-style: circle;
}
.qi-cms li ol,
.blogPost li ol{
	list-style: lower-alpha;
}
.qi-cms li li ol,
.blogPost li li ol{
	list-style: lower-roman;
}
.qi-cms li li li ol,
.blogPost li li li ol{
	list-style: circle;
}


hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

#qiFooter {
  line-height: 14px;
}
#qiFooter .qiCopyright {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    display: block;
    margin-top: 24px;
}
#qiFooter .qiCopyright a,
#qiFooter .qiCopyright a:link,
#qiFooter .qiCopyright a:visited {
    text-decoration: none;
    text-transform: none;
    font-size: 10px;
    letter-spacing: 0px;
}
#qiFooter .qiCopyright a:hover {
  text-decoration: underline;
}


/* -----------------  CLASSES  -------------------- */
.hide{ display:none; }
.accessLink{ position:absolute; left:-9999px; }


/* -------- mainNav -------- */
#mainNav a {
	transition: color 0.3s, background-color 0.2s, border-color 0.2s ease;
}
#mainNav li .subNav {
	opacity: 0;
	transition: opacity 0.5s ease;
}
#mainNav li,
#mainNav li .subNav li{
	list-style:none;
}
#mainNav li .subNav li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  word-wrap: normal;
}
#mainNav li .subNav li a {
	transition: color 0.3s, background-color 0.3s ease;
}
#mainNav li:hover .subNav,
#mainNav li.hover .subNav{
	opacity: 1;
}


/* -------- Contact Form -------- */

#contactForm label{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin: 16px 0 1px 0;
}
#contactForm input,
#contactForm textarea{
	font-size: 16px;
}
#contactForm #submit{
	font-weight: bold;
}
* html #contactForm #optInBox{
	margin-top: 8px;
}
* html #contactForm #optIn{
	border: none;
	padding: 0;
	background: none;
}


/* -------- Banner -------- */
#banner .qi-cms-banner {
  height: 100%;
  /* no blurry fonts */
  /*-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
  transition: height .5s ease;
}
#banner .banner-headline {
  /* center headline vertically */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 101;
}

.js.rendered #banner .banner-headline {
  padding-top: 45px;
  opacity: 0;
  transition: padding-top .75s ease .75s, opacity .75s ease .75s;
}
.js.rendered #banner.show .banner-headline {
  padding-top: 0;
  opacity: 1;
}

#banner h2,
#banner h3 {
  color: #fff;
  margin: 0 auto;
  font-size: 51px;
  font-weight: normal;
  max-width: 940px;
  width: 95%;
  border: none;
  /*text-shadow: 0px 0px 20px #000;*/
}
#banner h2 {
  margin-bottom: 18px;
  line-height: 1.08em;
  letter-spacing: -0.01em;
}
#banner h3 {
  font-size: 21px;
  line-height: 1.2em;
}

#banner a, #banner a:link, #banner a:visited {
    display: inline-block;
    margin-top: 26px;
    color: #333;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.85);
    padding: 9px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: bolder;
    font-size: 14px;
    transition: background .3s ease, border .3s ease, color .3s ease;
}
#banner a:hover, #banner a:focus, #banner a:active {
    background: rgba(0,0,0,0.75);
    color: #fff;
    border-color: #000;
}

/* ======================================================== */



/*
Text Sizes
10, 11, 12, 13, 14, 16, 18, 21, 24, 28, 36, 48, 60, 72
*/

.text.size-10 {
  font-size: 10px;
  line-height: 26px;
}
.text.size-11 {
  font-size: 11px;
  line-height: 26px;
}
.text.size-12 {
  font-size: 12px;
  line-height: 26px;
}
.text.size-13 {
  font-size: 13px;
  line-height: 26px;
}
.text.size-14 {
  font-size: 14px;
  line-height: 26px;
}
.text.size-16 {
  font-size: 16px;
  line-height: 26px;
}
.text.size-18 {
  font-size: 18px;
  line-height: 26px;
}
.text.size-21 {
  font-size: 21px;
  line-height: 26px;
}
.text.size-24 {
  font-size: 24px;
  line-height: 26px;
}
.text.size-28 {
  font-size: 28px;
  line-height: 30px;
}
.text.size-36 {
  font-size: 36px;
  line-height: 38px;
}
.text.size-48 {
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -0.015em;
}
.text.size-60 {
  font-size: 60px;
  line-height: 62px;
  letter-spacing: -0.02em;
}
.text.size-72 {
  font-size: 72px;
  line-height: 74px;
  letter-spacing: -0.03em;
}



/* Responsive */
@media (max-width: 1080px) {
  .responsive p,
  .responsive ul,
  .responsive ol,
  .responsive dl,
  .responsive li,
  .responsive table {
    font-size: 14px;
  }
  .responsive #banner h2,
  .responsive #banner h3 {
    max-width: 840px;
  }
  .responsive #banner h2 {
    font-size: 45px;
  }
  .responsive #banner h3 {
    font-size: 18px;
  }
  .responsive #banner a,
  .responsive #banner a:link,
  .responsive #banner a:visited {
    padding: 7px 22px;
    font-size: 13px;
  }

}

@media (max-width: 900px) {
  .responsive p,
  .responsive ul,
  .responsive ol,
  .responsive dl,
  .responsive li,
  .responsive table{
    font-size: 16px;
  }
  .responsive #content-B,
  .responsive .content-B,
  .responsive #content-B p,
  .responsive .content-B p,
  .responsive #content-B ul,
  .responsive .content-B ul,
  .responsive #content-B ol,
  .responsive .content-B ol,
  .responsive #content-B li,
  .responsive .content-B li {
    font-size: 16px;
    line-height: 26px;
  }
  .responsive #content-B #global-extra {
    text-align: center;
  }

  .responsive #banner h2 {
    max-width: 90%;
    font-size: 36px;
  }
  .responsive #banner h3 {
    display: none;
  }
  .responsive #banner a,
  .responsive #banner a:link,
  .responsive #banner a:visited {
    margin-top: 13px;
  }

}

@media (min-width: 901px) {
  #wrapper a[href^="sms:"],
  #wrapper a[href^="tel:"] {
    color: unset !important;
    text-decoration: none !important;
    cursor: text !important;
  }
}





/* blog.css */

/* ====================== BLOG ====================== */

#blog .blogArchiveHeading {
	margin:24px 0 0px 0;
	border-bottom-width:2px;
	border-bottom-style:solid;
	font-size:15px;
	width:100%;
	text-align:left;
	font-weight:bold;
	clear: both;
}
*:first-child+html #blog .blogArchiveHeading span,
* html #blog .blogArchiveHeading span {
	float:left;
}

#blog .blogArchiveHeading a {
	float: right;
	width: 20px;
	height: 20px;
	background: url(https://s3.amazonaws.com/image.storage/static/images/common/rss-black.png) no-repeat center;
}



#blog #blogArchiveNav,
#blog #blogArchiveNav dt,
#blog #blogArchiveNav dd,
#blog #blogArchiveNav ul,
#blog #blogArchiveNav li{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	clear:both;
	text-align:left;
}
#blog #blogArchiveNav dt,
#blog #blogArchiveNav dd{
	text-indent:1px;
}
#blog #blogArchiveNav{
	margin-bottom:200px;
}
#blog #blogArchiveNav dt{
	font-size:14px;
	line-height:15px;
	padding: 12px 0;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#blog #blogArchiveNav dt.blogNavMonthjs{ /* class added by jquery */
	cursor:pointer;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s ease;
}

#blog #blogArchiveNav a,
#blog #blogArchiveNav a:link,
#blog #blogArchiveNav a:visited{
	float:left;
	text-decoration:none;
	font-size:13px;
	line-height:15px;
	padding: 12px 0;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#blog #blogArchiveNav .selectedPost,
#blog #blogRecentPosts .selectedPost {
	font-style:italic;
}

#blog #blogArchiveNav .selectedPost,
#blog #blogRecentPosts .selectedPost{
	color:#aaa;
}
#blog #blogArchiveNav li.blogArchivePost,
#blog #blogRecentPosts li {
	border-bottom-style:dotted;
	border-bottom-width:1px;
}


#blog #blogRecentPosts {
	margin: 0 0 39px 0;
	padding:0;
	list-style: none;
	float:left;
	width: 100%;
	clear: both;
}
#blog #blogRecentPosts li {
	list-style-position: outside;
	margin: 0;
	padding:0;
  line-height: 16px;
  float:left;
	width: 100%;
  float: left;
}
#blog #blogRecentPosts li a,
#blog #blogRecentPosts li a:link,
#blog #blogRecentPosts li a:visited {
	text-decoration: none;
	line-height: 16px;
	padding: 10px 0 9px 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#blog #blogNextPrev{
	text-align:center;
	padding-bottom:48px;
}

#blog div.blogPost{
	margin-bottom:0px;
}

#blog .blogShareLinks {
	border-top-style:solid;
	border-top-width:1px;
	height:120px;
	clear:both;
}
#blog .blogShareLinks span {
	float:left;
	margin-top:5px;
	margin-right:5px;
}
#blog .blogShareLinks img {
	width: 30px;
}
/*#blog .twitterShare,
#blog .fbShare,
#blog .googlePlusShare,
#blog .pinterestShare{

}
#blog .fbShare,
#blog .googlePlusShare,
#blog .pinterestShare{
	padding-top:0px;
	margin-top:5px;
	margin-left:5px;
}*/

#blog h2.blogPostTitle,
#blog h1.blogPostTitle {
	margin-bottom: 4px;
}
#blog h2.blogPostTitle a,
#blog h2.blogPostTitle a:link{
	text-decoration:none;
}
#blog span.postByline{
	display:block;
	border-top-style:solid;
	border-top-width:1px;
	font-style:italic;
	font-size: 15px;
	margin-bottom: -12px;
}
*+html #blog span.postByline{
	height:1%;
}

#blog .code{
	font-family: monospace;
	color: rgb(194, 255, 0);
	background: rgb(54, 58, 73);
	border: 1px solid #000;
	padding: 12px 16px;
}

#blog span.code{
	padding: 1px 5px 3px 5px;
	border: 0;
}

#blog .code em{
    color: #888;
}
#blog p.code {
  font-size: 12px;
  white-space: nowrap;
  overflow: scroll;
}

/* ----- Blog Default Colors ----- */
#blog span.postByline,
#blog .blogShareLinks{
	border-top-color:#aaa;
}
#blog .blogArchiveHeading {
	border-bottom-color:#000;
}
#blog #blogArchiveNav dt{
	border-bottom-color:#ddd;
}
#blog #blogArchiveNav li.blogArchivePost,
#blog #blogRecentPosts li{
	border-bottom-color:#ccc;
}



#blog #blogArchiveNav dt.blogNavMonthjs:hover{
	color:#888;
}
#blog #blogArchiveNav .selectedPost,
#blog #blogRecentPosts .selectedPost{
	color:#aaa;
}
/*#blog #blogArchiveNav span.blogPostCount{
	color:#999;
}*/




#blog #disqus_thread{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin-top: -80px;
}
#blog #disqus_thread h3{
	font-size:15px;
}
#blog .dsq-textarea-background{
	background:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#blog .blogShareLinks .disqusComments{
	float:right;
}
/* ======================================================== */


/* Blog Summary Cards */
.b-header {
    text-align: left;
    border: none;
}
#blog-summary {
    margin-bottom: 48px;
}
#blog-summary .b-summary {
    position: relative;
    display: block;
    margin: 12px 0;
    padding: 0 0 12px 0;
    border-radius: 5px;
    border: 1px solid #00000021;
    cursor: pointer;
    box-shadow: 0 0 5px #00000026;
    overflow: hidden;
}
#blog-summary .b-title {
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    border: none;
    margin: 0;
    font-weight: bold;
    padding: 4px 10px 12px 12px;
}

#blog-summary .b-text {
    text-align: left;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    padding: 0px 10px 0 12px;
}

#blog-summary .b-img {
    display: block;
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    margin-bottom: 6px;
}
#blog-summary .b-img.undefined {
    display: none;
}


/* contact-form.css */

/* ================ CONTACT FORM ================ */

#contactForm{
  margin-top: 52px;
  width: 512px;
  max-width: 100%;
}
#contactForm label{
	display: block;
	width: 400px;
  max-width: 96%;
}
#contactForm input,
#contactForm textarea {
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	width: 500px;
  max-width: 96%;
}
#contactForm #optInBox input{
	float:left;
	margin:5px 8px 0 0;
	width:auto;
}
#contactForm #optInBox label{
	width:auto;
}
#contactForm button{
	margin:0;
	padding:0;
	text-align:left;
}
#contactForm #submit img {
	display: none;
}
#contactForm #submit{
	font-family: inherit;
	cursor:pointer;
	margin:24px 0 52px 0;
	padding:0;
	width:514px;
  max-width: 100%;
  background: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
  border-radius: 6px;
  text-shadow: 1px 1px 1px #ffffff;
  box-shadow: 0px 0px 3px rgba(127,127,127,0.8);
  color: #222;
  font-size: 16px;
  text-align: center;
  padding: 10px 40px 10px 40px;
  border: 1px solid #999;
  text-decoration: none;
}

#contactForm #submit:hover{
	cursor:pointer;
  background: #dddddd;
  background-image: linear-gradient(to bottom, #eeeeee, #bbbbbb);
  border: 1px solid #888;
  text-decoration: none;
}

#contactForm #submit.in-progress,
#contactForm #submit.in-progress:hover {
  background: #fff url(https://s3.amazonaws.com/image.storage/static/images/common/ajax-loader-black-on-white.gif) no-repeat center;
  color: rgba(255, 255, 255, 0);
}


#contactForm .disclaimer {
  font-size: 12px;
  line-height: 18px;
}

label[for="captcha"] .captcha-question::after {
  content: attr(data-question);
}



/* social-media.css */

/* ====================== SOCIAL MEDIA ====================== */

#socialLinks {
  max-width: 640px;
  margin: 24px auto 24px auto;
  padding-bottom: 12px;
  text-align: center;
  z-index: 100;
}
#socialLinks li {
  margin: 0 4px;
  list-style: none;
  display: inline-block;
}
#socialLinks a {
  display: inline-block;
  font-size: 12px;
  color: #777;
  width: 36px;
  height: 36px;
  background: url(https://s3.amazonaws.com/image.storage/static/images/common/social/combined-70px-dark.png) no-repeat 0 0;
  background-size: 280px;
  transition: opacity ease .2s;
}
#socialLinks li:hover a {
  opacity: .8;
}

#socialLinks .facebook a{
  background-position: 0 0;
}
#socialLinks .twitter a{
  background-position: -35px 0;
}
#socialLinks .gplus a{
  background-position: -70px 0;
}
#socialLinks .pinterest a{
  background-position: -105px 0;
}
#socialLinks .instagram a{
  background-position: -140px 0;
}
#socialLinks .linkedin a{
  background-position: -175px 0;
}
#socialLinks .youtube a{
  background-position: -210px 0;
}
#socialLinks .yelp a{
  background-position: -245px 0;
}

#socialLinks li span {
  display: none;
}


#banner-slides {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#banner-slides .banner-slide {
  width: 100%;
  height: 100%;
  background-size: cover, 16px;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

#banner-index {
  width: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 4;
  overflow: hidden;
}

#banner-index li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
#banner-index li.current {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.15);
}

.gallery #banner-index {
  display: none;
}

#banner .qi-cms-banner {
  background-color: rgba(30,30,30,1);
}

@media screen and (max-width: 767px) {
  #banner-index {
    display: none;
}
}


/* Dissolve Animation */
#banner-slides .banner-slide {
  opacity: 0;
  z-index: 1;
}
#banner-slides .banner-slide.active {
  opacity: 1;
  z-index: 2;
  transition: opacity 2.5s ease;
}
#banner-slides .banner-slide.prev {
  opacity: 0;
  z-index: 1;
  transition: opacity 0s ease 2.5s;
}
#banner-slides .banner-slide.active.navigate {
  transition: opacity 1.0s ease;
}
#banner-slides .banner-slide.prev.navigate {
  transition: opacity 0s ease 1.0s;
}


/* Left Push Animation */
/*#banner-slides.push .banner-slide {
  left: -100%;
  opacity: 1;
}
#banner-slides.push .banner-slide.active{
  opacity: 1;
  left: 0%;
  transition: left 1.25s ease;
}
#banner-slides.push .banner-slide.prev {
  opacity: 1;
  left: 100%;
  transition: left 1.25s ease;
}
#banner-slides.push.reverse .banner-slide {
  left: 100%;
}
#banner-slides.push.reverse .banner-slide.active{
  left: 0%;
}
#banner-slides.push.reverse .banner-slide.prev {
  left: -100%;
}*/


/* Gallery */
.gallery #banner-slides {
  /*background-color: rgba(30,30,30,1);*/
}
.gallery #banner-slides .banner-slide {
  max-height: 85%;
  top: 2.5%;
  max-width: 90%;
  left: 5%;
  background-size: contain, 16px;
}
.gallery #banner-slides .banner-slide.active {
  transition: opacity .5s linear;
}
.gallery #banner-slides .banner-slide.prev {
  transition: opacity .5s ease-out;
}
#banner-slides .caption {
  display: none;
}
.gallery #banner-slides .caption {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(30, 30, 30, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 0;
}
.gallery #banner-slides .caption div {
  max-width: 540px;
  margin: 0 auto;
}
.gallery .banner-headline,
.gallery .overlay {
  display: none;
}

/*#banner-thumbs.one :not(.one),
#banner-thumbs.two :not(.two),
#banner-thumbs.three :not(.three),
#banner-thumbs.four :not(.four),
#banner-thumbs.five :not(.five) {
  display: none;
}*/


#banner-thumbs {
  width: 540px; /* 9*54 */
  height: 12.5%;
  clear: both;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  overflow: hidden;
  padding: 0 40px;
  background: rgba(30,30,30,1);
}
#banner-thumbs .wrap {
  float: left;
  width: 540px;
  height: 100%;
}
#banner-thumbs .banner-slide {
  width: 50px;
  height: 40px;
  margin: 0 2px;
  display: inline-block;
  list-style: none;
  padding: 0;
  background-size: cover, 16px;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.6);
}
#banner-thumbs .banner-slide:hover {
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.2);
}
#banner-thumbs .banner-slide.current {
  box-shadow: inset 0 0 0px 2px rgba(255,255,255,0.85);
}
#banner-thumbs .caption {
  display: none;
}

#banner-thumbs .thumbs-arrow-icon {
  width: 40px;
  height: 40px;
  background: rgba(30,30,30,1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, .65);
  transition: color .3s ease;
}
#banner-thumbs .thumbs-arrow-icon:hover {
  color: rgba(255, 255, 255, 1);
}
#banner-thumbs .left {
  left: 0;
}
#banner-thumbs .right {
  right: 0;
}
#banner-thumbs .left:before {
  content: "\276C";
}
#banner-thumbs .right:before {
  content: "\276D";
}

#banner-thumbs.at-start .left,
#banner-thumbs.at-end .right {
  color: rgba(255, 255, 255, 0);
  cursor: default;
}

@media screen and (max-width: 900px) {
  .responsive #banner-thumbs {
    display: none;
  }
  .gallery #banner-slides .banner-slide {
    max-height: 90%;
    max-width: 90%;
    top: 5%;
    left: 5%;
  }
}



.slide-arrow-icon {
  /*display: none;*/
  opacity: 0;
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  font-family: arial, sans-serif;
  line-height: 36px;
  color: rgba(255, 255, 255, .65);
  height: 36px;
  width: 36px;
  padding: 4px;
  border-radius: 36px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-user-select: none;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 3;
  transition: opacity 300ms ease, color 300ms ease;
}
.slide-arrow-icon:hover {
  color: #fff;
}
.left .slide-arrow-icon {
    left: 3%;
    letter-spacing: 2px;
}
.right .slide-arrow-icon {
    right: 3%;
    letter-spacing: -2px;
}
.left .slide-arrow-icon:before {
  content: "\276C";
}
.right .slide-arrow-icon:before {
  content: "\276D";
}

.show-controls.gallery .tap-target:hover .slide-arrow-icon {
  opacity: 1;
}

.show-controls.gallery .tap-target {
  width: 50%;
  height: 90%;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 4;
}
.show-controls.gallery .tap-target.left {
  left: 0;
}
.show-controls.gallery .tap-target.right {
  right: 0;
}

@media screen and (max-width: 900px) {
  .show-controls.gallery .tap-target:hover .slide-arrow-icon {
    display: none;
  }

}








/* Cookie Consent */
.cc_banner-wrapper {
    z-index: 1001;
    position: relative
}
.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em
}
.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}
/*.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    background-size: cover;
    background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/logo.png);
    opacity: 0.9;
    transition: opacity 200ms
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
    opacity: 1
}*/
@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }
    .cc_container .cc_message {
        font-size: 0.8em
    }
}
@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }
    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}
@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}
@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none
    }
}
.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}
.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #fff;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}
.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block
}
@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }
    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em
    }
}
@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px
    }
    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px
    }
    .cc_container .cc_message {
        font-size: 1em
    }
}
@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}
.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    /*font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;*/
    box-sizing: border-box
}
.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #000;
    background-color: #fff;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: #ccc;
    color: #000
}
.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color
}
.cc_container a:hover,
.cc_container a:active {
    color: #b2f7ff
}
.cc_btn:focus {
    background: #1B831B;
    color: #fff;
    font-weight: bold;
    border: 3px solid #fff;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}






/* ouibounce email capture */
#ouibounce-modal {
  font-family: 'Open Sans', arial ,sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#ouibounce-modal * {
  box-sizing: border-box;
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 650px;
  height: 306px;
  background-color: #e6e6e6;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 6px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}

#ouibounce-modal .modal-close {
  font-size: 24px;
  font: normal 28px/28px arial, sans-serif;
  color: #666;
  position: absolute;
  right: 2px;
  top: 5px;
  padding: 0 6px;
  cursor: pointer;
}

#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #4AB471;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .modal-body {
  width: 100%;
  height: 100%;
  text-align: left;
}
#ouibounce-modal .modal-image {
  width: 216px;
  height: 100%;
  background: url(https://s3.amazonaws.com/image.storage/static/images/common/ebook-cover.png) no-repeat center;
  background-size: cover;
  float: left;
}
#ouibounce-modal .modal-content,
#ouibounce-modal .modal-success {
  padding: 30px 35px;
  font-size: 16px;
  float: left;
  width: 434px;
}
#ouibounce-modal .modal-content p,
#ouibounce-modal .modal-success p{
  font-size: 16px;
  margin: 12px 0;
}

#ouibounce-modal p {
  color: #344a5f;
  line-height: 24px;
}
#ouibounce-modal form {
  text-align: center;
  margin-top: 24px;
}
#ouibounce-modal form input {
  width: 100%;
  display: block;
}
#ouibounce-modal form input[type=email] {
  padding: 12px;
  font-size: 16px;
  font-family: 'Open Sans', arial ,sans-serif;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=email].error {
  border: 1px solid red;
}
#ouibounce-modal form input[type=submit],
#ouibounce-modal .modal-button,
#ouibounce-modal .modal-button:link,
#ouibounce-modal .modal-button:visited {
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  font-family: 'Open Sans', arial ,sans-serif;
  border-radius: 3px;
  color: #fff;
  background-color: #7db312;
  background-color: #5B820D;
  margin-top: 12px;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=submit]:hover,
#ouibounce-modal .modal-button:hover {
  background-color: #8fcc14;
}


@media screen and (max-width: 680px) {
  #ouibounce-modal .modal {
    width: 90%;
    height: 370px;
  }
  #ouibounce-modal .modal-image {
    display: none;
  }
  #ouibounce-modal .modal-content,
  #ouibounce-modal .modal-success {
    width: 100%;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}



/* User Toggle Links */
.user-toggle-hide {
  display: none;
}
.user-toggle-link {
  cursor: pointer;
}



/* Price List */
#wrapper .user-price-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-top: dotted 1px rgba(127, 127, 127, 0.6);
}
#wrapper .user-price-list.no-borders {
  border-top: none;
}
#wrapper .user-price-list > li {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 0.2em;
  margin: 0;
  overflow: hidden;
  list-style: none;
  border-bottom: dotted 1px rgba(127, 127, 127, 0.6);
}
#wrapper .user-price-list.no-borders > li {
  border-bottom: none;
}
#wrapper .user-price-list > li:nth-child(odd) {
  flex-basis: 80%;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
#wrapper .user-price-list > li:nth-child(even) {
  flex-basis: 20%;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}





/* Columns */
#wrapper .user-columns-2,
#wrapper .user-columns-3,
#wrapper .user-columns-4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
#wrapper .user-columns-2 > li,
#wrapper .user-columns-3 > li,
#wrapper .user-columns-4 > li {
  box-sizing: border-box;
  flex-grow: 0;
  width: 100%;
  padding: 0 1em 1em 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
#wrapper .user-columns-2 > li {
  flex-basis: 50%;
}
#wrapper .user-columns-3 > li {
  flex-basis: 33.3333333333%;
}
#wrapper .user-columns-4 > li {
  flex-basis: 25%;
}
#wrapper .user-columns-2 img,
#wrapper .user-columns-3 img,
#wrapper .user-columns-4 img {
  max-width: 100%;
}

@media (max-width: 900px) {
  .responsive #wrapper .user-columns-4 > li {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .responsive #wrapper .user-columns-2 > li,
  .responsive #wrapper .user-columns-3 > li,
  .responsive #wrapper .user-columns-4 > li {
    flex-basis: 100%;
  }
}




/* ============== FONT OVERRIDE ====================== */
body,
input,
textarea {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}


/* ============== LOCAL TYPOGRAPHY ====================== */

h1.blogPostTitle,h2{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
}
#banner h2 {
  font-weight: bold;
}
h3 {
  font-weight: normal;
}
#header {
	text-align: left;
}
#brandingMain{
	font-size: 20px;
	-webkit-font-smoothing:antialiased;
	font-family: 'Raleway', 'Century Gothic', Arial, sans-serif;
}
#brandingMain a{
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	text-transform: uppercase;
	text-decoration:none;
}
#brandingSub{
}

#banner a, #banner a:link, #banner a:visited {
  border: 1px solid hsla(48, 93%, 46%, 1);
  background: hsla(48, 93%, 46%, 1);
  border: 1px solid #b10083;
  background: #b10083;
  border-radius: 5px;
  color: #fff;
}

#banner a:hover, #banner a:focus, #banner a:active {
  border: 1px solid hsl(48, 100%, 36%);
  background: hsl(48, 100%, 36%);
  border: 1px solid #8F0069;
  background: #8F0069;
  color: #fff;
}


#content-B #global-extra{
	text-align:left;
}
#content-B #body-1{
	text-align:left;
}
#footer{
	text-align:center;
	font-size:12px;
}
#footer div,
#footer p{
	font-size:12px;
}
#footer a,
#footer a:link,
#footer a:visited{
	text-decoration:underline;
	font-size:12px;
}
#footer a:focus,
#footer a:hover,
#footer a:active{
	text-decoration:none;
}
#mainNav li{
	list-style:none;
}
#mainNav li a,
#mainNav li a:link,
#mainNav li a:visited{
	text-transform:uppercase;
	font-size: 12px;
	line-height: 70px;
	letter-spacing:1px;
	text-decoration:none;
    font-weight: bold;
}
#mainNav li a:focus,
#mainNav li a:hover,
#mainNav li a:active{
	text-decoration:none;
}
#mainNav li .subNav {
	text-align: left;
}
#mainNav li .subNav li{
	list-style:none;
}
#mainNav li .subNav a,
#mainNav li .subNav a:link,
#mainNav li .subNav a:visited{
	font-size: 12px;
	line-height:41px;
}
#mainNav li .subNav a:focus,
#mainNav li .subNav a:hover,
#mainNav li .subNav a:active{
	text-decoration:none;
}



/* ==================== LAYOUT ==================== */

li{ padding-left:1px; }

/* Column Widths ----
50, 120, 190, 260, 330, 400, 470, 540, 610, 680, 750, 820 */


#bodyWrapper{
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.banner #bodyWrapper {
    margin-top: 10px;
}

.banner-slides {
    filter: grayscale(1);
}

#wrapper{
	margin: 0 auto;
	min-height:500px;
	padding: 0px 20px 60px 20px;
	position:relative;
	text-align:left;
	width:940px;
	z-index:100;
}

#header {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	z-index: 999;
}

.banner #header {
    position: absolute;
}
.editor.banner body:not(.qicmsPreview) #header {
    position: relative;
}


.home-page #banner,
.home-page .qi-cms-banner {
    min-height: 80vh !important;
}

#navWrapper {
	float: right;
  position: relative;
}

#banner {
	margin-top: 0px;
  border-top: 0px;
  height: 500px;
}
#banner.has-text {
  height: 550px;
}
#brandingMain{
  width: auto;
  margin: 0 20px 0 40px;
  padding: 24px 0 20px 0;
  min-height: 26px;
  width: 350px;
  float: left;
	position: relative;
	z-index:1;
}
#brandingMain a{
	border: none;
	float: left;
  height: 100%;
  line-height: 1.05em;
}
#brandingSub {
	display: none;
}

#content-A{
	display:inline;
	float:left;
	margin-top:24px;
	width:640px;
}
#content-B{
	display:inline;
	float:right;
	margin-top:24px;
	width:250px;
}
#blog #content-B{
	margin-top:43px;
}
#content-B #global-extra{
	padding-top:6px;
}



#footer{
	border-top-style: solid;
	border-top-width:1px;
	float:left;
	padding: 18px 0 12px 0;
	width:100%;
}
#footer div,
#footer p {
	margin:0;
	padding:0;
}
#footer a,
#footer a:link,
#footer a:visited{
	position:relative;
}




/* --- mainNav --- */

#mainNav {
	height: 70px;
	margin: 0 26px 0 0;
	position: relative;
	z-index: 999;
}
#mainNav,
#mainNav  * {
  box-sizing: border-box;
}
#mainNav li,
#mainNav li a{
	float:left;
    height: 100%;
}
#mainNav li{
	margin:0 1px 0 0;
	padding:0;
	position:relative;
}
#mainNav li a,
#mainNav li a:link,
#mainNav li a:visited{
	border: none;
	padding: 0px 10px 0px 18px;
}

#mainNav li .subNav {
	border-width: 1px;
    border-style: solid;
    border-top: none;
    left: -9999em;
    padding-top: 12px;
    padding-bottom: 12px;
	position: absolute;
	top: 44px;
	width: auto;
    min-width: 150px;
    max-width: 250px;
	z-index:999;
}
#mainNav li .subNav li{
	width: 100%;
  height: 100%;
	padding:0;
	margin:0;
}
#mainNav li .subNav a,
#mainNav li .subNav a:link,
#mainNav li .subNav a:visited{
	display: block;
	width: 100%;
	padding: 0 18px;
	height: 100%;
	margin: 0;
}
#mainNav li:hover .subNav,
#mainNav li.hover .subNav{
	left: auto;
}





/* Responsive */

@media (max-width: 1080px) {
  .responsive #wrapper {
    width: 830px;
  }
  .responsive body #banner {
    height: 400px;
  }
  .responsive body #banner.has-text {
    height: 450px;
  }
	.responsive #mainNav li a,
	.responsive #mainNav li a:link,
	.responsive #mainNav li a:visited{
		font-size: 11px;
	}
	.responsive #mainNav li .subNav a,
	.responsive #mainNav li .subNav a:link,
	.responsive #mainNav li .subNav a:visited{
		font-size: 11px;
	}
}

@media (max-width: 900px) {
  .responsive #wrapper,
  .responsive #brandingMain,
  .responsive #mainNav,
  .responsive #footer {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .responsive body #banner {
    height: 350px;
  }
  .responsive body #banner.has-text {
    height: 400px;
  }
  .responsive #mainNav li .subNav {
    width: 100%;
    max-width: none;
  }
  .responsive #header {
  	padding: 52px 0px 50px 0px;
  }
  .responsive #brandingMain {
  	text-align: center;
    height: auto;
    margin: 0;
  	font-size: 20px;
  	line-height: 20px;
  }
  .responsive #brandingMain a {
  	float: none;
  	line-height: 20px;
  }
}












