/*		RESET
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*  Gen Reset 	*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
td,
video,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: inherit;
}


/*  HTML5 Block */

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}


/*  HTML5 Inline*/

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}


/*  Gen Text 	*/

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

p {
  font-size: 1em;
  margin: 0 0 1em 0;
}

strong {
  font-weight: bold;
}

em,
dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

small,
.small {
  font-size: .8em;
}

.large {
  font-size: 1.2em;
}


/*  Links 		*/

a:link,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}

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


/*  Headings 	*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
nav a {
  text-decoration: none;
}


/*  Quotes 		*/

blockquote,
q {
  quotes: none;
}

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


/*  Help Text 	*/

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


/*  Code 		*/

pre,
code,
kbd,
samp {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace, sans-serif;
}


/*  Sub/Sup 	*/

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/*  Text Edits 	*/

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

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

del,
.removed {
  text-decoration: line-through;
}


/*  Lists 		*/

ul,
ol {
  margin: 0;
}

ol {
  list-style-type: none;
}

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


/* 	Tables		*/

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

td {
  vertical-align: top;
}

th {
  font-weight: bold;
}

th,
td,
caption {
  border: none;
  padding: 0;
}


/* 	Forms		*/

input,
select {
  vertical-align: middle;
}

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

textarea {
  overflow: auto;
}

.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

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

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label,
input[type="button"],
input[type="submit"],
input[type="image"] {
  cursor: pointer;
  width: auto;
}

label {
  vertical-align: top;
  display: block;
}

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

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

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

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


/* 	Images+Media*/

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

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

a img {
  border: 0;
  outline: 0;
}

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


/*  Clearfixin' */

br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.row {
  zoom: 1;
  margin-left: -20px;
}

.row:before,
.row:after {
  display: table;
  content: "";
  zoom: 1;
}

.row:after {
  clear: both;
}

.row>[class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}

.span1 {
  width: 40px;
}

.span2 {
  width: 100px;
}

.span3 {
  width: 160px;
}

.span4 {
  width: 220px;
}

.span5 {
  width: 280px;
}

.span6 {
  width: 340px;
}

.span7 {
  width: 400px;
}

.span8 {
  width: 460px;
}

.span9 {
  width: 520px;
}

.span10 {
  width: 580px;
}

.span11 {
  width: 640px;
}

.span12 {
  width: 700px;
}

.span13 {
  width: 760px;
}

.span14 {
  width: 820px;
}

.span15 {
  width: 880px;
}

.span16 {
  width: 940px;
}

.span17 {
  width: 1000px;
}

.span18 {
  width: 1060px;
}

.span19 {
  width: 1120px;
}

.span20 {
  width: 1180px;
}

.span21 {
  width: 1240px;
}

.span22 {
  width: 1300px;
}

.span23 {
  width: 1360px;
}

.span24 {
  width: 1420px;
}

.row>.offset1 {
  margin-left: 80px;
}

.row>.offset2 {
  margin-left: 140px;
}

.row>.offset3 {
  margin-left: 200px;
}

.row>.offset4 {
  margin-left: 260px;
}

.row>.offset5 {
  margin-left: 320px;
}

.row>.offset6 {
  margin-left: 380px;
}

.row>.offset7 {
  margin-left: 440px;
}

.row>.offset8 {
  margin-left: 500px;
}

.row>.offset9 {
  margin-left: 560px;
}

.row>.offset10 {
  margin-left: 620px;
}

.row>.offset11 {
  margin-left: 680px;
}

.row>.offset12 {
  margin-left: 740px;
}

.span-one-third {
  width: 300px;
}

.span-two-thirds {
  width: 620px;
}

.row>.offset-one-third {
  margin-left: 340px;
}

.row>.offset-two-thirds {
  margin-left: 660px;
}


/* 	Misc Classes
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hide {
  display: none;
}

.quiet {
  color: #666;
}

.loud {
  color: #000;
}

.highlight {
  background: #ff0;
}

.caps {
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1px;
}

.amp {
  font-family: Baskerville, "Palatino Linotype", Palatino, serif;
  font-style: italic;
}

.num {
  font: .8em Georgia;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0 !important;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.palentino {
  font-family: "Palatino Linotype", Palatino, "URW Palladio L", Georgia, serif !important;
}


/* FOR TESTING */

.overlay-test {
  position: absolute;
  top: -3px;
  left: 0;
  opacity: .5;
  z-index: 1000000;
}

html {
  box-sizing: border-box;
}

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

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}


/* CONTAINERS
-----------------------------------------------------------------*/

body,
html {
  padding: 0;
  font-size: 125%;
}

html {
  height: 100%;
}

body {
  max-width: 1280px;
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
  line-height: 150%;
}

body.responsive {
  min-width: 0;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

#container {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  padding-top: 0 !important;
  clear: both;
}


/* Background Color / Image */

body.BG-black {
  background: #2a2a2a url("html-BG-black-2.gif") center repeat-y !important;
}

body,
body.BG-white {
  background: #FAFAFA url("html-BG.gif") center repeat-y !important;
}

body.BG-white #container {
  background: #ffffff;
}

.wide924 #container {
  width: 924px;
}


/* Fixed Container */

.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
  zoom: 1;
}

.container:after {
  clear: both;
}


/* General Sections */

.section {
  margin: 10px 0;
}


/* Vertical Alignment */

