/* HTML5 Boilerplate  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  margin: 0 !important;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/*

@font-face {
	font-family:ff-din;
	src:url(typeface/DINWeb-Medium.eot);
	src:url(typeface/DINWeb-Medium.eot?#iefix) format("embedded-opentype"),url(typeface/DINWeb-Medium.woff) format("woff"),url(typeface/DINComp-Medium.ttf) format("truetype");
}
*/
/* VARIABLES */
/* Colors */
/* Paddings and Margins */
/* Object Sizes */
/* @siteMaxWidth: ((@articlePreviewWidth + @globalMargin) * 4); */
/* Boxes */
/* Line Styles */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: url("../../images/ui/rough_diagonal.png") #eeeeee;
  font-family: ff-meta-web-pro, sans-serif;
}
a,
a:visited,
a:focus,
a:active {
  color: #fdea4b;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: inherit;
  color: #fdea4b;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
p {
  text-transform: none;
  margin-top: 20px;
  font-family: minion-pro, serif;
  font-size: 18px;
}
p:first-child {
  margin-top: 0;
}
#container {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  width: 100%;
}
#container.float {
  position: fixed;
  width: 100%;
}
#content,
#headerContent {
  overflow: hidden;
  padding-left: 1%;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  position: relative;
}
#siteHeader {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 400px;
  text-align: center;
}
#siteHeader.docked #description {
  position: fixed;
  width: 100%;
  top: 0;
}
#siteHeader #description {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
  background: #fdea4b;
}
#siteHeader #description h2 {
  color: #333333;
  font-size: 48px;
  text-align: center;
  padding: 0 50.66666% 0 17.666666666666668%;
  line-height: 1em;
  font-weight: normal;
}
#siteHeader #description p {
  color: #333333;
  text-align: center;
  padding: 0 50.66666% 0 17.666666666666668%;
  margin-top: 10px;
}
#siteHeader #description p #readMoreDescription {
  font-size: 16px;
}
#siteHeader #aboutBill {
  color: #333333;
}
.colContainer {
  float: left;
  width: 15.666666666666668%;
  margin-right: 1%;
}
.col,
.headerCol {
  float: left;
  width: 100%;
}
.headerCol article {
  min-height: 40px;
}
.headerCol article section {
  min-height: 40px;
}
.headerCol article.image .theImage {
  max-height: 600px;
}
.headerCol article.image .theImage img {
  min-width: 100%;
  max-width: 120%;
}
#anchorCol {
  width: 32.333333333333336%;
  margin-right: 1%;
  float: left;
  position: relative;
}
#anchorCol iframe.heroVideo {
  width: 100%;
  height: 300px;
  min-height: 20px;
  border: none;
}
#anchorCol .colContainer.centerLeft {
  float: left;
  width: 48%;
  margin-right: 3%;
}
#anchorCol .colContainer.centerRight {
  float: left;
  width: 49%;
  margin-right: 0;
}
#addNewPostWrapper {
  position: relative;
  height: 153px;
}
#addNewPostWrapper.docked #addNewPost {
  position: fixed;
  top: -52px;
  z-index: 15;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}
#addNewPostWrapper.docked #addNewPost:hover {
  top: 20px;
}
#addNewPostWrapper #addNewPost {
  position: relative;
  padding: 91px 0 16px 0;
  margin-bottom: 20px;
  background: #333333 url('../../images/ui/addPost.png') no-repeat center 20px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
  height: 25px;
}
#addNewPostWrapper #addNewPost:hover {
  background-color: #444;
}
#addNewPostWrapper #addNewPost img {
  padding-right: 10px;
}
#postFormWrapper {
  position: relative;
}
#postForm {
  background: #ffffff;
  border: 1px solid #CCC;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
#postForm form {
  position: relative;
  margin: 20px;
}
#postForm #postingWheel {
  width: 100%;
  height: 100%;
  position: absolute;
  text-indent: 3000px;
  top: 0;
  left: 0;
  z-index: 5;
  background: url('../../images/ui/ajax-loaderWhite.gif') no-repeat center center;
}
#postForm textarea,
#postForm input {
  width: 96%;
  margin-bottom: 2%;
  border: none;
  background: #EEE;
  font-family: minion-pro, serif;
  padding: 10px 2% 10px 2%;
  font-size: 18px;
}
#postForm #postControls {
  overflow: hidden;
}
#postForm #postControls #formSubmit {
  width: 70%;
  background: #fdea4b;
  padding: 2% 2% 1.5% 2%;
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: bold;
  text-shadow: 0px 1px 0px white;
  margin: 0;
  float: left;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