span,
strong,
b,
i {
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Halves */

.half {
  width: 47%;
  padding: 0;
  margin: 0 2% 0 0;
  float: left;
}

.half.first {
  margin-left: 0;
}

.half.last {
  margin-right: 0;
}


/* Thirds */

.third {
  width: 32%;
  padding: 0;
  margin: 10px 2% 10px 0;
  float: left;
}

.third.last {
  margin-right: 0;
}

.ie7 .third {
  width: 31%;
}


/* Rounded */

.rounded {
  border-radius: 8px / 8px;
}

.corners {
  border-radius: 5px / 5px;
}


/* White Container */

.section.white {
  background: #fff;
  position: relative;
  font-size: 13px;
  line-height: 21px;
  color: #333;
}

.section.white .inside {
  padding: 15px;
}

.section.white .heading {
  color: #000;
}


/* Extra Padding */

.section .inside.fat20 {
  padding: 20px;
}

.section .inside.fat30 {
  padding: 30px;
}

.section .inside.fat,
.section .inside.fat40 {
  padding: 40px;
}


/* .even-rag: Use this class along with an inline style for the width to even out ugly rags

BAD RAG:
Our partners are local experts and professionals with years of exceptional work and proven progress. They are our eyes, ears and
calloused hands on the ground.

GOOD RAG:
Our partners are local experts and professionals with years of exceptional work
and proven progress. They are our eyes, ears and calloused hands on the ground. */

.even-rag {
  margin-left: auto;
  margin-right: auto;
}

.video-box {
  background: #333;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 2em;
  position: relative;
  cursor: pointer;
}

.video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.25em;
  margin-left: -2.5em;
  margin-top: -1.5em;
  width: 5em;
  height: 3em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.1s linear background;
  -moz-transition: 0.1s linear background;
  transition: 0.1s linear background;
}

.video-box .play .icn {
  color: #fff;
  display: block;
  line-height: 2em;
  font-size: 1.5em;
  padding: 0 1em 0 1.25em;
}

.video-box:hover .play {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
}

.video-box .placeholder,
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


/*------------------------------------*	d-styles
\*------------------------------------*/

.d-section {
  /* Styled Headings
	.d-section-header{ padding: 0 0 40px; margin-bottom: 40px; text-align: center; background: url('d-heading-strong.png') center bottom no-repeat;
		h2{ font-size: 45px;}*/
}

.d-section#container {
  width: 100%;
  max-width: 1280px;
}

.d-section .inner {
  margin: 0 auto;
  max-width: 980px;
}

.d-section h2 {
  font-size: 48px;
  font-family: "LeagueGothic", "League-Gothic-1", "League-Gothic-2", "League Gothic", Impact, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.d-section header.d-heading {
  background: url("d-heading-strong.png") center bottom no-repeat;
  text-align: center;
  padding: 45px 0 50px;
  margin-bottom: 45px;
  position: relative;
  line-height: 40px;
}

.d-section header.d-heading p {
  margin: 0;
}

.d-section h3 {
  font: normal normal 30px "LeagueGothic", "League-Gothic-1", "League-Gothic-2", "League Gothic", Impact, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}

.d-section h4 {
  font-family: "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 300;
}

.d-section h5 {
  font-size: 18px;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}

.d-section p {
  font-size: 16px;
  line-height: 26px;
  font-family: Georgia, serif;
  color: #333232;
}

.d-caption {
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  color: #2e9df7;
  text-transform: uppercase;
  font-size: 12px;
}

.d-third-container {
  border-top: 1px dotted #c9c9c9;
  border-bottom: 1px solid #e5e5e5;
}

.d-section h2+.d-third-container {
  margin-top: -40px;
}

.d-third {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px;
  margin: -1px 0 0;
  box-sizing: border-box;
  background: url("section-header.gif") center top no-repeat;
  border-right: 1px dotted #c9c9c9;
}

.d-third.last {
  border-right: 0;
}

.d-third h3 {
  color: #2e9df7;
  text-align: center;
}

.framed {
  padding: 4px;
  background: #fff;
  border: 1px solid #e6e6e6;
}


/* Comment box
-------------------------------------------------------------- */

.cw-icon-question-sign {
  color: #2e9df7;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  margin-left: 2px;
  top: -1px;
  text-decoration: none;
}

.cw-icon-question-sign:hover {
  text-decoration: none;
}


/*.d-tooltip{ @include ir(15px, 15px, '/_site/images/tooltip-question.png' ); vertical-align: middle; position: relative; top: -1px; margin-left: 2px; }*/

#comment_box {
  display: none;
  width: 275px;
  z-index: 99;
  padding: 10px 12px 10px;
  border: 1px solid #f2f1f1;
  border-radius: 4px;
  background: #fff;
  font-family: "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #333232;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#comment_box .tool-title {
  color: #333232;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  display: block;
  padding: 1px 20px;
}

#comment_box .tool-desc {
  text-align: center;
  display: block;
  color: #b3b3b3;
}

#comment_box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

#comment_box p:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  bottom: -16px;
  position: absolute;
  width: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-top-color: #ffffff;
}

#comment_box.left p:after {
  right: auto;
  left: 58px;
}

#comment_box.dark {
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
  border: none;
}

#comment_box.dark p {
  color: #ffffff;
}

#comment_box.dark p:after {
  border-top-color: #000000;
}

.ie8 #comment_box,
.ie7 #comment_box {
  border-color: #ccc;
}


/* TYPOGRAPHY
-----------------------------------------------------------------*/

/* TYPOGRAPHY
-----------------------------------------------------------------*/

html {
  font: normal normal 13px/22px arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

a {
  text-decoration: none;
  color: #2e9df7;
}

p small {
  font-size: 11px;
  color: #bfbfbf;
}


/* HEADINGS
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font: 28px "LeagueGothic", "League-Gothic-1", "League-Gothic-2", "League Gothic", Impact, sans-serif;
  text-transform: uppercase;
  color: #404040;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
  text-transform: none;
}

h1 {
  margin-bottom: 18px;
  font-size: 30px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-family: Georgia, serif;
  text-transform: lowercase;
  font-size: 24px;
}

h2 small {
  font-size: 14px;
}

h2,
h3 {
  font-size: 22px;
}

h3 {
  font-family: Georgia, serif;
  text-transform: lowercase;
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4,
h5 {
  font-size: 14px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: bold;
}

h4 small {
  font-size: 12px;
}

h6 {
  font-size: 13px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: bold;
  color: #bfbfbf;
}


/* Custom Headings */

/* Dashed line behind a League Gothic heading */

.heading.dashed {
  background: url("heading-dashed.gif") center center repeat-x;
  text-align: center;
  padding: 40px 0;
}

.heading.dashed span {
  padding: 0 5px;
  background-color: #fff;
}

.body-text.arial {
  font: normal normal 13px/22px arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.homepage_numbers {
  font: 80px/70px "LeagueGothic", "League-Gothic-1", "League-Gothic-2", "League Gothic", Impact, sans-serif;
  color: #0E70E3;
}


/* LISTS
-----------------------------------------------------------------*/

ul,
ol {
  margin: 0;
}

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

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 18px 25px;
}

li {
  line-height: 18px;
}

ul.styled {
  margin: 0 0 18px 25px;
  list-style: disc;
}

ul.styled li {
  list-style: disc;
}

ul.styled ul li {
  list-style: circle;
  margin-left: 25px;
}


/* OTHER
-----------------------------------------------------------------*/

/* Horizontal Rules */

hr {
  background-color: #e6e6e6;
  border: none;
  margin: 0;
  clear: both;
  border: none;
  width: 100%;
  height: 1px;
}

hr.light {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
  background-color: #eee;
  color: #eee;
}

hr.dark-light {
  height: 1px;
  background-color: #ccc;
  color: #ccc;
  border-bottom: 1px solid #fff;
}


/* jerrycan hr */

.hrjerrycan {
  position: relative;
  display: block;
}

.hrjerrycan hr {
  position: absolute;
  width: 100%;
  background: #DADADA;
  border: 0;
  top: 12px;
  padding: 0;
  margin: 0;
  border-color: #DADADA;
}

.hrjerrycan span {
  background: white url("jerry-can-small.gif") center center no-repeat;
  height: 24px;
  width: 44px;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
  position: relative;
}


/* Special Inline Text */

strong,
strong a {
  font-style: inherit;
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}

.muted {
  color: #bfbfbf;
}

blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}

blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}

blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}

blockquote small:before {
  content: '\2014 \00A0';
}

address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}

dl {
  margin-bottom: 18px;
}

dl dt,
dl dd {
  line-height: 18px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 9px;
}


/* Code */

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  background-color: #FAFAFA;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}