#postForm #postControls #cancelPost {
  background: #EEE;
  font-family: ff-meta-web-pro, sans-serif;
  text-shadow: 0px 1px 0px white;
  font-weight: bold;
  float: left;
  width: 28%;
  margin: 0;
  margin-right: 2%;
  padding: 2% 2% 1.5% 2%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#postForm #postingImageHolder img {
  width: 100%;
  margin: 0 0 2% 0;
}
#postForm #videoPostingImageHolder p {
  padding: 20px;
  background: #fdea4b;
  margin: 0 0 2% 0;
  background: #eeeeee url('../../images/ui/okPost.png') no-repeat 20px center;
  border: 2px dashed #AAA;
  padding-left: 100px;
  min-height: 40px;
}
#postForm ul#selectType {
  list-style: none;
  list-style-type: none;
  margin: 0 0 2% 0;
  padding: 0;
  overflow: hidden;
}
#postForm ul#selectType.mobile li {
  width: 50%;
}
#postForm ul#selectType li {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  list-style-type: none;
  float: left;
  width: 25%;
  background-color: #EEE;
  cursor: pointer;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  text-indent: 1000px;
}
#postForm ul#selectType li.selected {
  background-color: #fdea4b;
}
#postForm ul#selectType li#quote {
  background-image: url('../../images/ui/icons/quoteOff.png');
}
#postForm ul#selectType li#quote.selected {
  background-image: url('../../images/ui/icons/quoteOn.png');
}
#postForm ul#selectType li#image {
  background-image: url('../../images/ui/icons/imageOff.png');
}
#postForm ul#selectType li#image.selected {
  background-image: url('../../images/ui/icons/imageOn.png');
}
#postForm ul#selectType li#video {
  background-image: url('../../images/ui/icons/videoOff.png');
}
#postForm ul#selectType li#video.selected {
  background-image: url('../../images/ui/icons/videoOn.png');
}
#postForm ul#selectType li#regularText {
  background-image: url('../../images/ui/icons/textOff.png');
}
#postForm ul#selectType li#regularText.selected {
  background-image: url('../../images/ui/icons/textOn.png');
}
input.input-text {
  position: relative;
  z-index: 2;
}
label {
  position: relative;
  z-index: 3;
}
label.inline {
  opacity: 0.75;
  -webkit-transition: opacity 0.15s linear;
  position: relative;
  display: block;
  height: 1px;
  top: 10px;
  overflow: visible;
  left: 2%;
  text-align: left;
  width: 96%;
  margin: 0;
  border: none;
  font-family: minion-pro, serif;
  padding: 0;
  font-size: 18px;
}
label.focus {
  opacity: 0.35;
}
label.has-text {
  opacity: 0.0;
  -webkit-transition-duration: 0s;
}
article {
  margin-bottom: 20px;
  clear: both;
  border: 1px solid #CCC;
  position: relative;
}
article a,
article a:visited,
article a:focus,
article a:active {
  color: #373310;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
article a:hover {
  color: inherit;
  text-decoration: underline;
}
article a.boxLink {
  display: none;
  position: absolute;
  overflow: hidden;
  text-indent: 3000px;
  background: url('../../images/ui/zoom.png') no-repeat center center;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
article.video a.boxLink {
  display: block;
  background: url('../../images/ui/play.png') no-repeat center 10%;
  opacity: .6;
}
article.image a.boxLink {
  background-position: center 40%;
}
article.post:hover {
  border-color: #999;
}
article.post:hover a.boxLink {
  display: block;
}
article.post:hover.video a.boxLink {
  opacity: 1;
}
article.video,
article.Uncategorized {
  background: #ffffff;
}
article.video.highlighted section p,
article.Uncategorized.highlighted section p {
  font-size: 24px;
}
article.video section.theImage,
article.Uncategorized section.theImage,
article.video header.theImage,
article.Uncategorized header.theImage {
  padding: 0;
  max-height: 500px;
}
article.video section.theImage img,
article.Uncategorized section.theImage img,
article.video header.theImage img,
article.Uncategorized header.theImage img {
  min-width: 100%;
  max-width: 120%;
  width: 100%;
}
article.video section .date .dateDay,
article.Uncategorized section .date .dateDay,
article.video header .date .dateDay,
article.Uncategorized header .date .dateDay {
  color: #b2d235;
}
article.image {
  background: #ffffff;
}
article.image.highlighted section p {
  font-size: 24px;
}
article.image section.theImage,
article.image header.theImage {
  padding: 0;
  max-height: 500px;
}
article.image section.theImage img,
article.image header.theImage img {
  min-width: 100%;
  max-width: 120%;
  width: 100%;
}
article.image section .date .dateDay,
article.image header .date .dateDay {
  color: #e55177;
}
article.quote {
  background: #ffffff url('../../images/ui/icons/quoteOff.png') center 1px no-repeat;
  padding-top: 50px;
}
article.quote.highlighted section p {
  font-size: 32px;
}
article.quote section .date .dateDay,
article.quote header .date .dateDay {
  color: #ffc60b;
}
article.quote section p,
article.quote header p {
  font-size: 24px;
  text-align: center;
}
article.quote section h4,
article.quote header h4 {
  text-align: center;
}
article.regularText {
  background: #ffffff;
}
article.regularText.highlighted section p {
  font-size: 24px;
  text-align: left;
}
article.regularText section .date .dateDay,
article.regularText header .date .dateDay {
  color: #00deff;
}
article.link {
  background: #ffffff;
  /*     border-bottom: 5px @quoteColor solid; */

}
article.link section .date .dateDay,
article.link header .date .dateDay {
  color: #00deff;
}
article#addNewContent {
  background: #00deff;
}
article#addNewContent section .date .dateDay,
article#addNewContent header .date .dateDay {
  color: #00deff;
}
article.bioPost section,
article.headerPost section {
  background: #ffffff;
}
article.bioPost section img,
article.headerPost section img {
  width: 100%;
}
article.headerPost section {
  padding: 0;
}
article.bioPost section {
  background-color: #fdea4b;
}
article h3 {
  padding: 18px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #CCC;
  font-size: 14px;
  text-align: center;
}
article h3:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}
article.invisible {
  opacity: 0;
}
article.float {
  position: absolute;
  width: 620px;
  z-index: 31;
}
article.float section.postBodyPreview {
  display: none;
}
article.float section.postBodyFull {
  display: block;
}
article.float section.comments {
  position: absolute;
  right: -320px;
  top: 0;
  margin-top: 0;
  width: 260px;
}
article .codeBlock {
  height: 10px;
  background: url('../../images/ui/codeBlock.png');
}
article section {
  padding: 20px;
  max-height: none;
  overflow: hidden;
  word-wrap: break-word;
}
article section:first-child {
  border-top: none;
}
article section.resources {
  display: none;
}
article section.postBodyFull {
  display: none;
}
article section.heldForModeration {
  background: #fdea4b url('../../images/ui/okPost.png') no-repeat 20px center;
  padding-left: 100px;
}
article section.heldForModeration p {
  font-size: 18px;
  text-align: left;
}
article section .more-link {
  background: #eeeeee;
  color: #333333;
  padding: 4px 10px 2px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  left: -20px;
  text-transform: uppercase;
}
html.singlePost {
  overflow: hidden;
  overflow-y: auto;
}
body.singlePost {
  background: white;
  width: 100%;
}
body.singlePost a.frontLink {
  color: #333;
}
body.singlePost a.frontLink .returnToFront {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  text-shadow: 0px 1px 0px white;
  background: #fdea4b;
  cursor: pointer;
  z-index: 100;
}
body.singlePost article {
  opacity: 1;
  border: none;
  margin: 36px auto;
  position: relative;
  overflow: hidden;
  max-width: 640px;
  max-height: none;
}
body.singlePost article a,
body.singlePost article a:visited,
body.singlePost article a:focus,
body.singlePost article a:active {
  color: #373310;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
body.singlePost article a:hover {
  color: inherit;
  text-decoration: underline;
}
body.singlePost article section {
  max-height: none;
}
body.singlePost article section p {
  font-size: 24px;
}
body.singlePost article section h3 {
  text-align: left;
}
body.singlePost article a.boxLink {
  display: none;
}
body.singlePost article:hover a.boxLink {
  display: none;
}
body.singlePost article.quote section p {
  font-size: 32px;
}
body.singlePost article.quote section h3 {
  text-align: center;
}
body.singlePost article.image {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
body.singlePost article.image section.postBodyPreview {
  position: absolute;
  bottom: 0;
  padding: 2%;
  background: repeat-x url('../../images/ui/imageCaptionBackground.png');
  overflow-y: auto;
  max-height: 26%;
  width: 96%;
}
body.singlePost article.image .theImage {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  text-align: center;
}
body.singlePost article.image .theImage img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
}
footer {
  height: 50px;
}
#endCap {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #333;
  color: #ffffff;
  padding: 5px 5px 13px 5px;
  z-index: 15;
}
#endCap #loadingIndicator {
  position: absolute;
  left: 0;
  text-align: left;
  display: none;
  vertical-align: middle;
}
#endCap #loadingIndicator.loading {
  display: block;
}
#endCap #loadingIndicator #loadingIndicatorContent {
  position: relative;
  padding: 20px 20px 20px 73px;
  bottom: 80px;
  text-align: left;
  background: #333333 url('../../images/ui/ajax-loader.gif') 20px center no-repeat;
}
#endCap #footerText {
  position: relative;
  text-align: center;
  top: 5px;
  font-size: 14px;
}
#blackOutStage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
}
#blackOutStage #blackOut {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: .8;
  filter: alpha(opacity = 80);
}
#twitterFeed.twtr-widget {
  width: 100%;
  font-size: 1em !important;
  font-family: ff-meta-web-pro, sans-serif;
}
#twitterFeed div.twtr-bd,
#twitterFeed div.twtr-timeline,
#twitterFeed div.twtr-doc {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
#twitterFeed .twtr-tweet p a {
  color: black !important;
}
.twtr-widget .twtr-tweet-wrap {
  padding: 20px 20px 30px 20px !important;
}
.twtr-widget .twtr-tweet {
  border-bottom: none !important;
  margin-bottom: 1px !important;
  background: #e55177 !important;
  position: relative;
}
.twtr-ft,
.twtr-hd,
.twtr-reply,
.twtr-rt,
.twtr-fav,
.twtr-user {
  display: none;
}
.twtr-widget em {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  font-size: 1em !important;
}
.twtr-widget em a:first-child {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-indent: 0;
}
[selector] {
  display: none;
}
.filler {
  width: 100%;
  background: red !important;
  min-height: 0;
}
.filler:first-child {
  /*     margin-top: -20px; */
}
/* END MY CODE */
/* FILE UPLOADER */
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-upload-button {
  display: block;
  /*or inline-block*/

  padding: 7px 0;
  margin: 0 0 10px 0;
  text-align: center;
  background: #333;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #DDD;
  color: #FFF;
}
.qq-upload-button-hover {
  background: #222;
}
.qq-upload-button-focus {
  outline: 1px dotted #000000;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
  display: none;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  background-color: #FFF0BD;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text,
.qq-upload-finished {
  margin-right: 12px;
}
.qq-upload-spinner {
  display: inline-block;
  background: url("loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-finished {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-size,
.qq-upload-cancel {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
}
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}
.hidden {
  display: none;
}
.faded {
  opacity: .3;
}
.invisible {
  opacity: 0;
}
.locked {
  overflow: hidden;
}
@media only screen and (max-width: 1800px) {
  #headerContent {
    padding-left: 1%;
  }
  .colContainer {
    width: 19%;
    margin-right: 1%;
  }
  .col,
  .headerCol {
    width: 100%;
  }
  #anchorCol {
    width: 39%;
    margin-right: 1%;
  }
  #anchorCol .colContainer.centerLeft {
    width: 48%;
    margin-right: 3%;
  }
  #anchorCol .colContainer.centerRight {
    width: 49%;
    margin-right: 0;
  }
  #siteHeader #description h2 {
    padding: 0 41% 0 21%;
  }
  #siteHeader #description p {
    padding: 0 41% 0 21%;
  }
}
@media only screen and (max-width: 1500px) {
  #headerContent {
    padding-left: 1%;
  }
  .colContainer {
    width: 24%;
    margin-right: 1%;
  }
  .col,
  .headerCol {
    width: 100%;
  }
  #anchorCol {
    width: 49%;
    margin-right: 1%;
  }
  #anchorCol .colContainer.centerLeft {
    width: 49%;
    margin-right: 2%;
  }
  #anchorCol .colContainer.centerRight {
    width: 49%;
    margin-right: 0;
  }
  #siteHeader #description h2 {
    padding: 0 26% 0 26%;
  }
  #siteHeader #description p {
    padding: 0 26% 0 26%;
  }
}
@media only screen and (max-width: 1200px) {
  #headerContent {
    padding-left: 2%;
  }
  .colContainer {
    width: 31.333333333333336%;
    margin-right: 2%;
  }
  .col,
  .headerCol {
    width: 100%;
  }
  #anchorCol {
    width: 64.66666666666667%;
    margin-right: 2%;
  }
  #anchorCol .colContainer.centerLeft {
    width: 47%;
    margin-right: 5%;
  }
  #anchorCol .colContainer.centerRight {
    width: 48%;
    margin-right: 0;
  }
  #siteHeader #description h2 {
    padding: 0 35% 0 2%;
  }
  #siteHeader #description p {
    padding: 0 35% 0 2%;
  }
}
@media only screen and (max-width: 1200px) {
  #headerContent {
    padding-left: 2%;
  }
  .colContainer {
    width: 31.333333333333336%;
    margin-right: 2%;
  }
  .col,
  .headerCol {
    width: 100%;
  }
  #anchorCol {
    width: 64.66666666666667%;
    margin-right: 2%;
  }
  #anchorCol .colContainer.centerLeft {
    width: 48%;
    margin-right: 3%;
  }
  #anchorCol .colContainer.centerRight {
    width: 49%;
    margin-right: 0;
  }
  #siteHeader #description h2 {
    padding: 0 35% 0 2%;
  }
  #siteHeader #description p {
    padding: 0 35% 0 2%;
  }
}
@media only screen and (max-width: 900px) {
  #headerContent {
    padding-left: 3%;
  }
  .colContainer {
    width: 47%;
    margin-right: 3%;
  }
  .col,
  .headerCol {
    width: 100%;
  }
  #anchorCol {
    width: 97%;
    margin-right: 3%;
  }
  #anchorCol .colContainer.centerLeft {
    width: 48%;
    margin-right: 3%;
  }
  #anchorCol .colContainer.centerRight {
    width: 49%;
    margin-right: 0;
  }
  #siteHeader #description h2 {
    padding: 0 3% 0 3%;
  }
  #siteHeader #description p {
    padding: 0 3% 0 3%;
  }
  #endCap {
    padding: 5px 5px 13px 5px;
  }
  #endCap #footerText {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  #headerContent {
    padding-left: 3%;
  }
  .colContainer {
    width: 97%;
    margin-right: 3%;
  }
  .col,
  .headerCol {
    width: 100%;
  }
  #anchorCol {
    width: 97%;
    margin-right: 3%;
  }
  #anchorCol .colContainer.centerLeft {
    width: 100%;
    margin-right: 0%;
  }
  #anchorCol .colContainer.centerRight {
    width: 49%;
    margin-right: 0;
  }
  #siteHeader #description h2 {
    padding: 0 3% 0 3%;
  }
  #siteHeader #description p {
    padding: 0 3% 0 3%;
  }
}
/* iPad [portrait + landscape] */
/*
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  #content, #headerContent{
    width: 100%;
  }

  #siteHeader {
    
    &.docked{
      #description{
        position: relative;
        left: 0;
      }
    }
  }
  
  #endCap{
    position: relative;
  }

}
*/
/* iPhone [portrait + landscape] */
/*
@media only screen and (max-device-width: 480px) {


  #content, #headerContent{
    width: 100%;
  }
  #siteHeader {
    width: 100%;
    &.docked{
      #description{
        position: relative;
        left: 0;
      }
    }
    
  }
  
  #endCap{
    position: relative;
  }

}
*/