pre {
  background-color: #FAFAFA;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

html,
body {
  font-size: 125%;
}


/* Buttons
-----------------------------------------------------------------*/

/* BUTTONS: The output of these styles can be seen in Bootstrap
-----------------------------------------------------------------*/

.button {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
  border: 1px solid #c8c8c8;
  border-bottom-color: #b5b5b5;
  border-radius: 20px;
  box-shadow: transparent 0px 0px 0px;
  padding: .2em 1em;
  color: #000;
  cursor: pointer;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
}

.button::-moz-focus-inner {
  border: 0px;
  outline: none;
}

.button:hover {
  outline: none;
  background-position: 0 -10px;
  outline: none;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#eee, GradientType=0);
  text-decoration: none;
}

.button:active {
  top: 1px;
}

.button.lt-grey {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #cbcbcb);
  background-image: linear-gradient(#ffffff, #cbcbcb);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
  border-radius: 25px;
  border: 1px solid #c8c8c8;
  border-bottom-color: #b5b5b5;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #2399cb;
  font: bold 13px/23px Arial, sans-serif;
  text-transform: uppercase;
  padding: 3px 25px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}

.button.lt-grey::-moz-focus-inner {
  border: 0px;
  outline: none;
}

.button.lt-grey:hover {
  outline: none;
  background-position: 0 -10px;
  outline: none;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbcbcb, GradientType=0);
  text-decoration: none;
}

.button.lt-grey:active {
  top: 1px;
}

.button.green {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #70ba48;
  background-image: -webkit-linear-gradient(#70ba48, #599338);
  background-image: linear-gradient(#70ba48, #599338);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
  margin-top: 14px;
  padding: 19px 0;
  width: 100%;
  border: 1px solid #346e5b;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #f4f4f4;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.41);
  text-align: center;
  text-transform: uppercase;
}

.button.green::-moz-focus-inner {
  border: 0px;
  outline: none;
}

.button.green:hover {
  outline: none;
  background-position: 0 -10px;
  outline: none;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#70ba48, endColorstr=#599338, GradientType=0);
  text-decoration: none;
}

.button.green:active {
  top: 1px;
}

.button.orange {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #efbb3a;
  background-image: -webkit-linear-gradient(#efbb3a, #e5b130);
  background-image: linear-gradient(#efbb3a, #e5b130);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
  padding: 19px 40px 19px 25px;
  width: 100%;
  border: 1px solid #ba8e24;
  width: auto;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
  text-align: center;
  text-transform: uppercase;
}

.button.orange::-moz-focus-inner {
  border: 0px;
  outline: none;
}

.button.orange:hover {
  outline: none;
  background-position: 0 -10px;
  outline: none;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#efbb3a, endColorstr=#e5b130, GradientType=0);
  text-decoration: none;
}

.button.orange:active {
  top: 1px;
}

.flatbutton.blue {
  background-color: #2e9df7;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  padding: 15px 25px;
  text-transform: uppercase;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  transition: 0.1s all linear;
  display: inline-block;
}

.flatbutton.blue:hover {
  text-decoration: none;
  background-color: #0985e9;
}

.button.raquo {
  text-align: right;
  padding-right: 45px;
  line-height: 20px;
}

.button.raquo span {
  position: absolute;
  right: 15px;
  font-size: 21px;
  line-height: 20px;
  font-weight: normal;
  font-family: "Palatino Linotype", Palatino, "URW Palladio L", Georgia, serif !important;
}


/*   Denny's new button style
\*------------------------------------*/

.d-button,
.d-button[type="submit"] {
  width: auto;
  padding: .5em 1.4em;
  font-size: 15px;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  text-shadow: none;
  border-radius: 4px;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  transition: 0.1s all linear;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
}

.d-button::-moz-focus-inner,
.d-button[type="submit"]::-moz-focus-inner {
  border: 0px;
  outline: none;
}

.d-button.green,
.d-button[type="submit"].green {
  background-color: #59c780;
  color: #fff;
}

.d-button.blue,
.d-button[type="submit"].blue {
  background-color: #2e9df7;
  color: #fff;
  letter-spacing: .05em;
}

.d-button.orange,
.d-button[type="submit"].orange {
  background-color: #ff902a;
  color: #fff;
}

.d-button.red,
.d-button[type="submit"].red {
  background-color: #f5402c;
  color: #fff;
}

.d-button.brown,
.d-button[type="submit"].brown {
  background-color: #e7e7da;
  color: #fff;
}

.d-button.grey,
.d-button[type="submit"].grey {
  background-color: #333232;
}

.d-button.lt-grey,
.d-button[type="submit"].lt-grey {
  background-color: #ecebeb;
  color: #333232;
}

.d-button.twitter,
.d-button[type="submit"].twitter {
  background-color: #00aced;
}

.d-button.facebook,
.d-button[type="submit"].facebook {
  background-color: #3b5998;
}

.d-button.yellow,
.d-button[type="submit"].yellow {
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(255, 255, 255, 0.4);
  background-color: #f3dc46;
  background-image: -webkit-linear-gradient(#f3dc46, #c6b127);
  background-image: linear-gradient(#f3dc46, #c6b127);
  color: #000;
}

.d-button.med,
.d-button[type="submit"].med {
  font-size: 18px;
  padding: 1em 1.4em .8em;
  line-height: 18px;
}

.d-button.large,
.d-button[type="submit"].large {
  font-size: 24px;
  padding: .9em 1.4em;
  line-height: 24px;
}

.d-button:focus,
.d-button:focus,
.d-button[type="submit"]:focus,
.d-button[type="submit"]:focus {
  outline: none;
}

.d-button:hover,
.d-button[type="submit"]:hover {
  text-decoration: none;
}

.d-button.green:hover,
.d-button.green:focus,
.d-button[type="submit"].green:hover,
.d-button[type="submit"].green:focus {
  background-color: #6ccd8f;
}

.d-button.blue:hover,
.d-button.blue:focus,
.d-button[type="submit"].blue:hover,
.d-button[type="submit"].blue:focus {
  background-color: #47a9f8;
}

.d-button.orange:hover,
.d-button.orange:focus,
.d-button[type="submit"].orange:hover,
.d-button[type="submit"].orange:focus {
  background-color: #ff9d44;
}

.d-button.red:hover,
.d-button.red:focus,
.d-button[type="submit"].red:hover,
.d-button[type="submit"].red:focus {
  background-color: #f65644;
}

.d-button.yellow:hover,
.d-button.yellow:focus,
.d-button[type="submit"].yellow:hover,
.d-button[type="submit"].yellow:focus {
  background-color: #ffe718;
}

.d-button.grey:hover,
.d-button.grey:focus,
.d-button[type="submit"].grey:hover,
.d-button[type="submit"].grey:focus {
  background-color: #262525;
}

.d-button.lt-grey:hover,
.d-button.lt-grey:focus,
.d-button[type="submit"].lt-grey:hover,
.d-button[type="submit"].lt-grey:focus {
  background-color: #f3f3f3;
}

.d-button.brown:hover,
.d-button.brown:focus,
.d-button[type="submit"].brown:hover,
.d-button[type="submit"].brown:focus {
  background-color: #ddddcb;
}

.d-button.twitter:hover,
.d-button.twitter:focus,
.d-button[type="submit"].twitter:hover,
.d-button[type="submit"].twitter:focus {
  background-color: #08bbff;
}

.d-button.facebook:hover,
.d-button.facebook:focus,
.d-button[type="submit"].facebook:hover,
.d-button[type="submit"].facebook:focus {
  background-color: #4264aa;
}

.d-button:disabled,
.d-button.disabled,
.d-button[type="submit"]:disabled,
.d-button[type="submit"].disabled {
  background-color: #cccccc !important;
  border-color: #cccccc;
  cursor: default !important;
}

.d-button:disabled:hover,
.d-button.disabled:hover,
.d-button[type="submit"]:disabled:hover,
.d-button[type="submit"].disabled:hover {
  background-color: #cfcfcf;
  cursor: default;
}

.d-button:focus,
.d-button[type="submit"]:focus {
  top: 1px;
}

.ie9 .d-button,
.ie9 .d-button:hover {
  filter: none;
}

@media only screen and (max-device-width: 768px),
only screen and (max-width: 768px) {

  .button,
  .d-button,
  .d-button[type="submit"] {
    white-space: normal;
  }
}


/* Social Icons
-----------------------------------------------------------------*/

/*! SocialCount - v0.1.5 - 2013-01-22
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2013 zachleat; Licensed MIT */

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

.socialcount {
  height: 40px;
}

@media only screen and (max-device-width: 480px),
only screen and (max-width: 480px) {
  .socialcount {
    height: auto;
  }
}

.socialcount {
  list-style: none;
  padding-left: 0;
  margin: 0 0 .6em 0;
  overflow: hidden;
}

.post.single .socialcount {
  padding: 0;
}

.socialcount>li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin-right: 6px;
}

@media only screen and (max-device-width: 480px),
only screen and (max-width: 480px) {
  .socialcount>li {
    display: block;
    margin: 0 0 10px;
  }

  .socialcount>li:last-child {
    margin-bottom: 0;
  }
}

.socialcount>li>a {
  display: block;
  position: relative;
  top: 0;
  text-decoration: none;
  font-size: 10px;
  line-height: 30px;
  padding: 2px 15px 0;
  background-color: #333232;
  border-radius: 2px;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  z-index: 1;
  cursor: pointer;
}

.socialcount>li>a:hover {
  background-color: #484646;
}

@media only screen and (max-device-width: 480px),
only screen and (max-width: 480px) {
  .socialcount>li>a {
    padding: 5px 15px;
  }
}

.socialcount .count {
  color: #fff;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin-left: 5px;
  letter-spacing: 1px;
}

.socialcount i {
  color: #fff;
  position: relative;
  top: 4px;
  font-size: 1.5em;
}

.SL-grey .socialcount>li>a {
  background-color: #f4f4f4;
  border: 1px solid #d7d7d7;
}

.SL-grey .socialcount>li>a:hover {
  background-color: #f9f9f9;
  border-color: #e7e7e7;
}

.SL-grey .socialcount .count {
  color: #676767;
}

.SL-grey .socialcount i {
  color: #676767;
}

.socialcount>li.hover.active a {
  /*top: 33px; padding: 0px 10px; */
  opacity: 0;
}

.socialcount .button {
  display: block;
  width: 100%;
  position: absolute;
  top: 7px;
  text-align: center;
  pointer-events: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  margin: 0;
  padding: 0;
}

.socialcount .button iframe {
  pointer-events: auto;
  cursor: pointer;
}

.socialcount .facebook iframe {
  height: 21px;
  width: 48px;
}


/* NAV
-----------------------------------------------------------------*/

.top-bar-section {
  height: 58px;
  margin: 0 auto;
  display: flex;
}

@media only screen and (min-width: 64.063em) {
  .top-bar-section {
    max-width: 980px;
  }
}

.top-bar {
  background: #333232;
  text-transform: uppercase;
  height: 58px;
}

.top-bar.on-black a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.top-bar.on-black .dropdown a:hover {
  color: #fff;
}

.top-bar.transparent .dropdown,
.top-bar.on-grey .dropdown {
  background: #f4f5f0;
}

.top-bar.transparent .dropdown a:hover,
.top-bar.on-grey .dropdown a:hover {
  background: #fafaf8;
}

.top-bar.transparent .active,
.top-bar.on-grey .active {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.top-bar.transparent a,
.top-bar.on-grey a {
  color: #333232;
}

.top-bar.transparent .title-area .name a,
.top-bar.on-grey .title-area .name a {
  background-image: url("main-logo-lg-black.png");
}

.top-bar.transparent {
  background: transparent;
}

.top-bar.transparent ul.divider:after {
  display: none;
}

.top-bar.on-grey {
  background: #f4f5f0;
}

.top-bar.on-grey ul.divider:after {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px #fff;
}

.top-bar .jerry-can-image {
  display: none;
}

.top-bar .jerry-can-image .icn {
  font-size: 26px;
  position: absolute;
  top: 17px;
  left: -3px;
}

.top-bar ul {
  list-style: none;
  margin: 0;
  position: relative;
}

.top-bar a {
  color: #fff;
  line-height: 58px;
  font-size: 11px;
  transition: all 150ms linear;
}

.top-bar li {
  position: relative;
  white-space: nowrap;
}

.top-bar li:hover>.dropdown {
  display: block;
}

.top-bar .user-access {
  margin-top: 14px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.top-bar .user-access:last-child {
  margin-right: 0;
}

.top-bar .user-access .button {
  display: block;
  height: 30px;
  line-height: 30px;
  letter-spacing: normal;
  border-radius: 2px;
  font-weight: 400;
  background-color: transparent;
}

.top-bar .user-access .log-in {
  padding: 0;
  float: left;
}

.top-bar .user-access .sign-up {
  border: solid 1px #71716c;
  padding: 0 10px;
  float: right;
}

.top-bar .user-access .sign-up:hover {
  border-color: #8b8b85;
}

.top-bar .title-area {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .top-bar .title-area {
    padding: 0 30px 0 0;
    width: auto;
    width: 180px;
  }
}

.top-bar .title-area .name a {
  float: left;
  display: block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  background-image: url("main-logo-lg.png");
  text-indent: -999em;
}

.top-bar .nav-items {
  max-width: 630px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  text-align: center;
  padding: 0 30px;
}

.top-bar .nav-items>li:first-of-type {
  margin-left: 0;
}

.top-bar .nav-items>li:last-of-type {
  margin-right: 0;
}

.top-bar .nav-items>li>a.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
}

.top-bar .dropdown {
  text-align: left;
  display: none;
  padding: 0;
  position: absolute;
  left: -10px;
  top: 58px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  min-width: 140px;
}

.top-bar .dropdown:hover {
  display: block;
}

.top-bar .dropdown a,
.top-bar .dropdown li,
.top-bar .dropdown input[type='submit'] {
  display: block;
  width: 100%;
  line-height: 40px;
}

.top-bar .dropdown a,
.top-bar .dropdown input[type='submit'] {
  padding: 0 10px;
  white-space: nowrap;
}

.top-bar .dropdown a:hover,
.top-bar .dropdown input[type='submit']:hover {
  background: rgba(0, 0, 0, 0.5);
}

.top-bar .dropdown form {
  margin: 0;
}

.top-bar .dropdown input[type='submit'] {
  color: #fff;
  font-size: 11px;
  height: auto;
  background: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  position: inherit;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
}

.top-bar .mycw-button {
  margin-top: 12px;
}

.top-bar .mycw-nav {
  display: none;
  padding-left: 30px;
}

@media only screen and (min-width: 64.063em) {
  .top-bar .mycw-nav {
    width: 170px;
  }
}

.top-bar .mycw-nav img {
  vertical-align: middle;
  margin-right: 10px;
}

.top-bar .mycw-nav .icn {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.35);
}

.top-bar .nav-items,
.top-bar .mycw-nav {
  display: none;
}

@media only screen and (min-width: 64.063em) {

  .top-bar .nav-items,
  .top-bar .mycw-nav {
    display: flex;
  }
}

.top-bar .toggle-topbar {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}

.top-bar .toggle-topbar .icn {
  font-size: 31px;
  position: relative;
  top: 10px;
}

@media only screen and (min-width: 64.063em) {
  .top-bar .toggle-topbar {
    display: none;
  }
}

@media only screen and (min-width: 64.063em) {
  ul.divider.after:after {
    content: '';
    border-left: solid 1px #000;
    border-right: solid 1px #515151;
    height: 58px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  ul.divider.before:after {
    content: '';
    border-left: solid 1px #000;
    border-right: solid 1px #515151;
    height: 58px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.top-bar.minimal {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100000;
}

@media only screen and (min-width: 64.063em) {

  .top-bar.minimal .divider:before,
  .top-bar.minimal .divider:after {
    display: none;
  }

  .top-bar.minimal .nav-items,
  .top-bar.minimal .mycw-nav {
    display: none;
  }

  .top-bar.minimal .title-area {
    width: 100%;
    padding: 0;
  }

  .top-bar.minimal .toggle-topbar {
    display: block;
    right: 0;
  }

  .top-bar.minimal .top-bar-section {
    max-width: none;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 64.063em) {
  .no-flexbox .top-bar-section {
    display: block;
  }

  .no-flexbox .top-bar .nav-items,
  .no-flexbox .top-bar .mycw-nav {
    display: block;
    float: left;
  }

  .no-flexbox .nav-items {
    padding-left: 50px;
    padding-right: 20px;
  }

  .no-flexbox .nav-items>li {
    float: left;
    padding: 0 10px;
  }
}

.right-off-canvas-menu {
  background: #202020;
  font-family: "Gotham SSm A", "Gotham SSm B", "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-size: 14px;
  z-index: 0;
  width: 240px;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.right-off-canvas-menu .name a {
  border-top: solid 1px #0c0c0c;
}

.right-off-canvas-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.right-off-canvas-menu a,
.right-off-canvas-menu form {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-bottom: solid 1px #0c0c0c;
  transition: background 150ms linear;
  font-size: 16px;
  line-height: 1;
}

.right-off-canvas-menu a:hover,
.right-off-canvas-menu form:hover {
  background: #252525;
}

.right-off-canvas-menu .profile-link a,
.right-off-canvas-menu .cw-home a {
  background: #000;
}

.right-off-canvas-menu .profile-link a {
  position: relative;
}

.right-off-canvas-menu .profile-link span {
  padding-left: 35px;
  line-height: 1.35;
}

.right-off-canvas-menu .profile-link img {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}

.right-off-canvas-menu .cw-text {
  display: inline-block;
  vertical-align: middle;
}

.right-off-canvas-menu .cw-home .icn {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 7px;
  color: #efd213;
}

.right-off-canvas-menu .user-access {
  padding: 20px;
  display: flex;
  text-align: center;
}

.right-off-canvas-menu .user-access .button {
  background-color: #2e2e2e;
  background-image: linear-gradient(#2e2e2e, #202020);
  font-size: 12px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border: solid 1px #000;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 50%;
}

.right-off-canvas-menu .user-access .button:first-child {
  margin-right: 20px;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes open {
  0% {
    transform: translate3d(0, 0, 0);
  }

  70% {
    transform: translate3d(-240px, 0, 0);
  }

  100% {
    transform: translate3d(-240px, 0, 0);
  }
}

@keyframes close {
  0% {
    transform: translate3d(-240px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.right-off-canvas-menu {
  transform: translate3d(0, 0, 0);
}

.off-canvas-open .right-off-canvas-menu {
  transform: translate3d(0, 0, 0);
  animation: slide 300ms ease-in-out;
}

.off-canvas-animating .right-off-canvas-menu {
  transform: translate3d(0, 0, 0);
  animation: slide 300ms ease-in-out alternate;
}

.off-canvas-closed .right-off-canvas-menu {
  display: none;
}

.right-off-canvas-menu input[type="submit"] {
  background: none;
  font-family: "Gotham SSm A", "Gotham SSm B", "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  color: #fff;
}

.wrapper {
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.off-canvas-open .wrapper {
  transform: translate3d(-240px, 0, 0);
  animation: open .5s ease-in-out;
}

.off-canvas-animating .wrapper {
  transform: translate3d(0, 0, 0);
  animation: close 300ms ease-in-out;
}

.off-canvas-open {
  overflow: hidden;
}

.off-canvas-open .wrapper {
  height: 100vh;
  overflow-y: scroll;
}

.off-canvas-open .off-canvas-list {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: 100vh;
}

.touch .off-canvas-open .off-canvas-list {
  padding-bottom: 100px;
}

@media only screen and (min-width: 64.063em) {
  .off-canvas-open .wrapper {
    transform: translate3d(0, 0, 0);
  }

  .minimal-nav.off-canvas-open .wrapper {
    transform: translate3d(-240px, 0, 0);
  }
}

html {
  box-sizing: border-box;
}

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

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

html {
  height: 100%;
}

body {
  backface-visibility: hidden;
  min-height: 100%;
  position: relative;
}

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  z-index: 10;
}

.top-bar .title-area .name a {
  line-height: 58px;
}

.top-bar .user-access .button {
  letter-spacing: 1px;
  background: none;
}

.top-bar-section {
  padding: 0;
}

.top-bar .dropdown input[type=submit] {
  font-family: "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
}

.top-bar a {
  font-family: "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 62px;
}

.top-bar a:hover {
  text-decoration: none;
}

.top-bar a.button {
  border: none;
}

.top-bar .mycw-nav {
  line-height: 0;
}

.right-off-canvas-menu a,
.right-off-canvas-menu input[type=submit] {
  font-family: "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
}

.right-off-canvas-menu .user-access .button {
  text-align: center;
  font-size: 14px;
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
}

.off-canvas-open .right-off-canvas-menu,
.off-canvas-close .right-off-canvas-menu {
  opacity: 1;
}

@media (min-width: 64.063em) {
  .m-no-flexbox .top-bar-section {
    display: block;
  }

  .m-no-flexbox .top-bar {
    overflow: hidden;
  }

  .m-no-flexbox .top-bar .nav-items,
  .m-no-flexbox .top-bar .mycw-nav {
    display: block;
    float: left;
  }

  .m-no-flexbox .top-bar .nav-items {
    padding-left: 50px;
    padding-right: 20px;
  }

  .m-no-flexbox .top-bar .nav-items>li {
    float: left;
    padding: 0 10px;
  }
}

@media only screen and (max-device-width: 1025px),
only screen and (max-width: 1025px) {
  .non-responsive .top-bar .title-area {
    width: 200px !important;
  }

  .non-responsive .top-bar .mycw-nav {
    display: block !important;
    width: 170px;
  }

  .non-responsive .top-bar .nav-items {
    display: flex;
  }

  .non-responsive .top-bar .toggle-topbar {
    display: none !important;
  }

  .non-responsive .top-bar ul.divider.after:after {
    content: "";
    border-left: solid 1px #000;
    border-right: solid 1px #464545;
    height: 58px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .non-responsive .top-bar ul.divider.before:after {
    content: "";
    border-left: solid 1px #000;
    border-right: solid 1px #464545;
    height: 58px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .m-no-flexbox .top-bar-section {
    display: block;
  }

  .m-no-flexbox .top-bar .nav-items,
  .m-no-flexbox .top-bar .mycw-nav {
    display: block;
    float: left;
  }

  .m-no-flexbox .nav-items {
    padding-left: 50px;
    padding-right: 20px;
  }

  .m-no-flexbox .nav-items>li {
    float: left;
    padding: 0 10px;
  }
}


/* Social Icons */

.social {
  width: 327px;
}

.social #social-tw {
  width: 90px;
}


/* Vik Styles
-----------------------------------------------------------------
Every 6 months or so we should sweep through and see if we can get rid of any of them */

#black {
  background-color: black;
}

#h2 {
  clear: both;
  background-color: black;
}

.h1 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  line-height: 34px;
  color: #cc0000;
  text-align: left;
}

.h2 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  color: #cc0000;
  text-align: left;
}

.h3 {
  font-family: "LeagueGothic", "League-Gothic-1", "League-Gothic-2", "League Gothic", Impact, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #343434;
}

.h3 a {
  color: #0e70e3;
  text-decoration: none;
}


/*******rounded corners containers**********/

div.white_on_black {
  position: relative;
  text-align: left;
  background-color: #ffffff;
  padding: 10px 0 10px 0;
  font-size: 13px;
  line-height: 21px;
  color: #333;
  border-radius: 5px;
}

div.gray_on_black {
  position: relative;
  text-align: left;
  background-color: #1d1d1d;
  padding: 10px 0 10px 0;
  font-size: 13px;
  line-height: 21px;
  color: #ccc;
  border-radius: 5px;
}

div.gray_on_gray {
  position: relative;
  text-align: left;
  background-color: #404040;
  margin: 20px;
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  border-radius: 5px;
}

div.gray_on_gray_button {
  position: relative;
  text-align: left;
  background-color: #404040;
  padding: 10px 10px 10px 10px;
  width: 162px;
  border-radius: 5px;
}

div.gray_on_gray_button a {
  color: #ffffff;
}


/*******rounded corners containers - new larger corners **********/

div.new_white_on_black {
  position: relative;
  text-align: left;
  background-color: #ffffff;
  padding: 15px;
  font-size: 13px;
  line-height: 23px;
  color: #303030;
  border-radius: 10px;
}


/*******map**********/

.input_fields {
  background: #ffffff;
  color: #3399cc;
  border: 0 none;
  display: inline-block;
  height: 35px;
  padding: 4px 1px 1px 5px;
  width: 258px;
  font-size: 17px;
}


/*******ethiopia**********/

.ethi {
  background: #000000;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}


/*******match**********/

.match tr {
  background: #1d1d1d;
  width: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.match tr.odd {
  background: #1d1d1d;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.match td {
  padding: 0px;
  width: auto;
  margin: 0;
  font-weight: normal;
  width: auto;
  vertical-align: top;
}

.match td.price {
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: auto;
}


/**********events*********/

div.box {
  width: 231px;
  height: 193px;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}

div.text_box {
  position: absolute;
  bottom: 15px;
  left: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #999;
}

div.text_box a {
  color: #ffffff;
}

div.text_box a:visited {
  color: #ffffff;
}


/**********typekit fonts*********/

.pill_intro {
  font-family: "pill-gothic-300mg", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}

.pill {
  font-family: "pill-gothic-300mg", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #bababa;
}

.pill_gray {
  font-family: "pill-gothic-300mg", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
}

.pill_head {
  font-family: "pill-gothic-300mg", sans-serif;
  font-size: 24px;
  line-height: 22px;
  color: #e6e6e6;
}

.pill_head_gray {
  font-family: "pill-gothic-300mg", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #302f2f;
}

.pill_head_gray a {
  color: #2991e2;
}

.tandelle {
  font-family: tandelle-1, tandelle-2, "LeagueGothic", "League-Gothic-1", "League-Gothic-2", "League Gothic", Impact, sans-serif;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #fe0000;
}


/**********fonts*********/

.arial {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  font-weight: normal;
  color: #FFFFFF;
}

.arial_all_caps {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  color: #cccccc;
}

.arial_all_caps li {
  line-height: 32px;
}

.body_arial {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #333;
}

.body_arial a {
  color: #2991e2;
}

.body_arial_black {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  color: #000000;
}

.body_all_black {
  font: normal normal 13px/24px "Georgia", "Times New Roman", serif;
  color: #000000;
}

.body_all_black a {
  color: #0e70e3;
}

.body_all_black_condensed {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
  font-weight: lighter;
  font-variant: normal;
  color: #000000;
}

.body_all {
  font: normal normal 13px/24px "Georgia", "Times New Roman", serif;
  color: #ffffff;
}

.body_all a {
  color: #3797e3;
}

.body_big {
  font: normal normal 22px/28px "Georgia", "Times New Roman", serif;
  color: #ffffff;
}

.body_big_gray {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
}

.body_big_gray_3 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
}

.body_big_padded {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  line-height: 50px;
  font-weight: normal;
  color: #cc0000;
  text-align: left;
}

.body_big_padded_gray {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  line-height: 50px;
  font-weight: normal;
  color: #333333;
  text-align: left;
}

.MEDIUM_HELV_GRAY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}

.LARGE_HELV_GRAY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #888;
}

.BIG_HELV_BLUE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0270e3;
}

.BIG_HELV_GRAY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #818181;
}

.BIG_HELV_BLACK {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.MED_HELV_BLACK {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.fieldnotes_body {
  font: normal normal 12px/17px Arial, Helvetica, sans-serif;
  color: #999999;
}

.fieldnotes_body a {
  color: #3797e3;
}

.total_raised {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  color: #ffffff;
  line-height: 70px;
  border: none;
}

.activeTotal {
  background-color: #333333;
}


/*subheader styles*/

#subheaderall {
  width: 924px;
}

#subheaderall hr {
  margin: 0px 0 10px 0;
  border: none;
  width: 100%;
  background-color: #383838;
  height: 1px;
}

.clear {
  clear: both;
}

hr.clear {
  clear: both;
}

.hidden {
  display: none;
}

ul li {
  list-style: none;
}


/*twitter feed*/

#twitter {
  width: 25%;
  float: left;
}

#twitter img {
  width: 100px;
  margin: 10px;
}

.tweet {
  padding: 0px;
  margin: 0px 0 10px 0px;
  width: 200px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  line-height: 20px;
}

.tweet a {
  outline: none;
  color: #1d72cd;
}


/* Hide Threatmetrix pixel */

#ls_iframe+img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
