/*
 *
 * !! WARNING !! THIS CSS FILE HAS BEEN AUTOMATICALLY GENERATED !!
 *
 * Any modifications made to this file will be lost next time it is generated.
 * Consider modifying the 'theme.less' file found in the 'less' folder instead
 * or create a new custom CSS file to override the rules in this one.
 *
 * !! YOU HAVE BEEN WARNED !! MODIFY THIS FILE AT YOUR OWN RISK !!
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "lato", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "lato", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../themes/cofc-theme-v1/assets/vendor/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../themes/cofc-theme-v1/assets/vendor/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../themes/cofc-theme-v1/assets/vendor/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../themes/cofc-theme-v1/assets/vendor/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../themes/cofc-theme-v1/assets/vendor/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
@font-face {
  font-family: 'lato';
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-black-webfont.eot');
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/cofc-theme-v1/assets/fonts/lato-black-webfont.svg#latoblack') format('svg'), url('../themes/cofc-theme-v1/assets/fonts/lato-black-webfont.woff') format('woff'), url('../themes/cofc-theme-v1/assets/fonts/lato-black-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-italic-webfont.eot');
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/cofc-theme-v1/assets/fonts/lato-italic-webfont.svg#latoitalic') format('svg'), url('../themes/cofc-theme-v1/assets/fonts/lato-italic-webfont.woff') format('woff'), url('../themes/cofc-theme-v1/assets/fonts/lato-italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-regular-webfont.eot');
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/cofc-theme-v1/assets/fonts/lato-regular-webfont.svg#latoregular') format('svg'), url('../themes/cofc-theme-v1/assets/fonts/lato-regular-webfont.woff') format('woff'), url('../themes/cofc-theme-v1/assets/fonts/lato-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-light-webfont.eot');
  src: url('../themes/cofc-theme-v1/assets/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/cofc-theme-v1/assets/fonts/lato-light-webfont.svg#latolight') format('svg'), url('../themes/cofc-theme-v1/assets/fonts/lato-light-webfont.woff') format('woff'), url('../themes/cofc-theme-v1/assets/fonts/lato-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
body {
  padding-top: 50px;
}
header#layout-header .navbar-brand {
  padding-left: 50px;
  background-image: url('../themes/cofc-theme-v1/assets/images/october.png');
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: 7px 50%;
}
.callout {
  margin-bottom: 20px;
  padding: 20px;
  border-left: 3px solid #eeeeee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-danger {
  background-color: #fdf7f7;
  border-color: #ebccd1;
}
.callout-danger h4 {
  color: #a94442;
}
.callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.callout-warning h4 {
  color: #8a6d3b;
}
.callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.callout-info h4 {
  color: #31708f;
}
.callout-success {
  background-color: #f9fdf7;
  border-color: #d6e9c6;
}
.callout-success h4 {
  color: #3c763d;
}

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/**
 * @license
 * MyFonts Webfont Build ID 2981187, 2015-02-26T23:17:04-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: DidotLTPro-Italic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/didot/pro-italic/
 * Copyright: Copyright &#x00A9; 2012 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Linotype Didot is a trademark of Linotype Gmb
 * Licensed pageviews: 1,000,000
 * 
 * Webfont: FF DIN Web Pro Black by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-black/
 * Copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
 * Licensed pageviews: 500,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2981187
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@font-face {
	font-family: 'DidotLTPro-Italic';
	src: url('../themes/cofc-theme-v1/assets/fonts/2D7D43_0_0.eot');
	src: url('../themes/cofc-theme-v1/assets/fonts/2D7D43_0_0.eot?#iefix') format('embedded-opentype'), url('../themes/cofc-theme-v1/assets/fonts/2D7D43_0_0.woff2') format('woff2'), url('../themes/cofc-theme-v1/assets/fonts/2D7D43_0_0.woff') format('woff'), url('../themes/cofc-theme-v1/assets/fonts/2D7D43_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FFDINWebProBlack';
	src: url('../themes/cofc-theme-v1/assets/fonts/2D7D43_1_0.eot');
	src: url('../themes/cofc-theme-v1/assets/fonts/2D7D43_1_0.eot?#iefix') format('embedded-opentype'), url('../themes/cofc-theme-v1/assets/fonts/2D7D43_1_0.woff2') format('woff2'), url('../themes/cofc-theme-v1/assets/fonts/2D7D43_1_0.woff') format('woff'), url('../themes/cofc-theme-v1/assets/fonts/2D7D43_1_0.ttf') format('truetype');
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../themes/cofc-theme-v1/assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../themes/cofc-theme-v1/assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../themes/cofc-theme-v1/assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../themes/cofc-theme-v1/assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../themes/cofc-theme-v1/assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../themes/cofc-theme-v1/assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../themes/cofc-theme-v1/assets/fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../themes/cofc-theme-v1/assets/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:url(../themes/cofc-theme-v1/assets/fancybox/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../themes/cofc-theme-v1/assets/fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../themes/cofc-theme-v1/assets/fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../themes/cofc-theme-v1/assets/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@charset "utf-8";
/* CSS Document */

.dpSocialTimelineLoading {
	min-height: 150px;
}

div.dpSocialTimeline {
	list-style: none;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	zoom: 1;
}

div.dpSocialTimeline * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

div.dpSocialTimeline .dpSocialTimeline_item {
	list-style: none;
	padding: 1px;
	margin: 10px 5px 0;
	font-size:13px;
}

div.dpSocialTimeline .dpSocialTimeline_item.dpSocialTimeline_hideMe {
	opacity: 0;
}

div.dpSocialTimeline .dpSocialTimeline_lineWrap {
	width: 10px;
	text-align: center;
	margin: 0 auto;
	display: none;
}

div.dpSocialTimeline .dpSocialTimeline_line {
	margin: 0;
	display: block;
	height: 100%;
	position: absolute;
	width: 10px;
}

div.dpSocialTimeline .dpSocialTimeline_line span {
	width: 16px;
	height: 16px;
	display: block;
	top: 50px;
	left: -4px;
	position: absolute;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	padding: 7px 10px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	padding:5px 10px;
	text-align: left;
	line-height: 130%;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
	font-size:11px;
	padding: 20px 15px 20px 15px;
	text-align: left;
	word-wrap: break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
	margin-bottom: 10px;
	text-align: left;
	word-wrap: break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .tumblr_audio_player {
	max-width: 100%;
	height: 55px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	position:relative;
	margin: 0 auto 5px; 
	padding: 3px; 
	border:0;
	display:block;
	height:auto;
	max-width: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	position:absolute;
	top:10px;
	left:10px;
	width: 16px;
	height:16px;
	-moz-box-shadow: 0; 
	-webkit-box-shadow: 0; 
	box-shadow: 0;
	background: none; 
	padding:0;
	margin:0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
	cleaR:both;
	width:100%;	
	margin-top: 10px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
	padding-left: 20px;
	font-weight:bold;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a:hover {
	text-decoration:none;	
}

div.dpSocialTimeline .dpSocialTimeline_item a{
	text-decoration:none;
	position: relative;
	word-wrap:break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	text-decoration:underline;
}

div.dpSocialTimeline .dpSocialTimeline_item a.permalink,
div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter,
div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	float: right;
	display:block;
	width:16px;
	height:16px;
	opacity: .7;
	text-decoration:none;
	margin-left:5px;
}

div.dpSocialTimeline .dpSocialTimeline_item a.permalink:hover,
div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter:hover,
div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook:hover{
	opacity: 1;
}

div.dpSocialTimeline .dpSocialTimeline_item span.time{
	font-size:9px;
	margin-left: 15px;
}

div.dpSocialTimeline .dpSocialTimeline_item .user{
	font-size:11px;
	margin-left:10px;
	margin-top:3px;
	text-transform:uppercase;
	display: inline;
	float:left;
	line-height: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link{
	display:block;
	opacity: .8;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.img_link{
	min-height: 35px;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link:hover{
	display:block;
	opacity: 1;
}

/**** Social Icons ****/

div.dpSocialTimeline span.favicon{
	float: left;
	display:block;
	width: 16px;
	height: 16px;
}

div.dpSocialTimeline span.favicon.twitter,
div.dpSocialTimeline_filter span.favicon.twitter {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/twitter.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.google,
div.dpSocialTimeline_filter span.favicon.google {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/google.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.lastfm,
div.dpSocialTimeline_filter span.favicon.lastfm {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/lastfm.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.facebook,
div.dpSocialTimeline_filter span.favicon.facebook {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/facebook.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.delicious,
div.dpSocialTimeline_filter span.favicon.delicious {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/delicious.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.digg,
div.dpSocialTimeline_filter span.favicon.digg {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/digg.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.dribbble,
div.dpSocialTimeline_filter span.favicon.dribbble {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/dribbble.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.flickr,
div.dpSocialTimeline_filter span.favicon.flickr {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/flickr.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.pinterest,
div.dpSocialTimeline_filter span.favicon.pinterest {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/pintrest.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.tumblr,
div.dpSocialTimeline_filter span.favicon.tumblr {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/tumblr.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.vimeo,
div.dpSocialTimeline_filter span.favicon.vimeo {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/vimeo.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.youtube,
div.dpSocialTimeline_filter span.favicon.youtube {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/youtube.png) 0 0 no-repeat;
}

div.dpSocialTimeline span.favicon.instagram,
div.dpSocialTimeline_filter span.favicon.instagram {
	background:url(../themes/cofc-theme-v1/assets/images/favicons/instagram.png) 0 0 no-repeat;
}

/**** Filter/Layout Buttons ****/

.dpSocialTimeline_filter{
	margin: 10px;
	float:left;
}

.dpSocialTimeline_filter button,
.dpSocialTimeline_layout button{
	padding: 3px 8px;
	border: 1px solid;
	outline: 0;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform:capitalize;
	margin-top: 5px;
	opacity: .7;	
}

.dpSocialTimeline_filter button:hover,
.dpSocialTimeline_layout button:hover {
	opacity: 1;	
}

.dpSocialTimeline_filter button img {
	display: block;
}

.dpSocialTimeline_layout {
	margin: 10px;
	float:right;
}

.dpSocialTimeline_filter button span,
.dpSocialTimeline_layout button span {
	width: 16px;
	height: 16px;
	display: block;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent video {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0 !important;
}


/* Divider */

.dpSocialTimeline_divider {
	clear: both;
	margin-bottom:10px;
}

/* Skins - Light */

div.light.dpSocialTimelineLoading {
	background: url(../themes/cofc-theme-v1/assets/images/light/ajax-loader.gif) no-repeat 50% 50%;
}

div.light div.dpSocialTimeline .dpSocialTimeline_line {
	background: url(../themes/cofc-theme-v1/assets/images/light/timeline.png) repeat-y 0 0;
}

div.light div.dpSocialTimeline .dpSocialTimeline_line span {
	background: url(../themes/cofc-theme-v1/assets/images/light/pointer.png) no-repeat 0 0;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	background: url(../themes/cofc-theme-v1/assets/images/light/video.png) no-repeat 50% 50%;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.permalink{
	background: url(../themes/cofc-theme-v1/assets/images/light/link.png) 0 0 no-repeat;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter{
	background: url(../themes/cofc-theme-v1/assets/images/light/twitter.png) 0 0 no-repeat;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	background: url(../themes/cofc-theme-v1/assets/images/light/facebook.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.spineAlign span {
	background: url(../themes/cofc-theme-v1/assets/images/light/spine.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.masonry span {
	background: url(../themes/cofc-theme-v1/assets/images/light/columns.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.straightDown span {
	background: url(../themes/cofc-theme-v1/assets/images/light/one_column.png) 0 0 no-repeat;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item {
	border-bottom: 1px solid #E9E9E9;
	background: white 0px 20px no-repeat;
	border: 1px solid #E6E6E6;
	-moz-box-shadow: 0px 3px 2px #d6d6d6;
	-webkit-box-shadow: 0px 3px 2px #d6d6d6;
	box-shadow: 0px 3px 2px #d6d6d6;
	color: #666;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	background: #f5f5f5;
	border-bottom: 1px dashed #e6e6e6;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	background: #f5f5f5 url(../themes/cofc-theme-v1/assets/images/light/clock.png) 5px 5px no-repeat;
	border-top: 1px dashed #e6e6e6;

}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	background: #eee; 
	-moz-box-shadow: 0 0 4px #444; 
	-webkit-box-shadow: 0 0 2px #000; 
	box-shadow: 0 0 2px #000;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a{
	color: #6D84B4;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	color: #6D84B4;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item span.time{
	color: #999;
	text-shadow: 0 1px 0 white;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item .user{
	color: #999;
	text-shadow: 0 1px 0 white;
}

div.light .dpSocialTimeline_filter button,
div.light .dpSocialTimeline_layout button{
	text-shadow: 0 1px 0 white;
	border-color: #CCC #CCC #AAA;
	background-color: #E0E0E0;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
	background-image: -moz-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -ms-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -o-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,gainsboro));
	background-image: -webkit-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: linear-gradient(to bottom,#FAFAFA 0,gainsboro 100%);
	color: #555;
}

div.light .dpSocialTimeline_filter button:active, 
div.light .dpSocialTimeline_filter button.active,
div.light .dpSocialTimeline_layout button:active, 
div.light .dpSocialTimeline_layout button.active {
	border-color: #888 #AAA #CCC;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
	background-image: -moz-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -ms-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -o-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C8C8C8),color-stop(100%,#E6E6E6));
	background-image: -webkit-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: linear-gradient(to bottom,#C8C8C8 0,#E6E6E6 100%);
}

div.light .dpSocialTimeline_divider {
	border-top: 1px dashed #e6e6e6;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	color: #555;
	word-wrap: normal;
	display: inline-block;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
	background: url(../themes/cofc-theme-v1/assets/images/light/reply.png) no-repeat 0 50% !important;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
	background: url(../themes/cofc-theme-v1/assets/images/light/retweet.png) no-repeat 0 50% !important;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
	background: url(../themes/cofc-theme-v1/assets/images/light/favorite.png) no-repeat 0 50% !important;
}

/* Skins - Modern */
div.modern.dpSocialTimelineLoading {
	background: url(../themes/cofc-theme-v1/assets/images/light/ajax-loader.gif) no-repeat 50% 50%;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_line {
	background: url(../themes/cofc-theme-v1/assets/images/light/timeline.png) repeat-y 0 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_line span {
	background: url(../themes/cofc-theme-v1/assets/images/light/pointer.png) no-repeat 0 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	background: url(../themes/cofc-theme-v1/assets/images/light/video.png) no-repeat 50% 50%;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.permalink{
	background: url(../themes/cofc-theme-v1/assets/images/modern/link.png) 0 0 no-repeat;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
	padding: 0 10px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter{
	background: url(../themes/cofc-theme-v1/assets/images/modern/twitter.png) 0 0 no-repeat !important;
	width: 20px;
	height: 20px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	background: url(../themes/cofc-theme-v1/assets/images/modern/facebook.png) 0 0 no-repeat !important;
	width: 24px;
	height: 24px;
}

div.modern .dpSocialTimeline_layout button.spineAlign span {
	background: url(../themes/cofc-theme-v1/assets/images/light/spine.png) 0 0 no-repeat;
}

div.modern .dpSocialTimeline_layout button.masonry span {
	background: url(../themes/cofc-theme-v1/assets/images/light/columns.png) 0 0 no-repeat;
}

div.modern .dpSocialTimeline_layout button.straightDown span {
	background: url(../themes/cofc-theme-v1/assets/images/light/one_column.png) 0 0 no-repeat;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
	padding: 0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent.dpSocialTimeline_noImage {
	padding-top: 30px !important;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent iframe{
	margin-top: 10px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
	margin:0;
	margin-top: 10px;
	padding: 0 10px 20px;
	font-size: 14px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item {
	background: white 0px 20px no-repeat;
	border: 0;
	-webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
	color: #666;
	padding: 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 999;
	border: 0;
	background: #000;
	text-shadow: none;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	border-top: 1px solid #e8e8e8;
	margin: 0 10px;
	background-color: #fff;
	padding: 5px 0;

}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	background: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 100% !important;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a{
	color: #6D84B4;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	color: #6D84B4;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item span.time{
	color: #999;
	font-weight: bold;
	font-size: 12px;
	line-height: 2;
	text-shadow: none;
	margin: 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item .user{
	color: #fff;
	text-shadow: none;
	line-height: 100%;
	padding: 3px 0 2px;
	margin-top: 0;
}

div.modern .dpSocialTimeline_filter button,
div.modern .dpSocialTimeline_layout button{
	text-shadow: 0 1px 0 white;
	border-color: #CCC #CCC #AAA;
	background-color: #E0E0E0;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
	background-image: -moz-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -ms-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -o-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,gainsboro));
	background-image: -webkit-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: linear-gradient(to bottom,#FAFAFA 0,gainsboro 100%);
	color: #555;
}

div.modern .dpSocialTimeline_filter button:active, 
div.modern .dpSocialTimeline_filter button.active,
div.modern .dpSocialTimeline_layout button:active, 
div.modern .dpSocialTimeline_layout button.active {
	border-color: #888 #AAA #CCC;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
	background-image: -moz-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -ms-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -o-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C8C8C8),color-stop(100%,#E6E6E6));
	background-image: -webkit-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
	background-image: linear-gradient(to bottom,#C8C8C8 0,#E6E6E6 100%);
}

div.modern .dpSocialTimeline_divider {
	border-top: 1px dashed #e6e6e6;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	color: #555;
	word-wrap: normal;
	display: inline-block;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
	background: url(../themes/cofc-theme-v1/assets/images/light/reply.png) no-repeat 0 50% !important;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
	background: url(../themes/cofc-theme-v1/assets/images/light/retweet.png) no-repeat 0 50% !important;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
	background: url(../themes/cofc-theme-v1/assets/images/light/favorite.png) no-repeat 0 50% !important;
}


/* Skins - Dark */

div.dark.dpSocialTimelineLoading {
	background: url(../themes/cofc-theme-v1/assets/images/dark/ajax-loader.gif) no-repeat 50% 50%;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_line {
	background: url(../themes/cofc-theme-v1/assets/images/dark/timeline.png) repeat-y 0 0;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_line span {
	background: url(../themes/cofc-theme-v1/assets/images/dark/pointer.png) no-repeat 0 0;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	background: url(../themes/cofc-theme-v1/assets/images/dark/video.png) no-repeat 50% 50%;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.permalink{
	background: url(../themes/cofc-theme-v1/assets/images/dark/link.png) 0 0 no-repeat;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter{
	background: url(../themes/cofc-theme-v1/assets/images/dark/twitter.png) 0 0 no-repeat !important;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook{
	background: url(../themes/cofc-theme-v1/assets/images/dark/facebook.png) 0 0 no-repeat !important;
}

div.dark .dpSocialTimeline_layout button.spineAlign span {
	background: url(../themes/cofc-theme-v1/assets/images/dark/spine.png) 0 0 no-repeat;
}

div.dark .dpSocialTimeline_layout button.masonry span {
	background: url(../themes/cofc-theme-v1/assets/images/dark/columns.png) 0 0 no-repeat;
}

div.dark .dpSocialTimeline_layout button.straightDown span {
	background: url(../themes/cofc-theme-v1/assets/images/dark/one_column.png) 0 0 no-repeat;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item {
	background: #272727 0px 20px no-repeat;
	border: 1px solid #333;
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
	background: #1C1C1C;
	border-bottom: 1px dashed #333;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	background: #1C1C1C url(../themes/cofc-theme-v1/assets/images/dark/clock.png) 5px 5px no-repeat;
	border-top: 1px dashed #333;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
	background: #1C1C1C; 
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a{
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a:hover{
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item span.time{
	color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item .user{
	color: #999;
}

div.dark .dpSocialTimeline_filter button,
div.dark .dpSocialTimeline_layout button{
	border: 0;
	border-color: #323232;
	border-top: 1px;
	background: #272727;
	background-image: -moz-linear-gradient(top,	#292929 0, #252525 100%);
	background-image: -ms-linear-gradient(top, #292929 0, #252525 100%);
	background-image: -o-linear-gradient(top, #292929 0, #252525 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #292929),color-stop(100%, #252525));
	background-image: -webkit-linear-gradient(top, #292929 0, #252525 100%);
	background-image: linear-gradient(to bottom, #292929 0, #252525 100%);
	color: #999;
}

div.dark .dpSocialTimeline_filter button:active, 
div.dark .dpSocialTimeline_filter button.active,
div.dark .dpSocialTimeline_layout button:active, 
div.dark .dpSocialTimeline_layout button.active {
	border: 0;
	border-color: #323232;
	border-top: 1px;
	background: #1C1C1C;
}

div.dark .dpSocialTimeline_divider {
	border-top: 1px dashed #333;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
	color: #999;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
	background: url(../themes/cofc-theme-v1/assets/images/dark/reply.png) no-repeat 0 50% !important;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
	background: url(../themes/cofc-theme-v1/assets/images/dark/retweet.png) no-repeat 0 50% !important;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
	background: url(../themes/cofc-theme-v1/assets/images/dark/favorite.png) no-repeat 0 50% !important;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope.rtl .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
     -moz-transition-property: right, top, -moz-transform, opacity;
      -ms-transition-property: right, top, -ms-transform, opacity;
       -o-transition-property: right, top, -o-transform, opacity;
          transition-property: right, top, transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


@font-face {
    font-family: 'pigiarniqregular';
    src: url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_regular-webfont.eot');
    src: url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_regular-webfont.woff2') format('woff2'),
         url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_regular-webfont.woff') format('woff'),
         url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pigiarniqheavy';
    src: url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_heavy-webfont.eot');
    src: url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_heavy-webfont.woff2') format('woff2'),
         url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_heavy-webfont.woff') format('woff'),
         url('../themes/cofc-theme-v1/assets/fonts/pigiarniq_heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
html {
	box-sizing: border-box;
	height: 100%;
}

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

body {
	padding-top: 0px;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	min-width: 320px;
	background: #000;
    overflow-x: hidden;
}

.d-inline-block {
    display: inline-block !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
@media (min-width: 768px) {
    .d-flex {
        display: flex !important;
    }
    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-self-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.bg-black {
	background: #000000;
	color: #fff;
}

.bg-black h1,
.bg-black h2:not(.c-white),
.bg-black h3:not(.c-white),
.bg-black h4,
.bg-black h5,
.bg-black h6 {
	color: #FFdd00 !important;
}

.bg-yellow {
	background: #FFDD00;
}

.bg-white {
	background: #FFFFFF;
}

.bg-grey {
	background: #e8e8e8;
}

.c-white {
    color: #ffffff !important;
}

.c-black {
    color: #000000 !important;
}

.c-yellow {
    color: #FFDD00 !important;
}

.c-grey {
	color: #e8e8e8 !important;
}

.mix-multiply-yellow {
    background-color: #ffdd00;
    background-blend-mode: multiply;
}

.mix-multiply-yellow > img {
    mix-blend-mode: multiply;
}

.fade-line-clamp {
  position: relative;
  overflow: hidden;
  height: 48px; /* exactly three lines */
}
.fade-line-clamp:after {
  content: "";
  pointer-events: none;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(36, 36, 36, 0), rgba(36, 36, 36, 1) 50%);
}
.img-responsive {
	width: 100%;
}

sup {
    font-size: 50% !important;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.wrapper {
	display: table;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

body.manifesto {
	background: #ffdd00;
}

body.downloads .site-wrapper > .section,
p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}

body.simple-header,
body.simple-header.register-success {
	background: #ffdd00;
}

body.home .site-wrapper,
body.member .site-wrapper {
	background: #e8e8e8;
}

body.basic .site-wrapper,
body.member.profile .site-wrapper,
body.event-listing .site-wrapper {
	background: #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h1, body.home .faces-header h1 i {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 18px;
}

#panel-1 h1 {
	margin-bottom: 20px;
}

#panel-1 .left-content > h1,
#panel-1 .left-content > p {
	padding: 0 10px;
}

[id^="panel"] h1 i {
	font-size: 70px;
}

#panel-1 h1 i {
	font-size: 29px;
	line-height: 29px;
}


h2 {
	font-size: 30px;
	line-height: 32px;
}

h2.smaller {
	font-size: 26px;
	line-height: 28px;
}

h3 {
	font-size: 22px;
	line-height: 24px;
	color: #ffdd00;
}

h4, .h4 {
	font-size: 18px;
}

.header-underline {
	padding-bottom: 30px;
	border-bottom: 3px solid #000000;
}

@media(min-width: 768px) {
    .pull-right-md {
        float: right !important;
    }
}

body.basic h2 {
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 20px;
}

body.basic h3 {
	color: #000;
	line-height: inherit;
	margin: 40px 0 20px;
}

.modal-open {
	/*overflow-y: auto;*/
	padding: 0 !important;
}

.modal-open .modal {
	padding: 0 !important;
}

.text-right {
	text-align: left;
}

p {
	margin-bottom: 28px;
}

i,
.h2 i {
	font-family: 'DidotLTPro-Italic', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

p i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

p.help-block i {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}

small {
	font-size: 12px;
	line-height: 18px;
	display: block;
}

b {
	font-weight: bold;
}

hr {
	border-color: #cfcfcf;
}

ul.spaced li {
    margin-bottom: 20px;
}


body.basic .content ul,
body.basic .content ol {
	padding-left: 40px;
}

body.basic .content .carousel ol {
	padding: 0;
}

.lead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 28px;
}

a {
    color: #000;
	cursor: pointer;
}

a:hover, a:focus {
    color: #666;
    text-decoration: none;
}

.bg-black a {
    color: #fff;
    text-decoration: underline;
}

a.btn,
.btn {
    background: none repeat scroll 0 0 #000;
    display: inline-block;
    line-height: 43px;
    position: relative;
    color: #ffdd00;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
    height: 46px;
    text-align: center;
    text-decoration: none;
	min-width: 155px;
	padding: 0 12px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid #000;
}

a.btn:hover,
.btn:hover, .btn:focus, .btn.focus {
	background: none;
	border: 2px solid #000;
	color: #000;
}

.btn.report {
	background: #000000;
	color: #ffdd00;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    min-width: inherit;
	border: none;
}

.btn.report:hover {
	background: #ffdd00;
	color: #000000;
}

.btn.yellow-outline {
	border: 1px solid #ffdd00;
	color: #ffdd00;
	font-size: 16px;
    line-height: 42px;
}

.btn.yellow-outline:hover,
.btn.yellow-outline:focus {
	background: #ffdd00;
	color: #000;
    line-height: 42px;
	border: 1px solid #ffdd00;
}

.btn.black-outline {
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	background: none;
	min-width: inherit;
	padding: 0 12px;
}

.btn.black-outline:hover,
.btn.black-outline:focus {
	background: #000;
	color: #ffdd00;
	border: 1px solid #000;
}

body.home .btn.black-outline,
[id*='showMore'] .btn {
	min-width: 155px;
}

.btn.white-outline {
	border: 1px solid #fff;
	color: #fff;
}

.btn.white-outline:hover,
.btn.white-outline:focus {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}

.btn.yellow {
	border: none;
	background: #ffdd00;
	color: #000;
	font-size: 16px;
    line-height: 32px;
	height: 32px;
	min-width: inherit;
	padding: 0 12px;
}

.btn.yellow:hover,
.btn.yellow:focus {
	background: #000;
	color: #ffdd00;
	border: none;
}

.btn.yellow-lg {
	background: #ffdd00 none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 16px;
    line-height: 45px;
}

.btn.yellow-lg:hover,
.btn.yellow-lg:focus {
	background: #000;
	color: #ffdd00;
	border: none;
}

.btn.yellow.add-photos {
	width: 100%;
	margin-bottom: 48px;
	margin-top: 0;
	color: #000;
	height: 60px;
	line-height: 60px;
}
.btn.yellow.add-photos h3 {
    color: #000;
    display: inline-block;
    height: 60px;
    line-height: 65px;
    margin-top: 0;
}

.btn.yellow.add-photos span {
	display: inline-block;
    height: 43px;
    margin-left: 12px;
    vertical-align: middle;
    width: 45px;
	background: url(../themes/cofc-theme-v1/assets/images/icon-camera.png) no-repeat center top;
}

.btn.yellow.add-photos:hover h3,
.btn.yellow.add-photos:focus h3 {
	color: #ffdd00;
}

.btn.yellow.add-photos:hover span,
.btn.yellow.add-photos:focus span {
	background-position: center -64px;
}

body.event-listing .section.images .btn.yellow.add-photos:hover,
body.event-listing .section.images .btn.yellow.add-photos:focus {
	background: #FFF;
}

body.event-listing .section.images .btn.yellow.add-photos:hover h3,
body.event-listing .section.images .btn.yellow.add-photos:focus h3 {
	color: #000;
}

body.event-listing .section.images .btn.yellow.add-photos:hover h3,
body.event-listing .section.images .btn.yellow.add-photos:focus h3 {
	color: #000;
}

body.event-listing .section.images .btn.yellow.add-photos:hover span,
body.event-listing .section.images .btn.yellow.add-photos:focus span {
	background-position: center top;
}

.btn.black {
	border: none;
	background: #000;
	color: #ffdd00;
	min-width: 110px;
	padding: 0 12px;
	line-height: 46px;
}

.btn.black:hover,
.btn.black:focus {
	background: #ffdd00;
	color: #000;
	border: none;
}

.btn:active,
.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.yellow-xl {
    text-transform: uppercase;
    font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
    padding: 14px 6px 9px;
    font-size: 22px;
    height: auto;
    border-width: 2px;
    border-color: #ffdd00;
    min-width: 250px;
    background: #ffdd00;
    color: #000;
}

body.craft-year-2020 .btn.yellow-xl {
    margin: 30px 0 50px 0px;
}

.btn.yellow-xl:focus,
.btn.yellow-xl:hover,
.btn.yellow-xl:active {
    color: #fff;
    background: #000;
    border-width: 2px;
    border-color: #fff;
}

.btn.btn-toggle {
    text-transform: uppercase;
    font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
    padding: 6px 0px;
    font-size: 14px;
    height: auto;
    width: 100%;
    border-width: 2px;
}

@media (min-width: 768px) {
    .btn.btn-toggle {
        font-size: 20px;
        padding: 14px 0px;
    }
}

.btn.btn-toggle:hover,
.btn.btn-toggle:focus {
    border-width: 2px;
}

.btn.btn-toggle:active,
.btn.btn-toggle.active {
    color: #fff;
    background: #000;
    border-width: 2px;
}

.help-btn,
.help-btn:hover,
.help-btn:active,
.help-btn:focus {
	background: url(../themes/cofc-theme-v1/assets/images/help-icon.png) no-repeat;
	border: none;
	padding: 0;
	margin: 0 !important;
	width: 25px;
	min-width: inherit;
	height: 25px;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.help-btn:hover,
.help-btn:active {
	opacity: 0.7;
}

input[type="button"] {
	background: #000;
	border: none;
	color: #ffdd00;
	padding: 8px 16px 8px 15px;
}

.form-control::-webkit-input-placeholder {
   color: #999999;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #999999;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;
}

.form-control:-ms-input-placeholder {
   color: #999999;
}

select {
	border: none;
	padding: 9px 12px;
}

select.form-control {
	padding-left: 8px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background: #ffffff url(../themes/cofc-theme-v1/assets/images/select-arrow.png) no-repeat 97% 50% !important;
}

.place_holder {
   color: #999999;
}

option {
   color: #555555;
}

.form-control {
	-webkit-border-radius: 0;
	border-radius: 0;
	border-color: #aaaaaa;
	box-shadow: none;
}

.form-control:focus {
	border-color: #666;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);
}

.checkbox {
	margin: 10px 0 0;
}

.checkbox label {
    border: 1px solid #cfcfcf;
    margin: 0;
    padding: 6px 6px 6px 30px;
    width: 100%;
}

.grey-box .checkbox label {
	background: #fff;
}

.checkbox label.checked {
    border: 1px solid #000;
	background: #000;
	color: #ffdd00;
}

.checkbox.plain {
	margin: 0;
}

.checkbox.plain label {
	border: none;
    padding: 0 0 0 20px;
	width: auto;
}

.checkbox.plain label.checked {
	background: none;
	color: #777777;
}

.checkbox.plain label a {
	text-decoration: underline;
}

.register-checkboxes {
	margin: 36px 0;
}

body.register .checkbox.plain label a,
body.register .checkbox.plain label {
	color: #000000;
}

.radio-inline {
	margin-top: 0;
}

.radio {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}

label.radio-inline {
    border: 1px solid #000000;
	color: #000000;
    margin: 0 0 8px 0;
    padding: 6px 6px 6px 30px;
	width: 100%;
	float: left;
}

label.radio-inline.checked {
    border: 1px solid #000000;
	background: #000;
	color: #ffdd00;
}

.radio-inline + .radio-inline {
	margin: 0 0 8px 0;
}

.form-tools {
	text-align: right;
	margin-top: 30px;
	padding: 0;
}

.form-tools button {
	margin-left: 6px;
}

.form-tools .back-btn {
	float: left;
	margin: 0;
}

.form-tools > div {
	text-align: left;
}

.form-tools > div button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	display: block;
}


.location-search button {
    margin: 0;
    padding: 12px;
    border: none;
    background: none;
}

.location-search input {
    border: none;
    font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    padding: 30px 18px 27px;
}

.location-search .input-group-addon {
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 0;
}

#panel-1 .credit {
	right: inherit;
}

/*#panel-10 .credit {
	right: inherit;
	left: 10px;
}*/

.video-link {
	display: inline-block;
    height: auto;
    width: 100%;
	background: url(../themes/cofc-theme-v1/assets/images/video-thumb.jpg) no-repeat center center;
	background-size: 100% auto;
	line-height: 0;
	margin: 0 0 16px 0;
	position: relative;
}

.video-link img {
	width: 100%;
	height: auto;
	top: 0;
}

.video-link:hover img {
	display: none;
}

.video-link img.hover {
	display: none;
}

.video-link:hover img.hover {
	display: inline-block;
}

.video-link span {
	display: none;
}

.credit {
	position: absolute;
	bottom: 12px;
	right: 0px;
	left: 0;
	padding: 0 10px;
	text-align: left;
}

.credit p,
.credit i {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
}

.mobile-hide {
	display: none !important;
}

.mobile-show {
	display: block !important;
}

/* Mobile Menu Stuff */

/*nav,
.sub-nav,
.site-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}

nav.hidden-site,
.sub-nav.hidden-site,
.site-wrapper.hidden-site {
	-webkit-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
}*/

.mobile-nav {
	/*margin-left: 100%;*/
	background: #000;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 9999;
	font-size: 16px;

	-webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;

/*	-webkit-transition: margin-left 0.3s ease-in-out;
	-moz-transition: margin-left 0.3s ease-in-out;
	-ms-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;*/
}

.mobile-nav.mobile-nav-show {
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);

	/*margin-left: 0%;

	-webkit-transition: margin-left 0.3s ease-in-out;
	-moz-transition: margin-left 0.3s ease-in-out;
	-ms-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;	*/
}

.mobile-nav .left-side {
	padding: 16px;
	border-right: 52px solid #000;
	min-height: 100%;
}

.mobile-nav .right-side {
  float: right;
  width: 52px;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-nav a {
	color: #777777;
}
.mobile-nav button {
	color: #777777;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.mobile-nav a:hover,
.mobile-nav a:focus,
.mobile-nav button:hover,
.mobile-nav button:focus,
ul.mobile-nav-two li a.my-profile:hover,
ul.mobile-nav-two li a.my-profile:focus {
	color: #ffffff;
	text-decoration: none;
}

.mobile-nav ul {
	list-style: none;
}

ul.mobile-nav-one {
	margin-bottom: 12px;
}

ul.mobile-nav-two {
	margin-bottom: 20px;
}

ul.mobile-nav-three {
	margin-bottom: 34px;
}

ul.mobile-nav-one li a,
ul.mobile-nav-two li a.my-profile {
	margin: 0;
	display: inline-block;
	color: #ffdd00;
	padding: 6px 0px;
	font-size: 16px;
	text-decoration: none;
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

ul.mobile-nav-two li a.my-profile {
	padding: 0px;
}

ul.mobile-nav-one li a.search-btn {
	margin-bottom: 20px;
	padding: 8px 20px 4px 45px !important
}

ul.mobile-nav-footer li.social {
	margin-top: 18px;
}

ul.mobile-nav-footer li.social a {
	background-color: #777777;
	background-position: 0 bottom;
	float: left;
}

ul.mobile-nav-footer li.social a:hover {
	background-color: #fff;
	border: 0px solid #fff;
}

ul.mobile-nav-footer li.social a.facebook:hover {
    background-position: 0 bottom;
}

ul.mobile-nav-footer li.social a.twitter,
ul.mobile-nav-footer li.social a.twitter:hover {
    background-position: -30px bottom;
}

ul.mobile-nav-footer li.social a.email,
ul.mobile-nav-footer li.social a.email:hover {
    background-position: -60px bottom;
}


/* End Mobile Menu Stuff */

.site-wrapper {
	width: 100%;
	float: left;
	/*height: 100%;
	display: table;
	overflow: hidden;*/
}

.site-wrapper article {
	padding: 0 10px;
}

.site-wrapper .fullwidth article {
	padding: 0;
}

.site-wrapper #panel-1 article {
	padding: 0px;
}

nav {
	background: #000;
	font-size: 14px;
	height: 73px;
	color: #000;
	width: 100%;
	z-index: 5;
	padding: 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}

nav {
    height: 98px !important;

}

.main-new-nav-list {
    display: none;
    position: relative;
    padding: 0 5px;
}

.nav-inner .logo {
    height: 98px !important;
    width: 130px !important;
}

.nav-inner .logo img {
    height: auto !important;
    width: 130px !important;
    margin-left: -4px;
}

.main-nav-toggle {
    background: none;
    padding: 0;
    border: 0;
    margin-left: auto;
    width: 30px;
    flex-basis: 30px;
}

.main-new-nav-right {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 991.999px) {

    .main-new-nav-submenu__content{
        padding-top: 4px;
        padding-bottom:19px;
    }
    .main-new-nav-list > ul {
        padding-top: 22.5px;
    }

    .main-new-nav-link, .main-new-nav-right-auth__link {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important;
    }

    .main-new-nav-right-language-selection > * {
        padding-top: 8.5px !important;
        padding-bottom: 8.5px !important;
    }

    .main-new-nav-right-language-selection {
        padding-top: 4px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .main-new-nav-right-language-selection a, .main-new-nav-right-language-selection button {
        margin-right: 0;
    }

    .main-new-nav-list {
        overflow-y: auto;
        padding-bottom:40px;
    }

    .nav-open {
        overflow: hidden;
        position: relative;
    }
}

@media (min-width: 992px) {

    .main-new-nav-right-language-selection > :nth-child(1), .main-new-nav-right-language-selection > :nth-child(2) {
        display: none;
    }

    .main-new-nav-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-nav-toggle {
        display: none;
    }

    .main-new-nav-list-wrapper {
        margin-left: 80px;
    }

    .main-new-nav-list {
        display: flex !important;
        margin-left: 0px !important;
    }

    .main-new-nav-right-bottom {
        margin-top: 13px;
    }
}

body.search nav .nav-right > ul:nth-child(2) > li.search a,
body.search .mobile-nav ul.mobile-nav-one li.search a,

body.events-list nav .nav-right > ul:nth-child(2) > li.events a,
body.events-list .mobile-nav ul.mobile-nav-one li.events a,

body.craft-year-2020 nav .nav-right > ul:nth-child(2) > li.craft-year a,
body.craft-year-2020 .mobile-nav ul.mobile-nav-one li.craft-year a,

body.metiers-dart-2020 nav .nav-right > ul:nth-child(2) > li.craft-year a,
body.metiers-dart-2020 .mobile-nav ul.mobile-nav-one li.craft-year a,

body.about nav .nav-right > ul:nth-child(2) > li.about a,
body.about .mobile-nav ul.mobile-nav-one li.about a,

body.a-propos nav .nav-right > ul:nth-child(2) > li.about a,
body.a-propos .mobile-nav ul.mobile-nav-one li.about a,

body.manifesto nav .nav-right > ul:nth-child(2) > li.manifesto a,
body.manifesto .mobile-nav ul.mobile-nav-one li.manifesto a,

body.podcast nav .nav-right > ul:nth-child(2) > li.podcast a,
body.podcast .mobile-nav ul.mobile-nav-one li.podcast a,

body.balado nav .nav-right > ul:nth-child(2) > li.podcast a,
body.balado .mobile-nav ul.mobile-nav-one li.podcast a,

body.downloads nav .nav-right > ul:nth-child(2) > li:nth-child(4) a,
body.downloads .mobile-nav ul.mobile-nav-one li:nth-child(4) a {
	color: #fff;
}

body.manifesto.inuktitut-manifesto nav .nav-right ul:nth-child(2) li:nth-child(3) a,
body.manifesto.inuktitut-manifesto .mobile-nav ul.mobile-nav-one li:nth-child(3) a {
	color: #ffdd00;
}

body.manifesto.inuktitut-manifesto nav .nav-right ul:nth-child(2) li:nth-child(3) a:hover,
body.manifesto.inuktitut-manifesto .mobile-nav ul.mobile-nav-one li:nth-child(3) a:hover {
	color: #fff;
}

.sub-nav {
	padding: 0 10px;
	z-index: 2;
	position: relative;

	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}

.sub-nav .btn {
	height: 32px;
	line-height: 32px;
}

body.simple-header .nav-inner .logo {
	width: 127px;
}

body.simple-header nav {
	background: none;
}

.logo a {
	opacity: 1;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.logo a:hover {
	opacity: 0.8;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.nav-inner {
    display: flex;
    flex-wrap:wrap;
}

.main-new-nav-spacer {
    flex-grow: 1;
}

.main-new-nav-list-wrapper{
    width:100%;
    flex-basis: 100%;
}
.main-new-list-wrapper-inner{
    margin: 0 -10px;
}

.main-new-nav-list{
    width:100%;
    flex-basis: 100%;
    flex-shrink: 1;
    background-color:#000;
    flex-direction: column;
    height: calc(100vh - 73px);
}

@media(min-width: 768px){
    .main-new-nav-list{
        height: calc(100vh - 98px);
    }
}

/*.main-new-nav-list {*/
/*    display: none;*/
/*}*/

@media(min-width: 992px) {
    .nav-inner {
        flex-wrap:nowrap;

    }
    .main-new-nav-list {
        display: flex;
        margin-left: 80px;
        height:auto;
        flex-direction: row;
    }

    .main-new-nav-right{
        margin-left:auto;
    }

    .main-new-nav-list > ul {
        display: flex;
        height: 100%;
    }
}

.main-new-nav-item {
    display: flex;
    position: relative;
    padding: 0 16px;
    flex-direction:column;
}

.main-new-nav-item::before {
    content: '';
    display: none;
    width: calc(100% - 32px);
    height: 5px;
    position: absolute;
    left: 16px;
    top: 0;
    transition: background-color .2s ease;
}

@media(min-width: 992px) {
    .main-new-nav-item{
        flex-direction:row;
    }
    .main-new-list-wrapper-inner{
        margin: 0;
    }
    .main-new-nav-item::before {
        display: block;
    }
}

.main-new-nav-item--active::before {
    background-color: #ffdd00;
}

.main-new-nav-item--has-dropdown::before {
    width: calc(100% - 62px);
}

.main-new-nav-link {
    position: relative;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

@media(min-width: 992px) {
    .main-new-nav-link {
        padding-top: 51px;
    }

    .main-new-nav-item--has-dropdown .main-new-nav-link {
        padding-right: 30px;
    }
}

.main-new-nav-link__spacer {
    display: block;
    flex-grow: 1;
}

@media(min-width: 992px) {
    .main-new-nav-link__spacer {
        display: none;
    }
}

.main-new-nav-link__text {
    color: #ffdd00;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
}

.main-new-nav-link__icon:before, .main-new-nav-link__icon:after {
    content: '';
    display: none;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width: 992px) {
    .main-new-nav-link__icon:before, .main-new-nav-link__icon:after {
        position: absolute;
        right: 0;
    }
}

.main-new-nav-item--has-dropdown .main-new-nav-link__icon:before {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='overflow:visible;enable-background:new 0 0 10.5 10.5' viewBox='0 0 10.5 10.5'%3E%3Cstyle%3E.st0%7Bfill:%23fff;stroke:%23fff;stroke-miterlimit:10%7D%3C/style%3E%3Cpath class='st0' d='M9.5 5.7H1c-.3 0-.5-.2-.5-.5 0-.2.2-.4.5-.4h8.5c.3 0 .5.2.5.4 0 .3-.2.5-.5.5z'/%3E%3Cpath class='st0' d='M4.8 1v8.5c0 .3.2.5.4.5.3 0 .5-.2.5-.5V1c0-.3-.2-.5-.5-.5-.2 0-.4.2-.4.5z'/%3E%3C/svg%3E");
    height: 11px;
    top: 57px;
}

.main-new-nav-item--has-dropdown .main-new-nav-link__icon:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='overflow:visible;enable-background:new 0 0 10.5 1.9' viewBox='0 0 10.5 1.9'%3E%3Cpath d='M9.5 1.4H1C.7 1.4.5 1.2.5 1 .5.7.7.5 1 .5h8.5c.3 0 .5.2.5.5 0 .2-.2.4-.5.4z' style='fill:%23fff;stroke:%23fff;stroke-miterlimit:10'/%3E%3C/svg%3E");
    height: 2px;
    top: 62px;
}

.main-new-nav-item--submenu-display .main-new-nav-link__icon:before {
    display: none;
}

.main-new-nav-item--submenu-display .main-new-nav-link__icon:after {
    display: block;
}

.main-new-nav-submenu {
    background-color: #000;
}



.main-new-nav-submenu__bg {
    position: absolute;
    background-color: #000;
    width: 100vw;
    height: 100%;
    top: 0;
}

.main-new-nav-submenu__bg--left {
    left: -100vw;
}

.main-new-nav-submenu__bg--right {
    right: -100vw;
}

.main-new-nav-submenu__inner {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.main-new-nav-submenu__content {
    color: #fff;
    padding: 32px 0 48px;
    display: flex;
    flex-wrap:wrap;
    font-size: 14px;
}

.main-new-nav-submenu__content a {
    color: #fff;
}
.main-new-nav-submenu__menu-divider{
    flex-basis:100%;
    width:100%;
    height:30px;
}
.main-new-nav-submenu__menu__header, .main-new-nav-submenu__menu__header-spacer {
    height: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.main-new-nav-submenu__menu__header {
    font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    display: block;
}

a.main-new-nav-submenu__menu__header {
    color: #ffdd00;
}

.main-new-nav-submenu__menu {
    margin-right: 92px;
}

.main-new-nav-submenu__menu:first-child {
    margin-right: 115px;
}

.main-new-nav-submenu__menu:last-child {
    margin-right: 0;
}

.main-new-nav-submenu__menu ul {
    display: block;
}

.main-new-nav-submenu__menu ul li {
    display: block;
}

.main-new-nav-submenu__menu ul li a {
    display: block;
    transition: color .3s ease;
    padding-top: 2px;
    padding-bottom: 2px;
}

.main-new-nav-submenu__menu--movement ul li a {
    margin-bottom: 10px;
}

.main-new-nav-submenu__menu--movement ul li a {
    margin-bottom: 0;
}

.main-new-nav-submenu__menu ul li a:hover {
    color: #ffdd00;
}

.main-new-nav-submenu__menu ul li:last-child a {
    margin-bottom: 0;
}

.main-new-nav-submenu {
    max-height: 70vh;
}

.main-new-nav-right {
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    padding: 16px 0;
}
.main-new-nav-right-top{
    order:1;
}
.main-new-nav-right-top, .main-new-nav-right-bottom {
    display: flex;
    align-items: center;
}

.main-new-nav-right-language-selection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-new-nav-right-language-selection a, .main-new-nav-right-language-selection button {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
    display: block;
    margin-right: 12px;
    font-size: 14px;
}

@media(max-width: 991px) {
    .main-new-nav-right-language-selection a, .main-new-nav-right-language-selection button {
        color: #7c7d7d;
    }
}

.main-new-nav-right-language-selection > *:last-child {
    margin-right: 0;
}

.main-new-nav-right-auth {
    display: flex;
    flex-direction:column;
}

@media(max-width: 991px) {
    .main-new-nav-right-auth, .main-new-nav-right-language-selection {
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-new-nav-right-language-selection {
        align-items: flex-start;
    }
}

.main-new-nav-right-auth__link {
    font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
}

.main-new-nav-right-auth__link:last-child {
    margin-right: 0;
}

.nav-inner .logo {
	width: 93px;
	height: 73px;
	text-align: center;
	padding: 20px 0 0;
	background: #000;
}

.nav-inner .logo img {
	height: 40px;
	width: auto;
}

@media(min-width: 992px) {
    .main-new-nav-submenu__menu-divider{
        display:none;
    }
    .main-new-nav-right-top{
        order:0;
    }
    .main-new-nav-submenu {
        position: absolute;
        top: 100%;
        overflow: visible !important;
        width: 56rem;
    }
    .main-new-nav-right-auth{
        flex-direction:row;
        align-items: center;
    }
    .main-new-nav-right-top, .main-new-nav-right-bottom {
        justify-content: flex-end;
    }
}

body.inuktitut-manifesto .nav-inner .logo {
	padding: 18px 0 0;
	height: auto;
	width: auto;
}

body.inuktitut-manifesto .nav-inner .logo img {
	height: 36px;
}

/*
.nav-inner .nav-right {
	float: right;
}

.nav-inner .nav-right ul.top-right-nav > li {
	float: left;
	display: inline-block;
	margin-left: 12px;
	height: 14px;
	line-height: 13px;
}

.nav-inner .nav-right ul.top-right-nav {
	margin: 16px 0 14px;
	color: #777777;
	font-size: 14px;
}
 */

body.inuktitut-manifesto .nav-inner .nav-right ul.top-right-nav {
	margin-top: 28px;
}

/*
.nav-inner .nav-right ul.top-right-nav li.nav-divider {
	border-left: 1px solid #777777;
	padding-left: 16px;
	margin-left: 16px;
}

.nav-inner .nav-right ul.top-right-nav a {
	color: #777777;
}

.nav-inner .nav-right ul.top-right-nav button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.nav-inner .nav-right ul.top-right-nav button:hover {
	color: #fff;
}

.nav-inner .nav-right .language {
	float: right;
	clear: both;
	color: #ffdd00;
	text-decoration: none;
	margin: 4px 0 5px;
	display: inline-block;
	font-size: 12px;
}

.nav-inner .nav-right ul {
	float: right;
	clear: both;
}

.nav-inner .nav-right > ul > li {
	float: left;
	display: inline-block;
}

.nav-inner .nav-right ul li.call-out {
	margin: 0 0 0 26px;
}
.nav-inner .nav-right ul li.call-out:first-of-type {
    margin: 0;
}

.nav-inner .nav-right ul li.call-out a {
	color: #ffdd00;
	padding: 5px 0 0 0;
	line-height: 30px;
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.nav-inner .nav-right ul li.call-out a:hover {
	color: #fff;
}

.nav-inner .nav-right ul li.main-nav-item {
	margin-left: 0px;
}

.nav-inner .nav-right ul li.main-nav-item a {
	color: #ffdd00;
	border: 1px solid #ffdd00;
	text-decoration: none;
	padding: 10px 12px;
	font-size: 16px;
	display: inline-block;
}

.nav-inner .nav-right ul li.main-nav-item.create a,
.nav-inner .nav-right ul li.main-nav-item a:hover,
.nav-inner .nav-right ul li.main-nav-item a:focus {
	color: #000;
	background: #ffdd00;
	text-decoration: none;
}

.nav-inner .nav-right ul li.main-nav-item.create a:hover,
.nav-inner .nav-right ul li.main-nav-item.create a:focus {
	background: none;
	color: #ffdd00;
} */

.mobile-nav-toggle div,
.mobile-nav-hide {
	background: url(../themes/cofc-theme-v1/assets/images/mobile-menu-toggle.png) no-repeat;
	background-position: 0 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 18px 0 0 10px;
	cursor: pointer;
}

.mobile-nav-hide {
	background-position: 0px -27px;
	margin: 18px 0 0 8px;
}

.box {
	background: #000;
	color: #ffdd00;
	padding: 0 12px;
	height: 46px;
	line-height: 50px;
	font-size: 28px;
	display: inline-block;
	text-decoration: none;
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
}

.nav-inner .nav-right > ul > li > a:hover,
.nav-inner .nav-right a.language:hover {
	color: #fff;
	/*background-color: #fff;*/
}

.nav-right ul li .sub-text {
	display: block;
	padding: 6px 0 0 12px;
}

.nav-inner .nav-right li.user-menu {
	margin-right: 2px;
	margin-left: 26px;
}

.nav-inner .main-new-nav-right li.user-menu .btn.dropdown-toggle {
	position: relative;
	height: 36px;
	width: 52px;
	min-width: 52px;
	padding: 0;
	margin: 0;
	color: #ffdd00 !important;
	border: none !important;
	background: none;

	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-inner .main-new-nav-right-auth  .btn.dropdown-toggle{
    min-width:0;
    height:auto;
    color: #ffdd00 !important;
    border: none !important;
    padding-right: 16px;
}

.nav-inner .main-new-nav-right-auth  .btn.dropdown-toggle > div {
	background-color: #ffdd00;
	background-image: url(../themes/cofc-theme-v1/assets/images/user-menu-default-avatar.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #000;
	width: 24px;
	height: 24px;
    background-size: cover;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.nav-inner .main-new-nav-right-auth .caret {
	position: absolute;
    right: 0px;
    top: 9px;

	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
}

body.fixed .nav-inner .main-new-nav-right .btn.dropdown-toggle .caret {
	color: #ffdd00;
}
.nav-inner .main-new-nav-right .dropdown-menu {
	margin-top: 13px;
	border: none;
	background: #000;
	padding: 5px;

	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.nav-inner .main-new-nav-right .dropdown-menu > li > a {
	padding: 3px 12px;
	color: #ffdd00;
}

.nav-inner .main-new-nav-right .dropdown-menu > li > a:hover,
.nav-inner main-new-nav-right .dropdown-menu > li > a:focus {
	color: #000;
	background: #ffdd00;
}

@media (max-width:991.9999px){
    .nav-inner .main-new-nav-right .dropdown-toggle{
        padding-left:0;
        margin-bottom:25px;
    }
    .nav-inner .main-new-nav-right .dropdown-menu-right{

        left:0;
        right: auto;
    }
}


a.search-btn {
	border: 1px solid #777777;
	background: url(../themes/cofc-theme-v1/assets/images/icon-search-yellow.png) no-repeat 14px center;
}

a.search-btn:hover,
a.search-btn:focus {
	border: 1px solid #ffdd00 !important;
	color: #ffdd00 !important;
}


footer ul li.social {
	display: inline-block;
	margin-top: 22px;
}

ul li.social a {
    color: #fff;
    display: inline-block;
    float: left;
    height: 30px;
    margin: 0 0 0 6px;
	padding: 0;
    width: 30px;
	background: #000 url(../themes/cofc-theme-v1/assets/images/social-sprite.png) no-repeat top left;
	background-size: 300% auto;
}

footer ul li.social a {
    float: left;
}

ul li.social a.facebook {
	margin: 0;
}

ul li.social a.twitter {
	background-position: -40px top;
}

ul li.social a.email {
	background-position: -80px top;
}

ul li.social a.facebook:hover {
	background-position: 0 bottom;
}

ul li.social a.twitter:hover {
	background-position: -40px bottom;
}

ul li.social a.email:hover {
	background-position: -80px bottom;
}

ul li.social a span {
	display: none;
}

.section {
	width: 100%;
	display: table;
	position: relative;
}

.manifesto .site-wrapper > .section {
	height: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.section.yellow {
	background: #ffdd00;
}

.section.yellow.border-bottom .content {
	border-bottom: 1px solid #000;
	padding-bottom: 60px;
	margin-bottom: 0px;
}

body.profile .section.images {
	background: #e9e9e9;
}

body.event-listing .section.images {
	background: #000;
}

.downloads .section {
	height: auto;
}

#panel-1.section {
	height: 780px;
}

#panel-1.section article > div {
	margin-top: 240px;
}

#panel-1 .call-out {
	background: #000;
	color: #fff;
    margin-bottom: 40px;
    margin-left: -0.5%;
    margin-top: 30px;
    padding: 24px 12px;
    position: relative;
    width: 100.5%;
}

#panel-1 .call-out h2 {
	color: #ffdd00;
	font-size: 30px;
	line-height: 30px;
}

#panel-1 .call-out.inuktitut h2 {
	font-size: 20px;
}

#panel-1 .call-out p {
	margin: 0;
	padding-right: 82px;
}

.section article {
    display: table-cell;
    position: relative;
	z-index: 1;
}

.section article > div,
article > div,
footer .section article > div {
	width: 100%;
	margin: 0 auto;
	display: block;
	margin: 43px auto;
}

footer .section article > div {
	margin: 36px auto !important;
}

.search-bar {
	position: relative;
	min-height: 60px;
	background: #ffdd00;
}

.search-filters .search-filter-spacer {
    flex-grow: 1;
}

.search-filters .post-event-container {
    display: flex;
    align-items: center;
}

.search-filters .post-event-button {
    display: inline-block;
    font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 2px solid #000;
    padding: 0 0 1px;
    line-height: 1;
    margin-left: 14px;
}

@media(max-width: 400px) {
    .search-filters .post-event-button {
        display: none;
    }
}

@media(min-width: 992px) {
    .search-filters .post-event-button {
        margin-left: 42px;
    }
}

.search-bar .search-filters > .sub-nav {
	line-height: 0;
}

.search-bar .sub-nav ul li {
	margin-right: 24px;
}

.search-bar .search-filter > .nav-inner {
	width: 100%;
	margin: 0 auto;
	display: block;
	margin: 0 auto;
}

.search-bar .search-filter .btn.cancel {
	margin-right: 6px;
}

.search-bar #filter-filters #accordion {
}

.search-bar #filter-filters #accordion.panel-group {
	margin: 0;
}

.search-bar #filter-filters #accordion.panel-group .panel.panel-default {
    margin: 0;
	border: none;
	border-bottom: 1px solid #777;

	-webkit-border-radius: 0;
	border-radius: 0;
}

.search-bar #filter-filters #accordion.panel-group .panel.panel-default h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
}

.search-bar #filter-filters #accordion.panel-group .panel .panel-heading {
	background: #000;
	color: #ffdd00;
    padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.search-bar #filter-filters #accordion.panel-group .panel .panel-heading a {
	width: 100%;
	padding: 14px 10px;
	display: inline-block;
}

.search-bar #filter-filters #accordion.panel-group .panel .panel-heading a:hover,
.search-bar #filter-filters #accordion.panel-group .panel .panel-heading a:focus {
	color: #ffdd00;
}

.search-bar #filter-filters #accordion.panel-group .panel .panel-heading a.collapsed:before {
    content: "+";
    color: #ffdd00;
    position: absolute;
    right: 10px;
    line-height: 14px;
}

.search-bar #filter-filters #accordion.panel-group .panel .panel-heading a:before {
    content: "×";
    color: #ffdd00;
    position: absolute;
    right: 10px;
    line-height: 16px;
}


.search-bar #filter-filters #collapseThree form {
	position: relative;
}

.search-bar #filter-keywords .scroll-area .checkbox,
.search-bar #filter-filters #collapseThree .scroll-area .checkbox {
	margin-top: 0px;
	margin-bottom: 10px;
}

.search-bar #filter-keywords .scroll-area,
.search-bar #filter-filters #collapseThree .scroll-area {
	margin-top: 10px;
	height: 162px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.search-bar #filter-keywords .scroll-area {
	height: 374px;
}

.search-bar #filter-filters #collapseThree hr {
	margin-top: 1px;
}

body.manifesto .section article > div,
body.downloads .section article > div {
	margin: 43px auto 0;
}

body.search .section article > div {
	margin-top: 26px;
}

.section.fullwidth article > div {
	margin: 0 auto;
}

a.share-btn {
	background: #000 url(../themes/cofc-theme-v1/assets/images/social-sprite.png) no-repeat -46px 0;
	color: #fff;
	text-decoration: none;
	width: 46px;
	height: 46px;
	display: inline-block;
	position: absolute;
	top: 26px;
	right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
}

a.share-btn:hover {
	background-color: #fff;
	color: #000;
	background-position: -48px -48px;
	border: 2px solid #000;
}

a.share-btn span {
	display: none;
}

a.share-btn.white {
	background: #fff url(../themes/cofc-theme-v1/assets/images/social-sprite.png) no-repeat -46px bottom;
	color: #000;
	text-decoration: none;
}

a.share-btn.white:hover {
	background-color: #000;
	color: #fff;
	background-position: -48px -2px;
	border: 2px solid #fff;
}

/* Yellow Panels */
#panel-1,
#panel-4,
#panel-7,
#panel-10 {
	background: #ffdd00;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/* White Panels */
#panel-2,
#panel-5,
#panel-8,
#panel-11 {
	background: #ffffff;
	color: #000;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/* Black Panels */
#panel-3,
#panel-6,
#panel-9 {
	background: #000000;
	color: #ffdd00;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#panel-3 .credit p,
#panel-6 .credit p,
#panel-9 .credit p {
	color: #fff;
}

#panel-2 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-2-bg.png);
	background-position: right 65%;
}

#panel-3 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-3-bg.png);
	background-position: left 50%;
}

#panel-4 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-4-bg.png);
	background-position: left 55%;
}

#panel-5 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-5-bg.png);
	background-position: right 75%;
}

#panel-6 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-6-bg.png);
	background-position: right 60%;
}

#panel-7 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-7-bg.png);
	background-position: right 40%;
}

#panel-8 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-8-bg.png);
	background-position: center 45%;
}

#panel-9 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-9-bg.png);
	background-position: right 50%;
}

#panel-10 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-10-bg.png);
	background-position: center 50%;
}

#panel-11 {
	background-image: url(../themes/cofc-theme-v1/assets/images/mobile/panel-11-bg.png);
	background-position: center 55%;
}

footer {
	background: #000;
	color: #777;
/*	width: 100%;
	bottom: 0;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	display: inline-block;*/
}

footer ul {
	padding: 0 !important;
	list-style: none;
	margin: 0;
}

footer ul.footer-nav-one {
	text-transform: uppercase;
	margin-bottom: 36px;
	line-height: 24px;
}

footer ul.footer-nav-one a {
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

footer ul.footer-nav-one a:hover,
foote ul.footer-nav-one a:focus {
	color: #ffdd00;
}

footer .media-enquiries-link {
	margin-top: 22px;
}

footer ul.footer-nav-two {
	line-height: 26px;
}

footer a {
	color: #777777;
	text-decoration: none;
}

footer a:hover,
footer a:focus {
	color: #fff;
}

footer ul li.social a {
	background-color: #777777;
	background-position: 0 bottom;
}

footer ul li.social a:hover {
	background-color: #fff;
	border: 0px solid #fff;
}

footer ul li.social a.facebook:hover {
    background-position: 0 bottom;
}

footer ul li.social a.twitter,
footer ul li.social a.twitter:hover {
    background-position: -30px bottom;
}

footer ul li.social a.email,
footer ul li.social a.email:hover {
    background-position: -60px bottom;
}

footer .site-credits {
	display: inline-block;
}

footer .right-side {
	border-top: 1px solid #777;
	margin-top: 32px;
	padding-top: 32px;
}

footer .right-side p:last-of-type {
	margin: 0;
}

.mobile-bg {
	width: 100%;
	position: absolute;
}

.mobile-bg img {
	height: 100%;
	width: auto;
}

#panel-1 .mobile-bg {
	top: 24px;
	right: 0;
	height: 189px;
	width: 295px;
}

#panel-1 .mobile-bg img {
	width: 100%;
	height: auto;
}

#panel-2 .mobile-bg {
	bottom: 40px;
	max-width: 450px;
	right: 0;
}

#panel-2 .mobile-bg img {
	width: 100%;
	height: auto;
}

#panel-3 .mobile-bg {
	top: 40px;
	height: 207px;
	width: 100%;
	text-align: center;
}

#panel-3 h1 i {
	margin-bottom: 175px;
	display: inline-block;
}

#panel-4 .mobile-bg {
	top: 0px;
	height: 243px;
	width: 100%;
	text-align: center;
}
#panel-4 h1 i {
	margin-bottom: 157px;
	display: inline-block;
}

#panel-5 .mobile-bg {
	bottom: 40px;
	height: 164px;
	width: 100%;
	text-align: center;
}

#panel-6 .mobile-bg {
	bottom: 0px;
	height: 188px;
	width: 100%;
	text-align: center;
}

#panel-7 .mobile-bg {
	bottom: 52px;
	height: 179px;
	width: 100%;
	text-align: center;
}

#panel-8 .mobile-bg {
	bottom: 25px;
	height: 204px;
	width: 100%;
	text-align: center;
}

#panel-9 .mobile-bg {
	top: 15px;
	height: 274px;
	width: 100%;
	text-align: center;
}

#panel-9 h1 i {
	margin-bottom: 210px;
	display: inline-block;
}

#panel-10 .mobile-bg {
	bottom: 0px;
	height: 220px;
	width: 100%;
	text-align: center;
}

#panel-11 .mobile-bg {
	bottom: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

#panel-11 .mobile-bg img {
	width: 100%;
	height: auto;
	bottom: 0;
	position: absolute;
	left: 0;
}

.bg,
.bg-1,
.bg-2 {
	display: none;
}

body.downloads {
	background: #fff;
}

.downloads .downloads-header {
	background: #ffdd00;
}

.downloads h1,
.downloads h1 i {
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 34px;
}

.downloads .site-wrapper > .section article div.content p {
	text-align: center;
}

.downloads h2 {
	text-transform: none;
	margin-bottom: 28px;
}

.download-area {
	border-top: 3px solid #000;
	padding: 30px 2%;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.download-area:first-of-type {
	border-top: none;
}

.download-area .download-left img {
	width: 100%;
	height: auto;
}

.download-area .download-right a {
	margin: 30px 6px 0;
	display: inline-block;
}

.download-area .download-right a.download-1 {
	background: url(../themes/cofc-theme-v1/assets/images/dowload-1.png) no-repeat;
	width: 128px;
	height: 191px;
}

.download-area .download-right a.download-1-fr {
	background: url(../themes/cofc-theme-v1/assets/images/dowload-1-fr.png) no-repeat;
	width: 128px;
	height: 191px;
}

.download-area .download-right a.download-2 {
	background: url(../themes/cofc-theme-v1/assets/images/dowload-2.png) no-repeat;
	width: 128px;
	height: 191px;
}

.download-area .download-right a.download-2-fr {
	background: url(../themes/cofc-theme-v1/assets/images/dowload-2-fr.png) no-repeat;
	width: 128px;
	height: 191px;
}

.download-area .download-right a.download-1:hover,
.download-area .download-right a.download-1-fr:hover,
.download-area .download-right a.download-2:hover,
.download-area .download-right a.download-2-fr:hover {
	background-position: top right;
}

.download-area .download-col-1,
.download-area .download-col-2,
.download-area .download-col-3 {
	width: 100%;
	float: left;
}

.download-area .download-col-2 {
	margin: 24px 0;
}

.download-area.phone .download-left {
	width: 40%;
	float: left;
}

.download-area.phone .download-right {
	width: 60%;
	text-align: left;
	padding: 8% 0 0 12px;
	float: left;
}

.download-btn {
	width: 100%;
	margin: 0 0 15px !important;
	height: 46px;
	color: #fff;
	background: #000;
	text-align: left;
	line-height: 46px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 18px;
	padding: 0 0 0 10px;
	position: relative;
	text-decoration: none;
}

.download-btn:hover,
.download-btn:focus {
	background-color: #ffdd00;
	border: 2px solid #ffdd00;
	color: #000;
	line-height: 42px;
	padding: 0 0 0 8px;
	text-decoration: none;
}

a.download-btn:after {
	width: 46px;
	height: 46px;
	background: url(../themes/cofc-theme-v1/assets/images/download-icon.png) no-repeat center center;
	right: 0;
	top: 0;
	content: '';
	position: absolute;
}

a.download-btn:hover:after,
a.download-btn:focus:after {
	background: url(../themes/cofc-theme-v1/assets/images/download-icon-hover.png) no-repeat center center;
	top: -2px;
	right: -2px;
}

.shop-area {
	border-top: 3px solid #000;
	padding: 30px 0;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.shop-area h2 {
	text-align: left;
	text-transform: uppercase;
}

.shop-area img {
	width: 100%;
	height: auto;
}


/** Generic Layout Stuff **/
.avatar {
	height: 145px;
	width: 145px;
	background-color: #CCC;
	background-size: contain;
	background-position: center center;

	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.black-box {
	background: #000;
	padding: 15px;
}

.black-box h3 {
	color: #FFF;
	margin-top: 6px;
	white-space: nowrap;
}

.black-box .btn {
	margin-top: 12px;
}

.white-box {
	background: #fff;
	padding: 22px;
	margin-bottom: 18px;

	-webkit-box-shadow: 0 1px 5px 0 #c6c6c6;
	box-shadow: 0 1px 5px 0 #c6c6c6;
}

.white-box h3 {
	color: #000;
	margin: 4px 0 10px;
}

.white-box p {
	margin-bottom: 22px;
}

.white-box p:last-of-type {
	margin-bottom: 0;
}

.white-box hr {
	margin: 1em 0 1.5em;
}

.grey-box {
	background: #E8E8E8;
	padding: 22px;
}

.transparent-box {
	padding: 42px;
	margin-bottom: 18px;

	-webkit-box-shadow: 0 1px 5px 0 #c6c6c6;
	box-shadow: 0 1px 5px 0 #c6c6c6;
}

.transparent-box h3 {
    font-size: 30px;
    line-height: 32px;
	color: #000;
	margin: 4px 0 22px;
}

.contact-box .form-group:last-of-type {
	margin-bottom: 0;
}

.retailer-box {
	padding-top: 0;
}

.retailer-box .title-row {
	padding: 22px 7px 7px;
	margin: 0 -22px 7px;
	background: #000;
	color: #fff;
}

.retailer-box .title-row label {
	color: #fff;
}

.retailer-box .title-row .delete-btn {
	color: #ffdd00;
}

.form-group.no-space {
	margin: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.input-group-addon.button {
	background: none;
	border: none;
	margin: 0;
	padding: 0 12px;
	cursor: pointer;
}

label {
	font-weight: normal;
	color: #777;
	margin: 5px 0 10px;
}

.help-block {
    color: #777;
    display: inline-block;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn.icon span {
	width: 20px;
	height: 20px;
	background: #000;
	color: #ffdd00;
	margin-left: 8px;
	display: inline-block;
	line-height: 20px;
	vertical-align: text-bottom;
	font-size: 18px;

	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn.icon:hover span,
.btn.icon:focus span {
	background: #ffdd00;
	color: #000;
}

.warning {
	background: #d42027;
	padding: 10px 12px;
	color: #fff;
	display: none;
	margin-top: 15px;
}

.warning p i {
	font-family: Arial, Helvetica, sans-serif;
}

/* Home Page */
body.home .faces-header {
    height: 685px;
    background-color: #000;
    background-position: top center;
    display: flex;
    align-items: center;
    background-image: url('../themes/cofc-theme-v1/assets/images/homepage-faces-backdrop-phone.jpg');
}

body.home .faces-header > .row {
    width: 100%;
    flex-grow: 1;
}

@media(min-width: 768px) {
    body.home .faces-header {
        background-image: url('../themes/cofc-theme-v1/assets/images/homepage-faces-backdrop-tablet.jpg');
    }
}

@media(min-width: 992px) {
    body.home .faces-header {
        background-image: url('../themes/cofc-theme-v1/assets/images/homepage-faces-backdrop-desktop.jpg');
    }
}

.section.declare-yourself [class*="col-"],
.section.about [class*="col-"],
.section.craft-year-2020 [class*="col-"],
.section.metiers-dart-2020 [class*="col-"] {
	padding-bottom: 15px;
	padding-top: 15px;
}

body.home .faces-header h1 {
	color: #ffdd00;
	margin: 0 0 20px;
}

body.home .faces-header a.btn,
.craft-events-header a.btn {
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
    height: 54px;
    line-height: 57px;
    padding: 0 24px 0 24px;
	margin: 0 6px 12px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
}

.craft-events-header a.btn {
    display: inline-flex;
    align-items: center;
    padding: 0 20px 0 20px;
    min-height: 52px;
    min-width: 0;
}

body.home .faces-header a.btn {
    min-height: 70px;
}


body.home .faces-header a.btn i {
    font-size: 30px;
    margin-right: 12px;
    vertical-align: middle;
}

body.home .faces-header a.btn span, .craft-events-header a.btn span.event-icon {
	width: 34px;
	height: 32px;
    margin-right: 20px;
	display: inline-block;
    vertical-align: middle !important;
}

.craft-events-header a.btn span.event-icon {
    margin-right: 16px;
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center !important;
}

.craft-events-header a.btn span.event-icon svg {
    width: 100%;
}

@media(max-width: 767px) {
    .sort-by-label {
        display: block;
        text-align: right;
        margin-bottom: 3px;
    }
}

body.home .faces-header a.btn:hover span, body.home .faces-header a.btn:focus span {
    color: #ffdd00;
    fill: #ffdd00;
}

@media(min-width: 1200px) {
    .craft-events-header h1, .craft-events-header p {
        padding: 0 75px;
    }
}

.craft-events-header a.btn:hover, .craft-events-header a.btn:focus {
	color: #ffffff;
}

.craft-events-header a.btn:hover span.event-icon, .craft-events-header a.btn:focus span.event-icon {
    color: #ffffff;
    fill: #ffffff;
}

.craft-events-header a.btn.active {
	background: #000;
	color: #ffffff;
	cursor: default;
}

.craft-events-header a.btn.active span.event-icon svg {
	color: #ffffff;
    fill: #ffffff;
}

@media (min-width: 768px) {
    .craft-events-header.section article > div {
        margin-top: 112px;
    }

    .craft-events-header p {
        margin-bottom: 78px;
    }
}

.event-cta-section h2 {
    margin-bottom: 12px;
}

@media(max-width: 767px) {
    .event-cta-section h2 {
        margin-top: 40px;
    }
}

body.home h2 {
	font-size: 30px;
    line-height: 32px;
	margin-bottom: 12px;
}

body.home h2 i {
	font-size: 29px;
}

body.home h2 a {
	font-size: 16px;
}

body.home .section.tour h2 {
	color: #FFDD00;
}

body.home .faces-header p,
.section.tour p {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.home .faces-header p {
	margin-bottom: 30px;
}

body.home .cta-area h2 {
    font-size: 26px;
}
body.home .cta-area .podcast-cta {
    margin-top: 40px;
}

@media (min-width: 992px) {
    body.home .cta-area .podcast-cta {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
.section.craft-year-2020 .content,
.section.metiers-dart-2020 .content{
    margin-top: 130px;
    margin-bottom: 90px;
}
.section.craft-year-2020 .content h2,
.section.metiers-dart-2020 .content h2 {
    font-size: 41px;
    line-height: 41px;
}
.section.craft-year-2020 .content h2 i,
.section.metiers-dart-2020 .content h2 i {
    font-size: 41px;
}
}
@media(min-width: 768px) {
    .section.declare-yourself > article > div {
        margin-top: 82px;
    }
}
.section.declare-yourself .fluid-width-video-wrapper,
.section.declare-yourself img {
    margin-bottom: 50px;
}

.section.homepage-section article {
    background: #fff;
}

.section.homepage-section .declare-yourself-home-header {
    margin-bottom: 36px;
}

.section.homepage-section .declare-yourself-home-header, .section.homepage-section .declare-yourself-home-header i {
    font-size: 36px;
    line-height: 40px;
}

.section.declare-yourself-home-section article > div {
    margin: 130px auto 60px;
}

.section.cta-area.homepage-section h2 {
    margin-bottom: 21px;
}

.section.about {
	background: #FFDD00;
}

.section.about hr {
	border-color: #000;
	margin: 40px 0 6px;
}

.section.about h3 {
	color: #000;
}

.section.tour {
	background: #6D6D6D url(../themes/cofc-theme-v1/assets/images/bg-tour.jpg) no-repeat center center;
	background-size: cover;
	height: 670px;
}

.section.tour article {
	vertical-align: middle;
}

#craftNearYouID h3 {
	clear: both;
	margin-bottom: 26px;
}

#craftNearYouID .modal-body .form-group,
#craftNearYouID .modal-body .or-divider,
#craftNearYouID .modal-body .btn {
	margin-top: 16px;
}

#craftNearYouID .modal-footer .btn {
	width: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item {
	margin: 0;
}

.dpSocialTimeline_divider,
.dpSocialTimelineText {
	display: none;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item {
 	box-shadow: 1px 2px 5px 0 #c6c6c6;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
	border: none;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot a.share_facebook,
div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot a.share_twitter {
	display: none;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link {
	opacity: 1;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link:hover {
	opacity: 0.8;
}

/* Craft Year */
.bg-2020 {
	background-image: url(../themes/cofc-theme-v1/assets/images/bg-2020.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
}
.bg-2020 img {
    margin-bottom: 30px;
}

body.craft-year-2020 .craft-year-logo,
body.metiers-dart-2020 .craft-year-logo {
    max-width: 210px;
}

body.craft-year-2020 .content ul,
body.metiers-dart-2020 .content ul {
    padding-left: 15px;
}

@media(min-width: 992px) {
    .why-craft-year-paragraph {
        width: 86%;
    }
}

.craft-year-sec-4 {
	background-image: url(../themes/cofc-theme-v1/assets/images/bg-pottery.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

body.craft-year-2020 .slickSlider,
body.metiers-dart-2020 .slickSlider{
    margin: 100px 0 210px;
}

body.craft-year-2020 .slickSlider .slick-list,
body.metiers-dart-2020 .slickSlider .slick-list{
	margin: 0 -15px;
}

body.craft-year-2020 .slickSlider .slick-slide,
body.metiers-dart-2020 .slickSlider .slick-slide {
    margin: 0 15px;
}

body.craft-year-2020 .slickSlider .slick-slide img,
body.metiers-dart-2020 .slickSlider .slick-slide img{
    border: 1px solid #e8e8e8;
}

body.craft-year-2020 .slickSlider .slick-slide p,
body.metiers-dart-2020 .slickSlider .slick-slide p {
    text-align: center;
    padding: 0 12px;
    margin-top: 34px;
}

.craft-year-event-buttons .btn, #become-a-member .btn {
    padding: 0 36px;
    margin-left: 8px;
    margin-right: 8px;
}

.craft-year-sectors-list {
    margin: 52px 0;
}

.craft-year-sectors-list > * {
    padding: 0;
}

.craft-year-sectors-list p {
    margin: 0;
}

body.craft-year-2020 .content ul.slick-dots,
body.metiers-dart-2020 .content ul.slick-dots {
	position: absolute;
	bottom: -100px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button::before {
	font-size: 32px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #e8e8e8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #787878;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
	opacity: 1;
	color: #787878;
}

[id*="carousel-members"] {
    margin-top: 110px;
    margin-bottom: 134px;
}

.toggle-area {
    display: none;
}

.toggle-area.open {
    display: inline-block;
}
.toggle-title {
    margin-bottom: 10px;
}
.toggle-title h2 {
    margin-top: 60px !important;
    font-size: 34px !important;
    line-height: 36px !important;
}
.toggle-content {
    margin-top: 80px;
}
.toggle-content svg,
.icons-cy2020 svg {
    width: 46px;
    margin-right: 60px;
    margin-bottom: 32px;
    margin-top: 5px;
}
.toggle-content .icons > div,
.icons-cy2020 > div {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.toggle-content .icons > div p,
.icons-cy2020 > div p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.toggle-content a {
    text-decoration: underline;
}

body.craft-year-2020 .boxed-yellow {
    width: 250px;
    background: #ffdd00;
    color: #000 !important;
    text-align: center;
    padding: 26px 6px 21px;
    margin: 30px 0 50px 0px;
}

/* Social */
.social-media-grids{
  padding-top: 40px;
}
.social-media-grids iframe{
    min-height:632px;
    max-height: 1756px;
    overflow:hidden;
    position:relative;
}
@media screen and ( min-width: 440px ){
  .social-media-grids iframe{
      max-height:1114px;
  }
}
@media screen and ( min-width: 1071px ){
  .social-media-grids iframe{
      max-height:632px;
  }
}
.social-media-grids .tab-content{
  padding-top:20px;
}
  .social-media-grids .tab-content > .tab-pane:not(.active) {
      z-index: -1;
    }
    .social-media-grids{
      overflow:hidden;
    }
    .social-media-grids .ff-filter{
      background-color:transparent!important;
      color:#000!important;
      width:auto!important;
      font-size:13px!important;
      line-height:1 !important;
      height:unset!important;
      border-bottom: 1px solid transparent;
      border-radius:0!important;
      padding:5px 0!important;
    }
    .social-media-grids .ff-filter.ff-filter--active{
      border-color:#000;
    }
    .social-media-grids .ff-filter:not(.ff-type-all):before{
      content: attr(data-filter)!important;
      display:inline-block!important;
      opacity: 1!important;
      background:none!important;
      color:inherit!important;
      position:static!important;
      transform:none!important;
      margin:unset!important;
      width:unset!important;
      height:unset!important;
      font-size:inherit!important;
      line-height:inherit!important;
      padding:0!important;
    }
    .social-media-grids .ff-item.ff-no-image .ff-img-holder,
    .social-media-grids .ff-item  .ff-item-bar,
    .social-media-grids .ff-item .ff-name,
    .social-media-grids .ff-item .ff-nickname{
      display:none;
    }
    .social-media-grids .ff-item{
      padding-top:31px;
      /* pointer-events:none!important; */
    }
    .social-media-grids .ff-no-image .ff-item-cont{
      background-color: #333;
      color: #fff;
    }

  .social-media-grids .ff-no-image .ff-content{
      margin-top: 100px!important;
    }

    .social-media-grids .ff-timestamp{
      font-size:13px;
      font-weight:500;
  		opacity:0;
  		transition: opacity 0.3s;
    }
  	.social-media-grids .ff-timestamp.show{
  		opacity: 1;
  	}
    .social-media-grids  .ff-content{
      font-size:unset!important;
      line-height:unset!important;
      margin: 7% 15%!important;
      overflow:visible!important;
      max-height: 146px !important;
    }
    .social-media-grids .ff-no-image .ff-item-cont a,
    .social-media-grids #ff-stream-2 .ff-no-image .ff-item-cont a,
    .social-media-grids #ff-stream-3 .ff-no-image .ff-item-cont a,
    .social-media-grids #ff-stream-4 .ff-no-image .ff-item-cont a,
  	.social-media-grids #ff-stream-5 .ff-no-image .ff-item-cont a{
      color:inherit!important;
    }
    .social-media-grids .ff-item-cont{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-height: 495px;
    }
    .social-media-grids .ff-item-meta{
      order:9999;
      text-align:center!important;
    }
    .social-media-grids .ff-item h4,
    .social-media-grids .ff-filter.ff-type-all:before,
    .social-media-grids .ff-filter:after{
      display:none!important;
    }
    .social-media-grids .ff-filter:not(.ff-type-all) i{
      display:none!important;
    }
    .social-media-grids .ff-btn, .social-media-grids .ff-search{
      display:none!important;
    }
    .social-media-grids .tab-content{
      position:relative;
      margin: 0 -30px;
    }
    .social-media-grids .tab-content > .tab-pane{
      width:100%;
      display:block;
      position:absolute;
      opacity:0;
      top:0;
    }
    .social-media-grids .ff-item:before{
      content: '';
      position: absolute;
      width: 62px;
      height: 62px;
      background: #fff;
      left: 50%;
      margin-left:-31px;
      border-radius: 50%;
      z-index: 5;
      top: 0;
      background-size: 35px auto;
      background-repeat:no-repeat;
      background-position: center;
    }
    .social-media-grids .ff-item.ff-facebook:before{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.15 35.15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23333;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Efacebook-circle%3C/title%3E%3Cg %3E%3Cg %3E%3Cpath class='cls-1' d='M17.57,35.15A17.58,17.58,0,1,1,35.15,17.57,17.59,17.59,0,0,1,17.57,35.15Zm0-33.81A16.24,16.24,0,1,0,33.81,17.57,16.25,16.25,0,0,0,17.57,1.34Z'/%3E%3Cpath class='cls-1' d='M21.38,10.14H19.53a3.25,3.25,0,0,0-3.41,3.51v1.61H14.26a.29.29,0,0,0-.29.29V17.9a.29.29,0,0,0,.29.29h1.86V24.1a.29.29,0,0,0,.29.29h2.42a.29.29,0,0,0,.29-.29V18.19h2.17a.29.29,0,0,0,.29-.29V15.55a.31.31,0,0,0-.09-.2.27.27,0,0,0-.21-.09H19.12V13.89c0-.66.16-1,1-1h1.24a.29.29,0,0,0,.29-.29V10.43A.29.29,0,0,0,21.38,10.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .social-media-grids .ff-item.ff-instagram:before{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.15 35.15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23333;%7D%3C/style%3E%3C/defs%3E%3Cg %3E%3Cg data-name='Layer 1'%3E%3Cpath class='cls-1' d='M17.57,35.15A17.58,17.58,0,1,1,35.15,17.57,17.59,17.59,0,0,1,17.57,35.15Zm0-33.81A16.24,16.24,0,1,0,33.81,17.57,16.25,16.25,0,0,0,17.57,1.34Z'/%3E%3Cpath d='M20.33,10.22H14.82a4.6,4.6,0,0,0-4.6,4.6v5.51a4.6,4.6,0,0,0,4.6,4.6h5.51a4.6,4.6,0,0,0,4.6-4.6V14.82A4.6,4.6,0,0,0,20.33,10.22Zm3.22,10.11a3.22,3.22,0,0,1-3.22,3.22H14.82a3.22,3.22,0,0,1-3.22-3.22V14.82a3.22,3.22,0,0,1,3.22-3.22h5.51a3.22,3.22,0,0,1,3.22,3.22Z'/%3E%3Cpath d='M17.57,13.9a3.68,3.68,0,1,0,3.68,3.67A3.67,3.67,0,0,0,17.57,13.9Zm0,6a2.3,2.3,0,1,1,2.3-2.3A2.3,2.3,0,0,1,17.57,19.87Z'/%3E%3Ccircle cx='21.53' cy='13.62' r='0.49'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .social-media-grids .ff-item.ff-twitter:before{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.15 35.15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23333;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etwitter-circle%3C/title%3E%3Cg %3E%3Cg%3E%3Cpath class='cls-1' d='M24.67,11.55a6.41,6.41,0,0,1-2,.77,3,3,0,0,0-2.25-1,3.12,3.12,0,0,0-3.08,3.16,3.45,3.45,0,0,0,.08.72,8.71,8.71,0,0,1-6.35-3.3,3.23,3.23,0,0,0-.41,1.58,3.16,3.16,0,0,0,1.37,2.63,3,3,0,0,1-1.4-.39v0a3.14,3.14,0,0,0,2.47,3.1,3.1,3.1,0,0,1-.81.11,2.78,2.78,0,0,1-.58-.06,3.08,3.08,0,0,0,2.88,2.19,6.08,6.08,0,0,1-3.83,1.36,5.84,5.84,0,0,1-.73-.05,8.52,8.52,0,0,0,4.72,1.42,8.82,8.82,0,0,0,8.76-9v-.41a6.25,6.25,0,0,0,1.53-1.63,6.12,6.12,0,0,1-1.77.5A3.14,3.14,0,0,0,24.67,11.55Z'/%3E%3Cpath class='cls-1' d='M17.57,35.15A17.58,17.58,0,1,1,35.15,17.57,17.59,17.59,0,0,1,17.57,35.15Zm0-33.81A16.24,16.24,0,1,0,33.81,17.57,16.25,16.25,0,0,0,17.57,1.34Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .social-media-grids .ff-item .ff-img-holder+.ff-content{
      height:unset!important;
    }
    .social-media-grids .ff-img-holder{
      height: 222px!important;
      overflow:hidden;
    }
    .social-media-grids h1{
      text-align:center;
  		font-weight: 500!important;
  		font-size: 30px;
  		margin-bottom: 40px;
    }
    .social-media-grids .nav-tabs{
      border:none;
      display: flex;
      justify-content: flex-end;

      margin-left:-17px;
      margin-right:-17px;
    }
    .social-media-grids .nav-tabs li{
      margin-bottom:0!important;
      padding:0 17px;
    }
    .social-media-grids .nav-tabs a{
      background:none !important;
      text-transform:uppercase;
          font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
      border: solid 1px #000!important;
      border-top:none!important;
      border-left:none!important;
      border-right:none!important;
      color:#000!important;
      padding:0;
      font-size: 14px;

    }
    .social-media-grids .nav-tabs li:not(.active) a{
      border-color: transparent!important;
    }
    .social-media-grids .tab-content > .tab-pane.active{
      opacity:1;
      position:relative;
      transition: opacity 0.7s;
      -ms-transition: opacity 0.7s;
    }


@media (min-width: 768px) {
    body.craft-year-2020 .craft-year-logo,
    body.metiers-dart-2020 .craft-year-logo {
        margin-top: 40px;
        max-width: 100%;
    }
    .toggle-title h2 {
        font-size: 42px !important;
        line-height: 44px !important;
        margin-bottom: 60px;
    }
    .toggle-content {
        margin-top: 100px;
    }
}

/* Create Profile */

/* Carousel */
.arrow-right {
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;

	border-left: 40px solid #777777;
  }

  .arrow-left {
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;

	border-right: 40px solid #777777;
  }

#carousel-create-profile .carousel-inner > .item {
	height: 420px;
}

#carousel-create-profile .carousel-caption {
    padding-bottom: 20px;
	left: 2%;
    right: 2%;
}

#carousel-create-profile .carousel-caption h2 {
	padding-bottom: 18px;
	color: #ffdd00;
}

#carousel-create-profile .carousel-caption p {
	font-size: 22px;
    line-height: 24px;
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#carousel-podcast .carousel-indicators {
    bottom: 30px;
}

#carousel-podcast .carousel-indicators li {
	background-color: #4a4a4a;
	border: 4px solid #4a4a4a;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 2px;
}

#carousel-podcast .carousel-indicators .active {
	background: #ffdd00;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}

#carousel-create-profile .carousel-inner > .item:nth-child(1) {
	background: url(../themes/cofc-theme-v1/assets/images/signup-slide-img-1.jpg) no-repeat center center;
	background-size: cover;
}

#carousel-create-profile .carousel-inner > .item:nth-child(2) {
	background: url(../themes/cofc-theme-v1/assets/images/signup-slide-img-2.jpg) no-repeat center center;
	background-size: cover;
}

#carousel-create-profile .carousel-inner > .item:nth-child(3) {
	background: url(../themes/cofc-theme-v1/assets/images/signup-slide-img-3.jpg) no-repeat center center;
	background-size: cover;
}

body.create-profile .section {
	text-align: center;
}

body.create-profile footer .section {
	text-align: left;
}

.choose-profile {
	color: #fff;
}

.choose-profile h2 {
	text-transform: none;
	color: #ffdd00;
	margin-bottom: 20px;
}

.choose-profile h3 {
	margin-bottom: 26px;
}

body.create p i,
.choose-profile p i {
	font-family: Helvetica, Arial, sans-serif;
}

.choose-profile img {
	margin: 30px 0 40px;
}

.choose-profile .col-4 {
    padding: 10px 10px 30px;
}

.choose-profile .col-4.mobile-hide {
	padding-bottom: 60px;
}

.choose-profile a.btn {
	margin: 10px 0;
}

.create-profile .yellow p {
	padding: 20px 0 0;
}

.create-profile .yellow select {
	width: 290px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background: #ffffff url(../themes/cofc-theme-v1/assets/images/select-arrow.png) no-repeat 97% 50% !important;
	line-height: 20px;
}

.create-profile .yellow input[type="button"] {
	margin-left: 12px;
	line-height: 24px;
}


/** Create Account **/

.create-box-1,
.create-box-2 {
	position: relative;
}

.create-box-1 {
	padding: 20px;
	background: #ffdd00;
}

.create-box-2 {
	padding: 25px;
	background: #e9e9e9;
}
.create-box-1 h2,
.create-box-2 h2,
.create-box-1 h3,
.create-box-2 h3 {
	color: #000;
}

.create-box-1 h2,
.create-box-1 h3 {
	margin-bottom: 40px;
}

.create-box-1 p {
	margin: 0;
}

body.register-success .create-box-1 p {
	margin-bottom: 28px;
}

.create-box-1 a.forgot-password {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 16px;
	color: #000;
}

.create-box-1 a.forgot-password:hover,
.create-box-1 a.forgot-password:focus {
	color: #000;
	text-decoration: underline;
}

body.simple-header.register-success .create-box-1 {
	background: none;
}

body.register-success p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
}

body.register-success p i {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}

/* Create Profile */
.sub-nav {
	background: #ffdd00;
	height: 60px;
}

.sub-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 60px;
	display: inline-block;
}

.sub-nav ul li {
	float: left;
	display: inline-block;
	margin-right: 12px;
}

.sub-nav ul li a {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

body.settings .sub-nav ul li:nth-child(1) a,
body.create .sub-nav ul li:nth-child(2) a,
body.profile .sub-nav ul li:nth-child(2) a,
body.events .sub-nav ul li:nth-child(3) a,
.search-filters .sub-nav ul li.active a,
.sub-nav ul li a:hover,
body.events.create-event .sub-nav ul li a:hover {
	border-bottom: 3px solid #000;
	padding: 0 0 6px 0;
}

body.events.create-event .sub-nav ul li a {
	border-bottom: none;
}

body.member.create .section article > div,
body.settings .section article > div,
body.create-event .section article > div {
    margin: 40px auto 60px;
}

.alert {
	background: #000;
	color: #fff;
	border: none;
	padding: 18px 36px 30px 20px;

	-webkit-border-radius: 0;
	border-radius: 0;
}

.alert h3 {
	color: #fff;
	margin: 12px 0 20px;
}

.alert .close {
	color: #ffdd00;
	opacity: 1;
	text-shadow: none;
	width: 36px;
	height: 36px;
	border: 1px solid #ffdd00;
	position: relative;

	-webkit-border-radius: 18px;
	border-radius: 18px;
}

.alert .close:hover {
	background: #ffdd00;
	color: #000;
}

.alert .close span {
	font-size: 30px;
    font-weight: normal;
	position: absolute;
	width: 14px;
	height: 14px;
	line-height: 14px;
	top: 10px;
	left: 9px;
	font-family: Arial, Helvetica, sans-serif;
    /*display: inline-block;
    height: 36px;
    padding: 0px 0 0 1px;
    width: 36px;
	vertical-align: text-top;

	-webkit-border-radius: 18px;
	border-radius: 18px;*/
}

.alert ul {
	padding: 0 0 0 15px;
}

body.member.create h2,
body.settings h2,
body.events h2 {
	font-family: "DidotLTPro-Italic", Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin-bottom: 30px;
}

body.settings h2 {
	margin-bottom: 60px;
}

ul.create-progress-bar {
	position: relative;
	height: 106px;
	padding-top: 16px;
	margin-bottom: 0px;
}

ul.create-progress-bar:before,
ul.create-progress-bar:after {
    background: #fff;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: 0 8.5%;
    position: absolute;
    top: 28px;
    width: 83%;
	z-index: 0;
}

ul.create-progress-bar:after {
    background: #000;
    width: 0%;
}

ul.create-progress-bar.number-2:after {
    width: 26%;
}

ul.create-progress-bar.number-3:after {
    width: 49%;
}

ul.create-progress-bar.number-4:after {
    width: 73%;
}

ul.create-progress-bar.number-5:after {
    width: 98%;
}

ul.create-progress-bar li {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    width: 23.5%;
	z-index: 1;
}

ul.create-progress-bar li:first-of-type {
	text-align: left;
    width: 14.75%;
    margin-left: 8%;
}

ul.create-progress-bar li:last-of-type {
	text-align: right;
    width: 14.75%;
}

ul.create-progress-bar span.progress-label {
	display: none;
}

ul.create-progress-bar span.number {
	width: 34px;
	height: 34px;
	display: inline-block;
	background: #FFF;
	color: #000;
	text-align: center;
	line-height: 34px;

	-webkit-border-radius: 17px;
	border-radius: 17px;
}

ul.create-progress-bar a span.number,
ul.create-progress-bar li.active span.number {
	background: #000;
	color: #ffdd00;
}

ul.create-progress-bar.six-steps li {
    width: 16%;
}

ul.create-progress-bar.six-steps li:first-of-type,
ul.create-progress-bar.six-steps li:last-of-type {
    width: 10%;
}

ul.create-progress-bar.six-steps.number-2:after {
    width: 18%;
}

ul.create-progress-bar.six-steps.number-3:after {
    width: 34%;
}

ul.create-progress-bar.six-steps.number-4:after {
    width: 50%;
}

ul.create-progress-bar.six-steps.number-5:after {
    width: 66%;
}

ul.create-progress-bar.six-steps.number-6:after {
    width: 83%;
}

ul.create-progress-bar.four-steps li {
    width: 26%;
}

ul.create-progress-bar.four-steps li:first-of-type,
ul.create-progress-bar.four-steps li:last-of-type {
    width: 16%;
}

ul.create-progress-bar.four-steps.number-2:after {
    width: 29.25%;
}

ul.create-progress-bar.four-steps.number-3:after {
    width: 54.75%;
}

ul.create-progress-bar.four-steps.number-4:after {
    width: 83%;
}

.hours-header {
    margin: 4px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(min-width: 768px) {
    .hours-header {
        justify-content: flex-start;
    }
}

.hours-header h3 {
    margin: 0;
    line-height: 1;
}

.hours-header__all-day {
    display: flex;
    align-items: center;
    margin-top: -3px;
    margin-left: 50px;
}

.hours-header__all-day input[type="checkbox"], .hours-header__all-day label {
    margin: 0;
    line-height: 1;
}

.hours-header__all-day label {
    margin-left: 9px;
}

.create-event-details .form-control[disabled], .member.edit .form-control[disabled] {
    background-color: #ffffff;
}

.dates-box .btn[disabled] {
    opacity: 1;
}

.options-excluded {
    opacity: 0.3;
}

.days select[disabled] {
    opacity: 0.7;
}

@media(min-width: 992px) {
    .event-details-same-height-boxes > .row {
        display: flex;
        flex-wrap: wrap;
    }
}


.profile-img-holder {
	width: 100%;
	height: 150px;
	background: url(../themes/cofc-theme-v1/assets/images/camera.png) center center no-repeat #e9e9e9;
}

.headshot-img-holder {
	width: 141px;
	height: 141px;
	background: url(../themes/cofc-theme-v1/assets/images/headshot-holder.png) center center no-repeat #e9e9e9;
	margin-bottom: 10px;
	background-size: cover;
}

.event-img-holder {
	width: 141px;
	height: 141px;
	background: url(../themes/cofc-theme-v1/assets/images/event-logo-holder.png) center center no-repeat #e9e9e9;
	margin-bottom: 10px;
	background-size: cover;
}

.billingual-description p:last-of-type {
	margin: 20px 0 16px;
}

.billingual-description .fr,
.billingual-description.active > p,
.billingual-description.active > button {
	display: none;
}

.billingual-description.active .fr {
	display: block;
}

.website-box .input-group {
	margin-top: 21px;
}

ul.social-links {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cfcfcf;
	color: #777;
}

ul.social-links li {
	border-bottom: 1px solid #cfcfcf;
	height: 49px;
	line-height: 49px;
	background: url(../themes/cofc-theme-v1/assets/images/icon-url.png) no-repeat 0 12px;
	padding-left: 46px;
	position: relative;
}

ul.social-links li.social-link-2 {
	background-position: 0 -36px;
}

ul.social-links li.social-link-3 {
	background-position: 0 -84px;
}

ul.social-links li.social-link-4 {
	background-position: 0 -132px;
}

ul.social-links li.social-link-5 {
	background-position: 0 -180px;
}

ul.social-links li.social-link-6 {
	background-position: 0 -228px;
}

ul.social-links li.social-link-7 {
	background-position: 0 -276px;
}

ul.social-links li .btn {
	float: right;
	margin-top: 8px;
}

ul.social-links li .form-group label {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
}

ul.social-links li .form-group input {
	position: absolute;
    right: 123px;
    top: 7px;
    width: 42%;
	display: none;
}

ul.social-links li .form-group.active input {
	display: block;
}

ul.social-links li .form-group.active .btn {
	background: #000;
	color: #ffdd00;
}

ul.social-links li .form-group.active .btn.icon span {
	background: #ffdd00;
	color: #000;
}

/* Hours List */

.hours .checkbox,
.location .checkbox {
	margin: 0;
}

.checkbox.display-full-address {
	margin: 30px 0 20px;
}

.hours .checkbox input,
.location .checkbox input {
	margin-top: 5px;
}

.hours .checkbox .checked,
.location .checkbox .checked {
	background: #ffdd00;
	color: #000;
	border: 1px solid #ffdd00;
}

.hours .open,
.hours .closed {
	width: 45%;
	float: left;
}

.hours .to {
	width: 10%;
	float: left;
	line-height: 32px;
}

.hours .show {
	margin-top: 36px;
}

.days label {
	margin: 0;
}

.days .checkbox {
	margin: 6px 0 0;
}

.days .checkbox .checked {
	border: none;
}

.days hr {
	margin: 6px 0;
}

.location .checkbox button {
	float: right;
}

.location #map-holder {
	margin-top: 39px;
}

.location .form-group:last-of-type {
	margin: 0;
}

.add-photos p,
.helper-text p {
	margin: 6px 24px 0 0;
	color: #777;
	text-align: left;
}

.add-photos p strong {
	color: #000;
}

.days [id*="-row"] .checkbox.plain label {
	padding-left: 0;
}


/* Submit/Review Page */
.review-basic-info .profile-img-holder {
	height: 150px;
	margin-bottom: 40px;
}

ul.image-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.image-list li {
	border-bottom: 1px solid #cfcfcf;
	display: inline-block;
	width: 100%;
	padding: 6px 0;
}

ul.image-list li:last-of-type {
	border-bottom: none;
}

ul.image-list li img {
	float: left;
	display: inline-block;
	margin: 0 12px 0 0;
	max-width: 105px;
}

ul.image-list li .headshot-img-holder {
	width: 105px;
	height: 105px;
	margin: 0 12px 0 0;
	float: left;
	display: inline-block;
}

ul.image-list li .col-sm-2 img {
	width: 100%;
	max-width: 100%;
}

.uploaded-photos ul.image-list li img {
	float: none;
	margin: 0;
}

body.member.create .transparent-box {
	margin-top: 30px;
}

.success-box .avatar {
	height: 135px;
	width: 135px;
	position: relative;
	margin: 0 auto 22px;
}

/* Connect to Craft Professionals Page */

.connect select {
	width: 100%;
	height: 165px;
	background: #E8E8E8;
	border: none;
}

.connect > .row {
	margin-top: 50px;
}

#lstBox1 {
	margin-bottom: 12px;
}

.connect input {
	width: 100%;
	font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin-bottom: 12px;
}

.connect input.btn.black {
	min-width: inherit;
}

.connect input#btnRight,
.connect input#btnLeft {
	background: url(../themes/cofc-theme-v1/assets/images/selectlist-arrows.png) no-repeat center -229px #000;
}

.connect input#btnRight:hover,
.connect input#btnLeft:hover {
	background-color: #ffdd00;
	background-position: center -181px;
}

.connect input#btnLeft {
	background-position: center -325px;
}

.connect input#btnLeft:hover {
	background-position: center -277px;
}

.connect option {
	color: #828282;
	padding: 6px;
	cursor: pointer;
}

.connect option:last-of-type {
	margin-bottom: 9px;
}

.connect option:hover {
	background: #ffdd00 !important;
	color: #000 !important;
}

.connect option:checked,
.connect option:focus,
.connect option:active {
    background: linear-gradient(#000, #000) !important;
	outline: none !important;
	color: #ffdd00 !important;
}

/* Account Settings Page */

body.settings button.btn.black,
body.edit button.btn.black {
	outline: none;
}

body.settings button.btn.black.saved:after,
body.edit button.btn.black.saved:after {
	opacity: 1;
}


body.settings button.btn.black:after,
body.edit button.btn.black:after {
    color: #000;
    content: "Saved!";
    left: 171px;
    position: absolute;
    top: 0;
	opacity: 0;

	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

body.settings button {
	margin-top: 7px;
}

body.settings .checkbox {
	margin: 10px 0;
}

body.settings .checkbox label {
	border: none;
	padding: 6px 0px 6px 20px;
	color: #000;
}

body.settings .checkbox label.checked {
	background: none;
}

/* Cards */

.card {
	box-shadow: 1px 2px 5px 0 #c6c6c6;
	margin-bottom: 30px;
}

.card .btn.edit,
.card .btn.duplicate {
	top: 0 !important;
}
.card .btn.duplicate {
    right: 39px !important;
}

.card-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: #ffdd00;
}

.event-card {
	position: relative;
	background: #242424;
	color: #fff;
}

.citizen-favourites .event-card,
#events .event-card {
    min-height: 450px;
}

.past-events-button {
    display: flex;
    justify-content: flex-end;
}

.new-feature-box {
    background: #ffdd00;
    padding: 26px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .new-feature-box {
        min-height: 306px;
    }
}

.new-feature-box svg {
    margin-bottom: 30px;
}

.new-feature-box h4 {
    color: #000000;
    margin-bottom: 10px;
}

.profile-card,
.public-events .event-card {
	position: relative;
	background: #fff;
	color: #000;
}

.card .card-thumb {
	width: 100%;
	height: 158px;
	display: inline-block;
	opacity: 1;
	background: url(../themes/cofc-theme-v1/assets/images/camera-card.png) center center no-repeat #e9e9e9;

	-webkit-transition: opacity 0.15s linear 0s;
	-moz-transition: opacity 0.15s linear 0s;
	-ms-transition: opacity 0.15s linear 0s;
	-o-transition: opacity 0.15s linear 0s;
	transition: opacity 0.15s linear 0s;
}

.card.hover .card-thumb {
	opacity: 0.65;
}

.card .card-info {
	padding: 20px 12px;
}

.card .card-info a {
	text-decoration: underline;
	color: #787878;
	font-size: 14px;
}

.card .card-info a:hover,
.card .card-info a:focus {
	color: #fff;
}

.card.profile-card .card-info a:hover,
.card.profile-card .card-info a:focus,
.public-events .card.event-card .card-info a:hover,
.public-events .card.event-card .card-info a:focus {
	color: #000;
}

.card .card-info .card-craft-types {
	color: #787878;
}

.event-card .card-info .card-craft-types {
	margin-bottom: 12px;
}

.card .card-info ul.profile-data {
	display: inline-block;
	color: #787878;
	width: 100%;
}

.card .card-info ul.profile-data .views {
	background-position: left -66px;
}

.card .card-info ul.profile-data .comments {
	background-position: left -100px;
}

.card .card-info ul.profile-data .distance {
	float: right;
	margin: 0;
	background: #FFDD00;
	color: #000;
	padding: 0 6px;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.card .card-info ul.profile-data .distance i {
	margin-right: 8px;
}

.card .card-info .card-name {
	font-family: "FFDINWebProBlack",Helvetica,Arial,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.card.profile-card .card-info .card-name,
.public-events .event-card .card-name {
	color: #000;
}

.card.hover .card-info .card-name,
.card .card-info a.card-name:hover {
	text-decoration: underline;
}

.event-card .card-info .card-date,
.profile-card .card-info .card-location {
	font-weight: bold;
	text-transform: capitalize;
}

.event-card.disabled .card-thumb {
    opacity: 0.3;
}

.event-card.disabled .card-name,
.event-card.disabled .card-date,
.card .card-info a {
	color: #828282;
}

.event-card.disabled ul.profile-data {
	opacity: 0.5;
}

.event-card .card-status {
    font-family: "FFDINWebProBlack",Helvetica,Arial,sans-serif;
    color: #ffdd00;
	position: absolute;
    font-size: 30px;
	width: 100%;
    height: 158px;
    line-height: 158px;
    text-align: center;
    text-transform: uppercase;
	top: 0;
	left: 0;
}


/* Cards */
body.search .card {
	display: inline-block;
	width: 100%;
}

body.search .card .card-info {
	padding: 10px 6px 0 16px;
}

body.search .card-thumb,
body.search .card-info {
	float: left;
	display: inline-block;
	width: 50%;
}

body.search .card-info p,
body.search .card .card-info .card-craft-types {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

body.search .card-info p {
	margin-bottom: 30px;
}

body.search .card.event-card .card-info p,
body.search .card.event-card .card-info .card-craft-types {
	margin-bottom: 0;
}

body.search .card-date,
body.search li.comments {
	display: none;
}

body.search .profile-card .card-info .card-location,
body.search .card.event-card .card-info p,
body.search .card .card-info .card-name {
	font-size: 14px;
	line-height: 22px;
}

body.search ul.profile-data {
	font-size: 12px;
}

body.search .card .card-info .card-craft-types a {
	font-size: 12px;
}

/* Events Page */

.events-box {
	text-align: center;
	padding: 60px;
}

.event-date {
	font-size: 14px;
}

/* Profile Page */

/* isotope */

.grid {
	overflow: hidden;
	/*margin-bottom: 50px;*/
}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* .grid-item */

.grid-sizer,
.grid-item {
  width: 48%;
}

.grid-item,
.grid-search-item {
	margin-bottom: 4%;
	opacity: 0;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.grid-item.loaded,
.grid-search-item.loaded {
	opacity: 1;
}

.grid-search-item {
	margin-bottom: 0;
}

.gutter-sizer {
  width: 4%;
}

.grid-search-sizer,
.grid-search-item {
  width: 100%;
}

.gutter-search-sizer {
  width: 0%;
}

.grid-item img {
	display: block;
	max-width: 100%;
}

.btn.edit,
.btn.edit:hover,
.btn.edit:focus,
.btn.duplicate,
.btn.duplicate:hover,
.btn.duplicate:focus {
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 1;
	background-repeat:  no-repeat;
	background-position: center center;
	background-color: #ffdd00;
	background-size: 20px 20px;
	width: 36px;
	height: 36px;
}

.btn.edit,
.btn.edit:hover,
.btn.edit:focus {
	background-image: url(../themes/cofc-theme-v1/assets/images/icon-edit.png);
}

.btn.duplicate,
.btn.duplicate:hover,
.btn.duplicate:focus {
	background-image: url(../themes/cofc-theme-v1/assets/images/icon-duplicate.png);
}

.btn.edit span,
.btn.duplicate span {
	display: none;
}

.grid-item .btn.edit {
	top: 0;
}

#profile-header {
	background-color: #e9e9e9;
	background-size: cover;
	background-position: center center;
	height: 400px;
	position: relative;
}

#profile-header .btn.edit {
	top: 12px;
	right: 12px;
}

#profile-info {
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 145px;
	color: #fff;
}

#profile-info .content {
	margin: 20px auto 30px;
}

#profile-info .avatar {
	width: 108px;
	height: 108px;
	background-size: cover;
}

#profile-info h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 24px 0 20px;
}

body.event-listing #profile-info h2 {
	margin: 6px 0 0;
}

body.event-listing #profile-info p {
	margin-bottom: 12px;
}

ul.profile-data {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.profile-data li {
	float: left;
	display: inline-block;
	margin-right: 12px;
}

ul.profile-data li.views {
	padding: 0 0 0 32px;
	background: url(../themes/cofc-theme-v1/assets/images/profile-data-icons.png) no-repeat left 5px;
}

ul.profile-data li.comments {
	padding: 0 0 0 27px;
	background: url(../themes/cofc-theme-v1/assets/images/profile-data-icons.png) no-repeat left -29px;
}

ul.share-buttons {
    display: inline-block;
    float: left;
    left: 12px;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    top: -260px;
}

ul.share-buttons li {
	float: left;
	display: inline-block;
	line-height: 0;
	margin: 0 5px;
}

ul.share-buttons li:nth-child(2) {
	width: 86px;
}

.profile-box {
	border-top: 3px solid #000;
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 15px;
}

.profile-box h3 {
	color: #000;
	margin: 18px 36px 20px 0;
}

.profile-box .btn.yellow {
	height: 38px;
	line-height: 38px;
}

.profile-box p:last-of-type {
	margin-bottom: 0;
}

.profile-box .store-info {
	margin-bottom: 28px;
}

.profile-box .store-info:last-of-type {
	margin-bottom: 0;
}

body.create .store-info {
	border-bottom: 1px solid #cfcfcf;
	padding: 0 0 22px;
	margin: 0 0 22px;
}

body.create .store-info:last-of-type {
	border: none;
	padding: 0;
	margin: 0;
}

.profile-box .location-details {
	margin-top: 18px;
}

ul.craft-types {
    display: inline-block;
    list-style: outside none none;
    width: 100%;
	margin-bottom: -2%;
}

ul.craft-types li {
	float: left;
	display: inline-block;
	margin: 0 2% 2% 0;
	width: 49%;
}


ul.craft-types li a {
	display: inline-block;
	width: 100%;
	padding: 6px 10px;
	background: #ffdd00;
	color: #000;
}

ul.craft-types li a:hover {
	background: #000;
	color: #ffdd00;
}

ul.craft-types li:nth-child(even) {
	margin-right: 0;
}

.connected-profile {
	border-bottom: 1px solid #cfcfcf;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

body.event-listing .profile-sidebar .connected-profile {
	border-bottom: none;
	padding-top: 0px;
}

.connected-profile .avatar {
	float: left;
	width: 68px;
	height: 68px;
	margin-right: 15px;
}

body.event-listing .profile-sidebar .connected-profile .avatar {
	margin-right: 10px;
}

.connected-profile strong {
	display: inline-block;
    margin-top: 6px;
	font-size: 14px;
	width: 68%;
}

.connected-profile p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 68%;
}

body.event-listing .profile-sidebar .connected-profile strong,
body.event-listing .profile-sidebar .connected-profile p {
	width: auto;
}

ul.contact-info {
	list-style: none;
}

ul.contact-info li {
	padding-left: 48px;
	margin-bottom: 20px;
	height: 32px;
	line-height: 32px;
	background: url(../themes/cofc-theme-v1/assets/images/contact-info-icons.png) no-repeat left top;
}

ul.contact-info li:last-of-type {
	margin-bottom: 0;
}

ul.contact-info li.email {
	background-position: 0 -50px;
}

body.profile ul.social-links,
body.event-listing ul.social-links {
	list-style: none;
	border: none;
	display: inline-block;
}

body.profile ul.social-links li,
body.event-listing ul.social-links li {
	float: left;
	display: inline-block;
	border: none;
	padding: 0;
	background: none;
	margin-right: 12px;
	width: 40px;
}

body.profile ul.social-links li a,
body.event-listing ul.social-links li a {
	display: block;
	background: url(../themes/cofc-theme-v1/assets/images/icon-social.png) no-repeat left top;
	width: 40px;
	height: 40px;
}

body.profile ul.social-links li a:hover,
body.event-listing ul.social-links li a:hover {
	opacity: 0.6;
}

body.profile ul.social-links li a.social-link-2,
body.event-listing ul.social-links li a.social-link-2 {
	background-position: 0 -80px;
}

body.profile ul.social-links li a.social-link-3,
body.event-listing ul.social-links li a.social-link-3 {
	background-position: 0 -160px;
}

body.profile ul.social-links li a.social-link-4,
body.event-listing ul.social-links li a.social-link-4 {
	background-position: 0 -240px;
}

body.profile ul.social-links li a.social-link-5,
body.event-listing ul.social-links li a.social-link-5 {
	background-position: 0 -320px;
}

body.profile ul.social-links li a.social-link-6,
body.event-listing ul.social-links li a.social-link-6 {
	background-position: 0 -400px;
}

body.profile ul.social-links li a.social-link-7,
body.event-listing ul.social-links li a.social-link-7 {
	background-position: 0 -480px;
}

body.profile ul.social-links li a span,
body.event-listing ul.social-links li a span {
	display: none;
}

/*.fb-comments > span,
.fb-comments > span > iframe {
	width: 100% !important;
}*/
.fb_iframe_widget_fluid span, iframe.fb_ltr { width: 100% !important; }
.incomplete-box {
	background: #e9e9e9;
	width: 100%;
	padding: 50px 24px;
	text-align: center;
}

.incomplete-box.profile-box {
	border: none;
}

.incomplete-box h3 {
	color: #000;
	margin: 0px;
}

.incomplete-box.profile-box p {
	margin-top: 0px;
	margin-bottom: 28px;
}

/* Search Page */
.search-filter {
	background: #FFF;
	z-index: 1;
	position: relative;

	max-height: 0;
	overflow: hidden;

	/* Set our transitions up. */
	-webkit-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
	-moz-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
	transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
}

.search-filter h3 {
	margin-bottom: 10px;
}

.search-filter.open {
	max-height: 1400px;
	-webkit-transition: max-height 0.5s linear;
	-moz-transition: max-height 0.5s linear;
	transition: max-height 0.5s linear;

	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}

.search-filter .nav-inner {
	padding: 26px 10px 32px;
	opacity: 0.1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.search-filter.open .nav-inner {
	opacity: 1;
}

.search-filter h3 {
	margin-top: 0;
	color: #000;
}

#filter-listing-type .radio,
.search-bar #filter-filters #collapseTwo .radio {
	margin: inherit;
}

.or-divider {
    margin: 12px auto;
    position: relative;
    text-align: center;
    width: 70%;
}

.or-divider span.line {
	border-bottom: 1px solid #a8a8a8;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.or-divider span.text {
	background: #e8e8e8;
	color: #000;
    padding: 0 6px;
    position: relative;
    z-index: 1;
}

.modal-content .or-divider span.line {
    border-bottom: 1px solid #000;
}

.modal-content .or-divider span.text {
	background: #ffdd00;
}

.location-toggle-btn {
	width: 16px;
	height: 16px;
	margin-right: 7px;
	background: #000;
	display: inline-block;
	cursor: pointer;
	background: none;
	border: 1px solid #c5c5c5;
	position: relative;

	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#filter-location .active .location-toggle-btn:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #787878;
	position: absolute;
	top: 2px;
	left: 2px;

	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#filter-location .disabled {
	pointer-events: none;
	cursor: not-allowed;
}

#filter-location .disabled .grey-box,
#filter-location .disabled .or-divider span.text {
	background: #f9f9f9;
}

#filter-location .disabled .grey-box > div,
#filter-location .disabled .grey-box button {
	opacity: 0.3;
}

#filter-location .disabled h3 {
	pointer-events: auto;
	cursor: pointer;
	display: inline-block;
}

.grey-box.near-me h3 {
	margin-bottom: 22px;
}

.search-results-count {
	font-size: 20px;
	line-height: 31px;
	text-transform: uppercase;
    font-family: "FFDINWebProBlack",Helvetica,Arial,sans-serif;
}

body.search .site-wrapper select.form-control {
	padding-right: 24px;
	background-position: 92% 50% !important;
}

ul.active-filters {
	list-style: none;
	margin: 0 0 45px;
	padding: 0;
}

ul.active-filters li {
	display: inline-block;
	margin: 0 3px 6px 0;
}

ul.active-filters li button {
	font-weight: normal;
	background: #FFF;
	font-size: 16px;
	line-height: 25px;
	padding: 0px 6px;
	opacity: 1;
	text-shadow: none;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.active-filters li button:hover,
ul.active-filters li button:focus {
	opacity: 1;
	background: #ffdd00;
}

ul.active-filters li .close span {
	float: none;
	font-weight: bold;
	font-size: 18px;
}

#filter-listing-type label.icon,
.card-icon {
	background-image: url(../themes/cofc-theme-v1/assets/images/icons-cofc.png);
	background-position: center 2px;
	background-repeat: no-repeat;
}

#filter-listing-type label.icon {
	background-position: right 10px top 3px;
}

#filter-listing-type label.craft-professional.icon.checked {
	background-position: right 10px top -447px;
}


.studio .card-icon {
	background-position: center -48px;
}
#filter-listing-type label.studio.icon {
	background-position: right 10px top -48px;
}
#filter-listing-type label.studio.icon.checked {
	background-position: right 10px top -498px;
}


.gallery .card-icon {
	background-position: center -98px;
}
#filter-listing-type label.gallery.icon {
	background-position: right 10px top -98px;
}
#filter-listing-type label.gallery.icon.checked {
	background-position: right 10px top -548px;
}


.museum .card-icon {
	background-position: center -148px;
}
#filter-listing-type label.museum.icon {
	background-position: right 10px top -148px;
}
#filter-listing-type label.museum.icon.checked {
	background-position: right 10px top -598px;
}


.shop .card-icon {
	background-position: center -198px;
}
#filter-listing-type label.shop.icon {
	background-position: right 10px top -198px;
}
#filter-listing-type label.shop.icon.checked {
	background-position: right 10px top -648px;
}


.educational .card-icon {
	background-position: center -248px;
}
#filter-listing-type label.educational.icon {
	background-position: right 10px top -248px;
}
#filter-listing-type label.educational.icon.checked {
	background-position: right 10px top -698px;
}


.guild .card-icon {
	background-position: center -298px;
}
#filter-listing-type label.guild.icon {
	background-position: right 10px top -298px;
}
#filter-listing-type label.guild.icon.checked {
	background-position: right 10px top -748px;
}


.organization .card-icon {
	background-position: center -348px;
}
#filter-listing-type label.organization.icon {
	background-position: right 10px top -348px;
}
#filter-listing-type label.organization.icon.checked {
	background-position: right 10px top -798px;
}


.event .card-icon {
	background-position: center -398px;
}

.digital-event .card-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='overflow:visible;enable-background:new 0 0 25.4 19.4' viewBox='0 0 25.4 19.4'%3E%3Cpath d='M25.4 16.4V0H0v16.4h7v1.5H5v1.5h15.4v-1.5h-2v-1.5h7zm-8.5 1.5H8.5v-1.5h8.4v1.5zm-15.4-3V1.5h22.4v13.4H1.5z' style='fill:%23231f20'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 72% 100%;
}

#filter-listing-type label.event.icon {
	background-position: right 10px top -398px;
}
#filter-listing-type label.event.icon.checked {
	background-position: right 10px top -848px;
}

select.form-control.sort-by {
	border: none;
	width: auto;
	display: inline-block;
}


/* Text Search Stuff */
.search-icon,
.close-icon {
	background: url(../themes/cofc-theme-v1/assets/images/icon-search.png) no-repeat center center;
	width: 25px;
	height: 60px;
	cursor: pointer;
}

.close-icon {
	background-image: url(../themes/cofc-theme-v1/assets/images/icon-close.png);
}

/*.search-filters {
	opacity: 1;

	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.search-filters.closed {
	opacity: 0;
}*/

.search-txt {
	position: absolute;
	top: -60px;
	width: 100%;
	z-index: 2;

	-webkit-transition:	top 0.3s ease;
	-moz-transition: top 0.3s ease;
	-ms-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease;
}

.search-txt.open {
	top: 0;
}

.search-txt .sub-nav {
	background: #FFF;

	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-txt .sub-nav .nav-inner {
	position: relative;
}

.search-txt .search-icon {
	opacity: 0.5;
	border: none;
	padding: 0;
	margin: 0;
}

.search-txt .close-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.search-txt .form-inline {
	width: 100%;
	position: relative;
}

.search-txt .form-inline .form-group {
    left: 0;
    top: 0;
    margin-bottom: 0;
    padding: 0 36px;
    position: absolute;
    width: 100%;
}

.search-txt .form-control {
	color: #777;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
    width: 100%;

	-webkit-box-shadow: none;
	box-shadow: none;
}


/* Modals */
.modal-backdrop.in {
    opacity: 0.8;
}

.modal-content {
	color: #000;
	background: #ffdd00;
	border: none;

	-webkit-border-radius: 0;
	border-radius: 0;
}

.modal-header {
	border: none;
	padding: 30px;
}

.modal-header .close {
	background: url(../themes/cofc-theme-v1/assets/images/close-icon.png) no-repeat;
	width: 35px;
	height: 35px;
	opacity: 1;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.modal-header .close:hover {
	background-position: bottom center;
}

.modal-header .close span {
	display: none;
}

.modal-title {
	color: #000;
	font-size: 30px;
	line-height: 30px;
}

.modal-body {
	padding: 0 30px;
}
.modal-body a:hover,
.modal-body a:focus {
	color: #000;
	text-decoration: underline;
}

.modal-footer {
	border: none;
	text-align: left;
	padding: 60px 30px 30px;
}

#eventLoginModal.modal {

}

#eventLoginModal.modal .close {
    background-image: url(../themes/cofc-theme-v1/assets/images/close-icon-white.png);
}

#eventLoginModal.modal .btn {
    line-height: 43px;
    height: 46px;
    width: 100%;
    margin-bottom: 20px;
}

#eventLoginModal.modal .modal-dialog {
    text-align: center;
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transform: none;
}

#eventLoginModal.modal .modal-content {
    background: none;
    box-shadow: none;
    height: 100%;
}

#eventLoginModal.modal .modal-title {
    color: #ffdd00;
    margin-bottom: 12px;
}
#eventLoginModal.modal .modal-body {
    color: #fff;
    padding: 0 0 60px 0;
}

#eventLoginModal.modal .modal-body h3,
#eventLoginModal.modal .modal-body .bg-yellow,
#eventLoginModal.modal .modal-body .bg-white {
    color: #000000;
    text-align: center;
}

#eventLoginModal.modal [class*="form-box"] {
    padding: 24px 14px;
}

#eventLoginModal.modal [class*="form-box"] h3 {
    margin-bottom: 22px;
}

#eventLoginModal.modal [class*="form-box"] .checkbox {
    margin: 0 0 40px;
}

#eventLoginModal.modal [class*="form-box"] .checkbox label {
    border: none;
    padding: 0px 0px 0px 20px;
}

#eventLoginModal.modal [class*="form-box"] .checkbox label.checked {
    background: none;
    color: #777;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #eventLoginModal.modal [class*="form-box"] {
        padding: 40px 72px;
    }

    #eventLoginModal.modal .modal-body .bg-white form {
        text-align: left;
    }
}



/* Fancybox Lightbox */

.fancybox-nav {
    width: 50px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

/* The Movement Page */
body.basic [class*="movement"] h3 {
	display: none;
}

.movement-sec-1 {
	background: #ffdd00 url(../themes/cofc-theme-v1/assets/images/movement-bg-1.jpg) no-repeat right 18px;
	background-size: 314px auto;
}

.movement-sec-2 {
	background: #000 url(../themes/cofc-theme-v1/assets/images/bg-faces-movement-sml.jpg) no-repeat left top;
}

.movement-sec-4 {
	background: #000 url(../themes/cofc-theme-v1/assets/images/movement-bg-4.jpg) no-repeat center center;
	background-size: cover;
}

.movement-sec-1 article,
.movement-sec-2 article,
.movement-sec-3 article,
.movement-sec-4 article {
	vertical-align: middle;
	height: auto;
}

.movement-sec-1 h1 {
	margin-top: 230px;
}

.movement-sec-2 h1 {
	margin-top: 260px;
}

.movement-sec-2 h1,
body.basic .movement-sec-2 h3,
.movement-sec-4 h1,
body.basic .movement-sec-4 h3 {
	color: #ffdd00;
}

.movement-sec-2 p,
.movement-sec-4 p {
	color: #fff;
}

.movement-accordion #collapseTwo img {
	width: 100%;
	height: auto;
}

.movement-accordion.panel-group {
	margin: 0;
}

.movement-accordion.panel-group .panel{
	border: none;

	-webkit-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	box-shadow: none;
}

.movement-accordion.panel-group .panel-heading {
	border-top: 1px solid #000;
	background: #ffdd00;
	padding-top: 0;
	padding-bottom: 0;
	display: block;

	-webkit-border-radius: 0;
	border-radius: 0;
}

.movement-accordion.panel-group .panel-heading a {
	color: #000;
    display: inline-block;
    font-size: 22px;
    height: 59px;
    line-height: 63px;
    width: 100%;
	position: relative;
}

.movement-accordion.panel-group .panel-heading a:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: -2px;
}

.movement-accordion.panel-group .panel-heading a.collapsed:after {
	content: "";
	top: 0;
}

.movement-accordion.panel-group .panel + .panel {
	margin: 0;
}

.movement-accordion .panel-body {
	border: none !important;
	padding: 0;
}

/* The Podcast Page */
body.basic [class*="podcast"] h3 {
	display: inline;
}

.podcast-sec-1 {
	background: #ffdd00 url(../themes/cofc-theme-v1/assets/images/podcast_bgsharp.jpg) no-repeat right 18px;
	background-size: 314px auto;
}

.podcast-sec-2 {
	background: #000 url(../themes/cofc-theme-v1/assets/images/podcast_bgsharp.jpg) no-repeat left top;
}

.podcast-sec-4 {
	background: #000 url(../themes/cofc-theme-v1/assets/images/podcast_bgsharp.jpg) no-repeat center center;
	background-size: cover;
}

.podcast-sec-1 article,
.podcast-sec-2 article,
.podcast-sec-3 article,
.podcast-sec-4 article {
	vertical-align: middle;
	height: auto;
}

.podcast-sec-1 h1 {
	margin-top: 230px;
}

.podcast-sec-2 h1 {
	margin-top: 260px;
}

.podcast-sec-2 h1,
body.basic .podcast-sec-2 h3,
.podcast-sec-4 h1,
body.basic .podcast-sec-4 h3 {
	color: #ffdd00;
}

.podcast-sec-2 p,
.podcast-sec-4 p {
	color: #fff;
}

.podcast-accordion #collapseTwo img {
	width: 100%;
	height: auto;
}

.podcast-accordion.panel-group {
	margin: 0;
}

.podcast-accordion.panel-group .panel{
	border: none;

	-webkit-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	box-shadow: none;
}

.podcast-accordion.panel-group .panel-heading {
	border-top: 1px solid #000;
	background: #ffdd00;
	padding-top: 0;
	padding-bottom: 0;
	display: block;

	-webkit-border-radius: 0;
	border-radius: 0;
}

.podcast-accordion.panel-group .panel-heading a {
	color: #000;
    display: inline-block;
    font-size: 22px;
    height: 59px;
    line-height: 63px;
    width: 100%;
	position: relative;
}

.podcast-accordion.panel-group .panel-heading a:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: -2px;
}

.podcast-accordion.panel-group .panel-heading a.collapsed:after {
	content: "";
	top: 0;
}

.podcast-accordion.panel-group .panel + .panel {
	margin: 0;
}

.podcast-accordion .panel-body {
	border: none !important;
	padding: 0;
}

/* Carousel Podcast */
#carousel-podcast {
	margin: 40px 0 20px;
	text-align: center;
}

#carousel-podcast h2 span {
	color: #ffffff;
	font-size: 22px;
}
#carousel-podcast img {
	margin-bottom: 40px;
}

#carousel-podcast .carousel-control {
	display: none;
}

#carousel-podcast .carousel-indicators {
    bottom: -40px;
}

h1.inuktitut,
h2.inuktitut {
    font-family: 'pigiarniqheavy';
}

p.inuktitut {
    font-family: 'pigiarniqregular';
}

h1.inuktitut {
	font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
}
#panel-1 h1.inuktitut {
	font-size: 22px;
	line-height: 22px;
}

.marker {
	/* background-image: url('../images/mapbox-icon.png');
	background-size: cover; */
	width: 46px;
	height: 46px;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
}
.marker:hover,
.marker:active,
.marker:focus {
	background: rgba(0, 0, 0, 0.5);
}

.marker:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #ffdd00;
	border-radius: 50%;
	position: absolute;
	margin: -6px 0 0 -6px;
	top: 50%;
	left: 50%;
}

.mapboxgl-map {
	font: inherit;
}

.mapboxgl-popup-content {
	padding: 0px;
}

.mapboxgl-popup-close-button {
	z-index: 1;
	color: #fff;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: #242424;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: #242424;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #242424;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #242424;
}

.mapboxgl-popup-content .event-card {
  text-align: left;
  margin: 0;
  box-shadow: none;
}

.mapboxgl-popup-content .event-card .card-info {
	padding: 24px;
}

.mapboxgl-popup-content .event-card .card-info p {
    margin-bottom: 24px;
}

.mapboxgl-popup-content .event-card .card-info .card-craft-types {
    margin-bottom: 0px;
}

.no-margin-top {
	margin-top: 0 !important;
}

label.linked-search {
	position: relative;
	display: block;
}

label.linked-search svg {
	position: absolute;
	right: 3px;
	top: 3px;
	fill: #999;
}

label.linked-search input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

@media (max-width: 476px) {
	.sub-nav {
		line-height: 59px;
	}

	.sub-nav ul li a {
		font-size: 14px;
	}

	.section.tour {
		background-position: 58% center;
	}


	/* Inuktitut Page */

	#panel-1.section.inuktitut {
		height: 710px;
	}
	.manifesto .site-wrapper > .section.inuktitut {
		height: 380px;
	}

	.manifesto .site-wrapper #panel-1.section.inuktitut,
	.manifesto .site-wrapper #panel-2.section.inuktitut,
	.manifesto .site-wrapper #panel-3.section.inuktitut {
		min-height: 470px;
	}

	.manifesto .site-wrapper #panel-4.section.inuktitut {
		min-height: 540px;
	}

	.manifesto .site-wrapper #panel-5.section.inuktitut {
		min-height: 530px;
	}

	.manifesto .site-wrapper #panel-6.section.inuktitut {
		min-height: 440px;
	}

	.manifesto .site-wrapper #panel-7.section.inuktitut,
	.manifesto .site-wrapper #panel-8.section.inuktitut {
		min-height: 550px;
	}

	.manifesto .site-wrapper #panel-9.section.inuktitut {
		min-height: 690px;
	}

	.manifesto .site-wrapper #panel-10.section.inuktitut {
		min-height: 480px;
	}

	.white-box,
	.form-tools {
		margin-left: 15px;
		margin-right: 15px;
	}
}


@media (max-width: 768px)  {

	.podcast-sec-3 h1, .podcast-sec-3 h3 {
		font-size: 22px;
		line-height: 24px;
		color: #ffdd00 !important;
	}

	.podcast-sec-3 p {
		color: #ffffff !important;
	}

	.podcast-sec-3 {
		background: url(../themes/cofc-theme-v1/assets/images/podcast_bg.jpg) !important;
	}

	.podcast_iframe {
		margin-top: 0px !important;
		margin-bottom: 30px;
	}

}

@media (min-width: 476px) and (max-width: 768px)  {


	.white-box,
	.form-tools {
		margin-left: 15px;
		margin-right: 15px;
	}

	.movement-sec-3 h1,
	body.basic .movement-sec-3 h3 {
		color: #ffdd00 !important;
	}

}

@media (min-width: 550px) and (max-width: 768px)  {
	#panel-1 .mobile-bg {
		width: 495px;
	}

	#panel-1.section article > div {
		margin-top: 362px;
	}

	#panel-1 h1 {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 24px;
	}

	#panel-1 h1 i {
		font-size: 40px;
		line-height: 42px;
		margin: auto;
	}

	#panel-1 .call-out {
		margin-left: -5000px;
		margin-right: 62px;
		margin-top: 72px;
		max-width: 5465px;
		padding: 46px 45px 52px 5012px;
		width: auto;
	}

	#panel-1 .call-out.inuktitut {
		max-width: 5485px;
		margin-top: 36px;
		margin-bottom: 20px;
	}

	#panel-1 .call-out p {
		padding-right: 0px;
	}

	.video-link {
		float: left;
		height: 98px;
		margin-right: 28px;
		margin-top: 0px;
		width: 174px;
		background-size: 100% auto;
	}

	.profile-img-holder {
		height: 312px;
	}
	.review-basic-info .profile-img-holder {
		height: 238px;
	}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	body {
		font-size: 16px;
		line-height: 24px;
	}

	body.manifesto .site-wrapper > .section,
	body.downloads .site-wrapper > .section,
	p.intro {
		font-size: 22px;
		line-height: 28px;
	}

	.bleed-left {
        margin-left: calc(-100vw / 2 + 707px / 2);
    }

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

	.col-4 {
		width: 33.3333%;
		float: left;
		display: inline-block;
		padding: 10px 15px;
	}

	/*nav,
	nav.hidden-site,
	.site-wrapper,
	.site-wrapper.hidden-site,
	.sub-nav,
	.sub-nav.hidden-site {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}*/

	.mobile-nav {
		display: none;
	}

	nav,
	nav.hidden-site,
	.sub-nav,
	.sub-nav.hidden-site {
		display: block !important;
	}

	.site-wrapper,
	.site-wrapper.hidden-site {
		display: table !important;
	}

	.nav-inner .nav-right ul li.main-nav-item {
		margin-left: 6px;
		margin-top: -6px;
	}

	.video-link {
		float: left;
		height: 98px;
		margin-right: 28px;
		margin-top: -16px;
		width: 174px;
		background-size: 100% auto;
	}

	.credit {
		padding: 0 10px 0 0;
		left: inherit;
		right: 0;
	}

	#panel-1 .credit {
		margin-left: 0px;
	}

	#panel-4 .credit,
	#panel-9 .credit,
	#panel-10 .credit,
	.movement-sec-1 .credit {
		left: 10px;
		right: inherit;
	}

	.mobile-bg {
		display: none;
	}

	.bg,
	.bg-1,
	.bg-2 {
		display: block;
	}

	.text-ani.show {
		top: 0;
		opacity: 1;
		position: relative;

		-webkit-transition: opacity 0.5s ease, top 0.5s ease;
		-moz-transition: opacity 0.5s ease, top 0.5s ease;
		-ms-transition: opacity 0.5s ease, top 0.5s ease;
		-o-transition: opacity 0.5s ease, top 0.5s ease;
		transition: opacity 0.5s ease, top 0.5s ease;
	}

	.text-ani {
		top: 150px;
		opacity: 0;
		position: relative;
	}

	h1, body.home .faces-header h1 i {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 24px;
	}

	[id^="panel"] h1 i {
		display: inline-block;
    	font-size: 154px;
    	margin-bottom: 50px !important;
	}

	#panel-1 h1 i,
	.downloads-header h1 i,
	body.home .faces-header h1 i {
		margin-bottom: 0px !important;
	}

	#panel-1 .left-content > h1,
	#panel-1 .left-content > p {
		padding: 0px;
	}

	h2 {
		font-size: 36px;
		line-height: 38px;
	}

	.mobile-hide {
		display: block !important;
	}

	.mobile-show {
		display: none !important;
	}

	.site-wrapper article {
		padding: 0;
	}

	nav {
		height: 98px;
		font-size: 16px;
		padding: 0;
		position: relative;
	}

	.sub-nav {
		padding: 0;
	}

	body.fixed {
		padding-top: 92px;
	}

	body.fixed nav {
		background: #000;
		position: fixed;
		height: 98px;
		opacity: 0;
		top: -98px;

		-webkit-transition: top 0.2s linear, opacity 0.2s linear;
		-moz-transition: top 0.2s linear, opacity 0.2s linear;
		-ms-transition: top 0.2s linear, opacity 0.2s linear;
		-o-transition: top 0.2s linear, opacity 0.2s linear;
		transition: top 0.2s linear, opacity 0.2s linear;
	}

	body.fixed nav.open {
		top: 0px;
		opacity: 1;

		-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);

		-webkit-transition: opacity 1s ease;
		-moz-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
		transition: opacity 1s ease;
	}


	.nav-inner {
		width: 95%;
		margin: 0 auto;
		max-width: 1244px;
	}

	a.search-btn {
    	padding: 4px 20px 0 45px !important;
    	margin-right: 12px;
    }

    a.search-btn:hover,
    a.search-btn:focus {
    	border: 1px solid #ffdd00 !important;
    	color: #ffdd00 !important;
    }


	.nav-inner .logo {
		/*width: 244px;
		height: 98px;*/
		height: 98px;
		width: 130px;
	}

	body.fixed nav .logo {
		height: 90px;
		width: 130px;
	}

	.nav-inner .logo img {
		/*height: auto;
		width: auto;*/
		height: auto;
		width: 130px;
		margin-left: -4px;
	}

	body.inuktitut-manifesto .nav-inner .logo {
		height: auto;
		width: auto;
	}

	body.inuktitut-manifesto .nav-inner .logo img {
		height: inherit;
		width: inherit;
	}

	body.fixed nav .logo img {
		height: auto;
		width: 130px;
		margin-left: -4px;
	}

	body.simple-header .nav-inner .logo {
		width: 170px;
	}

	body.simple-header .nav-inner .logo img {
		margin: 0;
	}

	/*body.fixed .nav-inner .nav-right {
		margin-top: 44px;
	}*/

	/*body.fixed .nav-inner .nav-right .top-right-nav {
		display: none !important;
	}*/



	body.inuktitut-manifesto .nav-inner .nav-right ul.top-right-nav {
		margin-top: 38px;
	}

	.nav-inner .nav-right ul li.main-nav-item a {
		padding: 0 12px;
		font-size: 14px;
		height: 38px;
		line-height: 36px;
	}

	/*body.fixed .nav-right > ul > li > a, body.fixed .nav-right .box {
		height: 45px;
	}*/

	body.fixed .nav-right ul li a:hover {
		background-color: #000;
		color: #fff;
	}

	body.fixed .nav-inner .nav-right ul li.call-out a {
		color: #ffdd00;
		text-decoration: none;
	}

	body.fixed .nav-inner .nav-right ul li.call-out a:hover {
		color: #fff;
		text-decoration: none;
	}

	body.fixed .nav-inner .nav-right ul li.main-nav-item a {
		border: 1px solid #ffdd00;
   		color: #ffdd00;
	}

	body.fixed .nav-inner .nav-right ul li.main-nav-item a:hover {
		background: #ffdd00;
		color: #000;
	}

	body.fixed .nav-inner .nav-right ul li.main-nav-item.create a {
		background: #ffdd00;
		color: #000;
	}

	body.fixed .nav-inner .nav-right ul li.main-nav-item.create a:hover {
		color: #ffdd00;
		background: none;
	}

	body.fixed .nav-right ul li .sub-text {
		padding: 0 0 0 12px;
		color: #FFF;
	}

	.nav-right ul li.social a {
		height: 20px;
		width: 20px;
		margin: 10px 0 0px 12px;
		background-size: auto auto;
		background: url(../themes/cofc-theme-v1/assets/images/social-sprite-small.png) no-repeat;
	}

	/*.nav-right ul li.social a:hover {
		background-color: #FFF;
	}*/

	body.fixed .nav-right ul li.social a {
		background-color: #FFF;
		background-position: 0 bottom;
		margin-top: 13px;
		height: 46px;
	}

	body.fixed .nav-right ul li.social a:hover {
		border: 1px solid #fff;
		background-color: #000;
	}

	.nav-right ul li.social a.facebook {
		background-position: 7px 2px;
	}

	.nav-right ul li.social a.facebook:hover {
		background-position: 7px -29px;
	}

	body.fixed .nav-right ul li.social a.facebook:hover {
		background-position: -1px -1px;
	}

	.nav-right ul li.social a.twitter {
		background-position: -25px 2px;
	}

	.nav-right ul li.social a.twitter:hover {
		background-position: -25px -29px;
	}

	body.fixed .nav-right ul li.social a.twitter {
		background-position: -46px bottom;
	}

	body.fixed .nav-right ul li.social a.twitter:hover {
		background-position: -47px -1px;
	}

	.nav-right ul li.social a.email {
		background-position: -55px 2px;
	}

	.nav-right ul li.social a.email:hover {
		background-position: -55px -29px;
	}

	body.fixed .nav-right ul li.social a.email {
		background-position: -92px bottom;
	}

	body.fixed .nav-right ul li.social a.email:hover {
		background-position: -93px -1px;
	}

	body.manifesto .section {
		background-image: none !important;
	}

	.manifesto .site-wrapper > .section {
		height: 970px;
	}

	.section article div.left-content {
		width: 63%;
		float: left;
		display: inline-block;
	}

	.section article div.right-content {
		width: 50%;
		float: right;
		display: inline-block;
	}

	.section article div.center-content {
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	a.share-btn {
		background: #000;
		width: 148px;
		line-height: 46px;
		display: inline-block;
		position: relative;
		top: 0;
		right: 0;
		padding: 0 0 0 16px;
	}

	a.share-btn:hover {
		line-height: 42px;
		padding: 0 0 0 14px;
	}

	a.share-btn:after {
		width: 46px;
		height: 46px;
		background: url(../themes/cofc-theme-v1/assets/images/social-sprite.png) no-repeat -46px 0;
		right: 0;
		top: 0;
		content: '';
		color: #fff;
		position: absolute;
	}

	a.share-btn:hover:after {
		background-position: -44px -48px;
	}

	a.share-btn span {
		display: block;
	}

	a.share-btn.white {
		background: #fff;
	}

	a.share-btn.white:after {
		background: url(../themes/cofc-theme-v1/assets/images/social-sprite.png) no-repeat -46px bottom;
	}

	a.share-btn.white:hover:after {
		background-position: -44px -2px;
	}

	#panel-1.section {
		height: 940px;
	}

	.section article > div,
	article > div,
	footer .section article > div {
		width: 90%;
		max-width: 1244px;
		margin: 0 auto;
		margin: 60px auto;
	}


    .section.cta-area article > div {
        margin-bottom: 136px;
    }


    .section.bg-2020 article > div {
        margin-top: 100px;
    }

    #events.section article > div {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .section.craft-year-sec-4 article > div {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    #become-a-member.section article > div {
        margin-top: 100px;
        margin-bottom: 100px;
    }

	.search-bar .search-filter > .nav-inner {
		width: 90%;
		max-width: 1244px;
	}

	body.manifesto .section article > div {
		margin: 106px auto 0;
	}

	.section.fullwidth article > div {
		margin: 0 auto;
	}

	.section.fullwidth article > div {
		width: 100%;
		max-width: 100%;
	}

	#panel-1.section article > div {
		margin-top: 106px;
	}

	#panel-3.section article > div {
		margin-top: 217px;
	}

	#panel-4.section article > div {
		margin-top: 224px;
	}

	#panel-4 .left-content {
		width: 50%;
	}

	#panel-5.section article > div {
		margin-top: 207px;
	}

	#panel-6.section article > div {
		margin-top: 237px;
	}

	#panel-6 .left-content {
		width: 38%;
	}

	#panel-7.section article > div {
		margin-top: 237px;
	}

	#panel-7 .right-content {
		width: 42%;
	}

	#panel-8.section article > div {
		margin-top: 218px;
	}

	#panel-8 .left-content {
		width: 45%;
	}

	#panel-9.section article > div {
		margin-top: 275px;
	}

	#panel-9 .right-content {
		width: 50%;
	}

	#panel-10.section article > div {
		margin-top: 263px;
	}

	#panel-10 .left-content {
		width: 45%;
	}

	#panel-11.section article > div {
		margin-top: 135px;
	}

	#panel-1 h1 {
		margin-bottom: 220px;
	}

	#panel-1 h1 i {
		font-size: 40px;
		line-height: 42px;
		margin: auto;
	}

	#panel-1 .left-content > p {
		margin-right: 110px;
	}

	#panel-1 .call-out {
		margin-left: -5000px;
		margin-right: 62px;
		margin-top: 72px;
		padding: 46px 45px 52px 5000px;
		width: auto;
		min-width: 5492px;
	}

	#panel-1 .call-out.inuktitut {
		margin-right: 291px;
	}

	#panel-1 .call-out h2 {
		color: #ffdd00;
		min-width: 210px;
	}

	#panel-1 .call-out.inuktitut h2 {
		font-size: 30px;
	}

	#panel-1 .call-out p {
		padding-right: 0px;
	}

	#panel-1 .bg {
		/*background: url(../images/hand.jpg) no-repeat left top;*/
		position: absolute;
		width: 45%;
		height: 829px;
		top: 111px;
		right: 0;
		z-index: 0;
	}

	#panel-2 .bg-1 {
		/*background: url(../images/panel-2-bg.png) no-repeat;*/
		position: absolute;
		top: 136px;
		right: 30px;
		z-index: 0;
	}

	#panel-2 .bg-2 {
		/*background: url(../images/lemmings.png) no-repeat center top;*/
		text-align: center;
		position: absolute;
		width: 100%;
		height: 557px;
		top: 430px;
		z-index: 0;
		overflow: hidden;
	}

	#panel-2 .bg-2 img {
		position: relative; /* allows repositioning */
		left: 100%; /* move the whole width of the image to the right */
		margin-left: -200%; /* magic! */
	}

	#panel-3 .bg-1 {
		/*background: url(../images/panel-3-bg.png) no-repeat;*/
		position: absolute;
		top: 305px;
		left: 30px;
		z-index: 0;
	}

	#panel-3 .bg-2 {
		/*background: url(../images/table.png) no-repeat;*/
		position: absolute;
		top: 150px;
		left: 0;
		z-index: 0;
	}

	#panel-4 .bg-1 {
		/*background: url(../images/panel-4-bg.png) no-repeat;*/
		position: absolute;
		top: 140px;
		right: 30px;
		z-index: 0;
	}

	#panel-4 .bg-2 {
		/*background: url(../images/necklace.png) no-repeat;*/
		position: absolute;
		top: 0px;
		right: 0;
		z-index: 1;
	}

	#panel-5 .bg-1 {
		/*background: url(../images/panel-5-bg.png) no-repeat;*/
		position: absolute;
		top: 130px;
		left: 30px;
		z-index: 0;
	}

	#panel-5 .bg-2 {
		/*background: url(../images/bracelet.png) no-repeat;*/
		top: 280px;
		height: 436px;
		left: 20px;
		position: absolute;
		width: 726px;
		z-index: 0;
	}

	#panel-6 .bg-1 {
		/*background: url(../images/panel-6-bg.png) no-repeat;*/
		position: absolute;
		top: 250px;
		right: 30px;
		z-index: 0;
	}

	#panel-6 .bg-2 {
		/*background: url(../images/hands.png) no-repeat;*/
		position: absolute;
		width: 837px;
		height: 785px;
		top: 185px;
		right: 0;
	}

	#panel-7 .bg-1 {
		/*background: url(../images/panel-7-bg.png) no-repeat;*/
		position: absolute;
		top: 348px;
		left: 30px;
		z-index: 0;
	}

	#panel-7 .bg-2 {
		/*background: url(../images/rings.png) no-repeat;*/
		position: absolute;
		width: 888px;
		height: 585px;
		top: 215px;
		left: 0;
	}

	#panel-8 .bg-1 {
		/*background: url(../images/panel-8-bg.png) no-repeat;*/
		position: absolute;
		top: 146px;
		right: 30px;
		z-index: 0;
	}

	#panel-8 .bg-2 {
		/*background: url(../images/teapot.png) no-repeat;*/
		position: absolute;
		width: 854px;
		height: 715px;
		top: 130px;
		right: 5%;
	}

	#panel-9 .bg-1 {
		/*background: url(../images/panel-9-bg.png) no-repeat;*/
		position: absolute;
		top: 272px;
		left: 30px;
		z-index: 0;
	}

	#panel-9 .bg-2 {
		/*background: url(../images/birdhouse.png) no-repeat;*/
		position: absolute;
		width: 474px;
		height: 1005px;
		top: -69px;
		left: 10%;
	}

	#panel-10 .bg-1 {
		/*background: url(../images/panel-10-bg.png) no-repeat;*/
		position: absolute;
		top: 270px;
		right: 30px;
		z-index: 0;
	}

	#panel-10 .bg-2 {
		/*background: url(../images/vase.png) no-repeat;*/
		position: absolute;
		width: 540px;
		height: 1023px;
		top: -50px;
		right: 10%;
	}

	#panel-11 .bg-1 {
		/*background: url(../images/panel-11-bg.png) no-repeat;*/
		position: absolute;
		top: 228px;
		left: 30px;
		z-index: 0;
	}

	#panel-11 .bg-2 {
		/*background: url(../images/animals.png) no-repeat center top;*/
		text-align: center;
		position: absolute;
		width: 100%;
		height: 371px;
		top: 599px;
		z-index: 0;
		overflow: hidden;
	}

	#panel-11 .bg-2 img {
		position: relative; /* allows repositioning */
		left: 100%; /* move the whole width of the image to the right */
		margin-left: -200%; /* magic! */
	}

	body.downloads {
		background: #fff url(../themes/cofc-theme-v1/assets/images/declare-yourself-header.jpg) no-repeat center top;
	}

	.downloads nav {
		/*background: none;*/
	}

	.downloads .downloads-header {
		height: 703px;
		background: none;
	}

	.downloads .downloads-header h1,
	.downloads .downloads-header h1 i {
		font-size: 102px;
		line-height: 85px;
		margin-bottom: 0;
		text-align: left;
	}

	.downloads .downloads-header h1 {
		padding: 0 0 0 70px;
	}

	.downloads h2 {
		margin-bottom: 56px;
	}

	.downloads .downloads-header.section article div.left-content {
		width: 63%;
	}


	.downloads .section.downloads-header article > div {
		margin: 150px auto 0;
	}

	.downloads .section.downloads-content article > div {
		margin: 60px auto 0;
	}

	.downloads .site-wrapper > .section article div.content {
		display: inline-block;
		text-align: left;
		width: 100%;
	}

	.download-area {
		text-align: left;
		padding: 70px 0;
	}

	.download-area .download-left,
	.download-area .download-right {
		float: left;
	}

	.download-area .download-left {
		width: 54.9%;
	}

	.download-area .download-right {
		width: 45.1%;
		text-align: center;
	}

	.download-area .download-right a {
		margin: 10% 6px 0;
	}

	.download-area .download-col-1,
	.download-area .download-col-2,
	.download-area .download-col-3 {
		width: 31%;
	}

	.download-area .download-col-2 {
		margin: 0 3.5%;
	}

	a.download-btn {
		margin: 0 0 15px !important;
	}

	.download-btn {
		padding: 0 0 0 16px;
	}

	.download-btn:hover,
	.download-btn:focus {
		padding: 0 0 0 14px;
	}

	.download-area.phone .download-left {
		width: 53%;
	}

	.download-area.phone .download-right {
		width: 47%;
		padding: 25% 0 0 12px;
	}

	.shop-area {
		padding: 70px 0;
	}

	.shop-area .shop-left {
		width: 49%;
		float: left;
		margin-bottom: 20px;
	}

	.shop-area .shop-right {
		width: 49%;
		float: right;
		margin-bottom: 20px;
	}

	.choose-profile .col-4 {
		padding-bottom: 0px;
	}

	.choose-profile .col-4 p {
		margin: 0 0 11px;
	}

	/*Iframe*/

	/* .podcast_iframe {
		margin-top: 130px;
    	margin-left: 50px;
	}
	 */
	/** Carousel **/
	#carousel-create-profile .carousel-caption p {
		font-size: 36px;
		line-height: 38px;
	}

	#carousel-create-profile .carousel-inner > .item {
		height: 630px;
	}

	#carousel-create-profile .carousel-caption {
		padding-bottom: 90px;
		left: 10%;
		right: 10%;
	}

	/** Generic Layout Stuff **/

	/*.col-md-6.white-box {
		width: 49%;
	}

	.col-md-6.white-box:first-of-type {
		margin-right: 1%;
	}

	.col-md-6.white-box:last-of-type {
		margin-left: 1%;
	}*/

	/** Create Account **/

	body.simple-header {
		background: #000000 url(../themes/cofc-theme-v1/assets/images/bg-faces.jpg) no-repeat center center;
		background-size: cover;
	}

	.create-box-1,
	.create-box-2 {
		padding: 45px 30px;
	}

	.create-box-1,
	.create-box-2 {
		float: left;
	}

	.create-box-1 {
		width: 45%;
		margin: 0 0 0 10%;
	}

	.create-box-2 {
		width: 33%;
		margin: 0 10% 0 2%;
	}

	.create-box-1 a.forgot-password {
		position: absolute;
		top: 45px;
		right: 30px;
	}

	body.simple-header.register-success {
		background: url(../themes/cofc-theme-v1/assets/images/hand-bg.jpg) no-repeat center center #ffdd00;
		background-size: cover;
	}

	body.home h2 {
		margin-bottom: 40px;
	}

	body.home .faces-header p {
		margin-bottom: 75px;
	}

	/* Create Profile */

	.profile-img-holder {
		height: 312px;
	}

	.review-basic-info .profile-img-holder {
		height: 372px;
	}

	.form-tools {
		margin-top: 60px;
	}

	ul.create-progress-bar {
		margin-bottom: 90px;
	}

	ul.create-progress-bar span.progress-label {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		color: #686868;
		margin-top: 14px;
	}

	.add-photos h3 {
		margin: 6px 0 0;
	}

	.add-photos p,
	.add-photos .fileUpload,
	.helper-text p,
	.helper-text button  {
		float: right;
	}

	.add-photos p.max {
		margin: -6px 24px 0 0;
	}

	.black-box .btn {
		margin-top: 0px;
	}

	.success-box .avatar {
		height: 200px;
		width: 200px;
	}

	.connect select {
		height: 400px;
	}

	#lstBox1 {
		margin-bottom: 0px;
	}

	.connect input#btnRight {
		background-position: center -37px;
	}

	.connect input#btnRight:hover {
		background-position: center 11px;
	}

	.connect input#btnLeft {
		background-position: center -133px;
	}

	.connect input#btnLeft:hover {
		background-position: center -85px;
	}

	body.settings .checkbox label {
		padding-right: 55px;
	}

	/* Profile Page */

	.edit-overlay {
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		background: #ffdd00;
		background: rgba(255,220,0,0.9);
		text-align: center;
		width: 100%;
		height: 100%;
		font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 30px;

		-webkit-transition: visibility 0ms ease 100ms, opacity 100ms ease;
		-moz-transition: visibility 0ms ease 100ms, opacity 100ms ease;
		-ms-transition: visibility 0ms ease 100ms, opacity 100ms ease;
		-o-transition: visibility 0ms ease 100ms, opacity 100ms ease;
		transition: visibility 0ms ease 100ms, opacity 100ms ease;
	}

	.edit-overlay:hover,
	.edit-overlay:focus {
		color: #000;
	}

	.edit-overlay > span {
		display: table;
		width: 100%;
		height: 100%;
	}

	.edit-overlay > span > span {
		display: table-cell;
		vertical-align: middle;
	}

	.edit-overlay > span > span i {
		background: url(../themes/cofc-theme-v1/assets/images/icon-edit.png) no-repeat center center;
		content: "";
		display: inline-block;
		height: 29px;
		margin: 0 0 0 6px;
		vertical-align: bottom;
		width: 29px;
	}

	.edit-overlay.visible {
		visibility: visible;
		opacity: 1;

		-webkit-transition: opacity 200ms ease;
		-moz-transition: opacity 200ms ease;
		-ms-transition: opacity 200ms ease;
		-o-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
	}

	ul.share-buttons {
		float: right;
		margin: 33px 0 0;
		position: relative;
		top: 0;
		left: 0;
	}

	#profile-header {
		height: 420px;
	}

	#profile-info {
		height: 195px;
	}

	#profile-info .avatar {
		width: 145px;
		height: 145px;
	}

	#profile-info h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 30px 0 20px;
	}

	body.event-listing #profile-info h2 {
		margin: 30px 0 0px;
	}

	body.event-listing #profile-info p {
		margin-bottom: 28px;
	}

	.grid-sizer,
	.grid-item {
	  width: 32%;
	}

	.grid-item {
	  margin-bottom: 2%;
	}

	.gutter-sizer {
	  width: 2%;
	}

	/*.grid-search-sizer,
	.grid-search-item {
	  width: 48%;
	}

	.gutter-search-sizer {
	  width: 4%;
	}*/


	/* Event Page */

	ul.craft-types li {
		margin: 0 2% 2% 0;
		width: 23.5%;
	}

	ul.craft-types li:nth-child(even) {
		margin-right: 2%;
	}

	ul.craft-types li:nth-child(4n) {
		margin-right: 0;
	}

	/* Modals */
	.modal {
		text-align: center;
	}
	.modal:before {
    	display: inline-block;
    	vertical-align: middle;
    	content: " ";
    	height: 100%;
  	}
	.modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	.modal.fade .modal-dialog {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.modal.fade.in .modal-dialog {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		/* -webkit-transform: translate3d(0, -300px, 0);
		transform: translate3d(0, -300px, 0); */
		opacity: 1;
	}

	/* Cards */
	body.search .card {
		display: inherit;
		width: inherit;
	}

	body.search .card .card-info {
		padding: 20px 12px;
	}

	body.search .card-thumb,
	body.search .card-info {
		float: inherit;
		display: inherit;
		width: inherit;
	}

	body.search .card-info p,
	body.search .card .card-info .card-craft-types {
		display: inline-block;
		overflow: auto;
		text-overflow: unset;
		white-space: inherit;
		width: 100%;
	}

	body.search .card-info p {
		margin-bottom: inherit;
	}

	body.search .card.event-card .card-info p,
	body.search .card.event-card .card-info .card-craft-types {
		margin-bottom: inherit;
	}

	body.search .card.event-card .card-info p,
	body.search .profile-card .card-info .card-location,
	body.search ul.profile-data {
		font-size: 16px;
		line-height: inherit;
	}

	body.search .card-date,
	body.search li.comments {
		display: inline-block;
	}

	body.search .card .card-info .card-craft-types a {
		font-size: 14px;
	}

	body.search .card .card-info .card-name {
		font-size: 18px;
		line-height: normal;
	}

	.featured-events .card {
    	display: inline-block;
    	width: 100%;
    }

    .featured-events .card .card-info {
    	padding: 40px;
    }

    .featured-events .card-thumb,
    .featured-events .card-info {
    	float: left;
    	display: inline-block;
    	width: 50%;
    }

    .featured-events .card-thumb {
        height: auto;
    }


	/* The Movement Page */

	.movement-sec-2 {
		background: #000 url(../themes/cofc-theme-v1/assets/images/bg-faces-movement.jpg) repeat-y left top;
		background-size: 45% auto;
	}

	.movement-sec-3 {
		background: #000 url(../themes/cofc-theme-v1/assets/images/movement-bg-3.jpg) no-repeat center top;
		background-size: cover;
	}

	.movement-sec-3 img {
		display: none;
	}

	body.basic [class*="movement"] h3 {
		margin: 28px 0 12px;
		display: block;
	}

	.movement-sec-1 {
		background-position: right center;
		background-size: 50%;
	}

	.movement-sec-1 h1,
	.movement-sec-2 h1 {
		margin: 0 0 24px;
	}

	.movement-accordion .collapse,
	.movement-sec-1 .collapse {
		display: block;
		height: auto !important;
	}

	.movement-accordion.panel-group .panel-heading {
		display: none;
	}

	.movement-sec-3 h1,
	body.basic .movement-sec-3 h3 {
		color: #ffdd00 !important;
	}

	.movement-sec-3 p {
		color: #fff;
	}

	/* The Podcast Page */

	.podcast-sec-2 {
		background: #000 url(../themes/cofc-theme-v1/assets/css/images/podcast_bgsharp.jpg) repeat-y left top;
		background-size: 45% auto;
	}

	.podcast-sec-3 {
		background: #000 url(../themes/cofc-theme-v1/assets/images/podcast_bgsharp.jpg) no-repeat center top;
		background-size: cover;
	}
	.podcast-sec-3 img {
		display: inline;
	}

	body.basic [class*="movement"] h3 {
		margin: 28px 0 12px;
		display: block;
	}

	.podcast-sec-1 {
		background-position: right center;
		background-size: 50%;
	}

	.podcast-sec-1 h1,
	.podcast-sec-2 h1 {
		margin: 0 0 24px;
	}

	.podcast-accordion .collapse,
	.podcast-sec-1 .collapse {
		display: block;
		height: auto !important;
	}

	.podcast-accordion.panel-group .panel-heading {
		display: none;
	}

	.podcast-sec-3 h1,
	body.basic .podcast-sec-3 h3 {
		color: #ffdd00;
	}

	.podcast-sec-3 p {
		color: #fff;
	}

	/* Carousel Podcast */
	#carousel-podcast {
		margin: 40px 0 20px;
		text-align: left;
	}

	#carousel-podcast img {
		margin-bottom: 0px;
	}

	#carousel-podcast .carousel-control .glyphicon-chevron-right {
		margin-right: -90px;
	}

	#carousel-podcast .carousel-control .glyphicon-chevron-left {
		margin-left: -90px;
	}

	#carousel-podcast .carousel-control {
		display: inline-block;
	}

	#carousel-podcast .carousel-control .glyphicon-chevron-left,
	#carousel-podcast .carousel-control .glyphicon-chevron-right {
		margin-top: -40px;
	}


	/* Search Page */
	.search-filter .nav-inner {
		padding: 26px 0px 32px;
	}

	#craftNearYouID h3 {
		font-size: 40px;
		line-height: 40px;
	}

	/* Inuktitut Page */

	#panel-1 h1.inuktitut {
		font-size: 30px;
		line-height: 30px;
		margin: 60px 0 100px;
	}

}



@media (max-width: 991px)  {

	/* .podcast_iframe {
		margin-left: 0 !important;
	} */

}

@media (min-width: 768px) and (max-width: 1397px)  {

	/*#panel-1 .call-out {
		margin-right: -65px;
	}*/
	.video-link {
		margin-top: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1397px)  {

	/*#panel-1 .call-out {
		margin-right: -65px;
	}*/
	.video-link {
		margin-top: 0px;
	}
}

.podcast_iframe {
    margin-top: 130px;
}


@media (min-width: 768px) and (max-width: 1241px)  {

	nav,
	.sub-nav {
		padding: 0 10px;
	}

	.nav-inner {
    	width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1156px)  {
	/*.nav-inner .logo {
		height: 142px;
		padding: 40px 0 0;
		width: 182px;
	}

	.nav-inner .logo img {
    	height: auto;
    	width: 140px;
	}

	.nav-inner .nav-right ul li {
		margin-left: 8px;
	}

	.nav-right ul li a, .nav-right .box {
		font-size: 18px;
		height: 40px;
		line-height: 42px;
		padding: 0 12px;
	}*/



	.nav-inner .nav-right ul li.call-out {
		margin: 0 0 0 12px;
	}

	.nav-inner .nav-right ul:nth-child(2) li:nth-child(4) {
		display: none !important;
	}

	.nav-inner .nav-right ul li.call-out a {
		font-size: 14px;
		/*padding: 0;*/
	}
	a.search-btn {
	    margin-right: 0;
	}
	.nav-inner .nav-right li.user-menu {
	    margin-left: 13px;
	}

	/*body.fixed .nav-right ul li a, body.fixed .nav-right .box {
		height: 35px;
	}

	.nav-right ul li .sub-text {
		font-size: 11px;
		padding: 6px 0 0 12px;
	}

	.nav-right ul li.social a,
	body.fixed .nav-right ul li.social a {
		height: 40px;
		width: 40px;
		margin: 0 0 0 6px;
		background-size: 300% auto;
	}

	body.fixed .nav-right ul li.social a {
	    margin-top: 13px;
	}

	body.fixed .nav-right ul li.social a.facebook:hover {
		background-position: 0px top;
	}

	.nav-right ul li.social a.twitter {
		background-position: -40px top;
	}

	.nav-right ul li.social a.twitter:hover {
		background-position: -40px bottom;
	}

	body.fixed .nav-right ul li.social a.twitter {
		background-position: -40px bottom;
	}

	body.fixed .nav-right ul li.social a.twitter:hover {
		background-position: -38px top;
	}

	.nav-right ul li.social a.email {
		background-position: -80px top;
	}

	.nav-right ul li.social a.email:hover {
		background-position: -80px bottom;
	}

	body.fixed .nav-right ul li.social a.email {
		background-position: -80px bottom;
	}

	body.fixed .nav-right ul li.social a.email:hover {
		background-position: -76px top;
	}*/

	body.downloads {
		background: url(../themes/cofc-theme-v1/assets/images/declare-yourself-header.jpg) no-repeat scroll 58% top #fff;
	}

	.section.downloads-header article > div {
		width: 100%;
	}

	.downloads .downloads-header h1 {
		padding: 0 0 0 10px;
	}

	.download-area.phone .download-right {
		padding: 17% 0 0 6px;
	}

	.download-area.phone .download-right a {
		font-size: 14px;
		padding: 0;
		text-align: center;
	}

	.download-area.phone .download-right a:after {
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bleed-left {
        margin-left: calc(-100vw / 2 + 896px / 2);
    }
	.col-md-10.col-md-offset-1.inner-two-cols .col-md-6,
	body.settings .col-md-10.col-md-offset-1 .col-md-6,
	.col-md-6.white-box {
		width: 49%;
	}

	.col-md-10.col-md-offset-1.inner-two-cols .col-md-6:first-of-type,
	body.settings .col-md-10.col-md-offset-1 .col-md-6:first-of-type,
	.col-md-6.white-box.contact-box,
	.col-md-6.white-box.two-col-1/*,
	.col-md-6.white-box:first-of-type*/ {
		margin-right: 1%;
	}

	.col-md-10.col-md-offset-1.inner-two-cols .col-md-6:last-of-type,
	body.settings .col-md-10.col-md-offset-1 .col-md-6:last-of-type,
	.col-md-6.white-box.website-box,
	.col-md-6.white-box.two-col-2/*,
	.col-md-6:last-of-type*/ {
		margin-left: 1%;
	}

	.contact-box,
	.website-box,
	.col-md-6.white-box.two-col-1,
	.col-md-6.white-box.two-col-2 {
		min-height: 249px;
	}

	/* Submit/Review Page */

	.review-craft-types,
	.review-hours {
		min-height: 368px;
	}

	/* Profile Page */

	body.profile .col-md-8 .col-md-5 {
    	width: 45.6667%;
	}

	.profile-hours p {
		font-size: 12px;
	    line-height: 22px;
	}

	.grid-sizer,
	.grid-item {
	  width: 24.25%;
	}

	/*.grid-search-sizer,
	.grid-search-item {
	  width: 23.8%;
	}*/

	.grid-item {
	  margin-bottom: 1%;
	}

	.gutter-sizer {
	  width: 1%;
	}

	.gutter-search-sizer {
	  width: 1.6%;
	}

	footer .site-credits {
		margin-top: 0;
	}

	footer ul li.social {
		margin-top: 0;
	}

	#carousel-create-profile .carousel-caption {
		left: 20%;
		right: 20%;
	}


	/* Home Page */

	body.home .faces-header video {
		top: -10%;
	}

	.section.declare-yourself [class*="col-"],
    .section.about [class*="col-"],
    .section.craft-year-2020 [class*="col-"],
    .section.metiers-dart-2020 [class*="col-"] {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.section.about .row > div:first-of-type {
		border-right: 1px solid #000;
		padding-right: 30px;
	}

	.section.about .row > div:last-of-type {
		padding-left: 30px;
	}

	/* Inuktitut Page */

	#panel-1 h1.inuktitut {
		font-size: 36px;
		line-height: 36px;
		margin: 60px 0 100px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .bleed-left {
        margin-left: calc(-100vw / 2 + 1081px / 2);
    }
	h1 {
		font-size: 72px;
		line-height: 70px;
		margin-bottom: 24px;
	}

	.craft-events-header h1 {
		font-size: 64px;
		line-height: 62px;
	}

	h2.title-lg-space {
	    margin: 36px 0 72px !important;
	}

	#panel-1 h1 i, body.home .faces-header h1 i {
		font-size: 72px;
		line-height: 70px;
	}

	#panel-1 .bg {
		width: 530px;
		right: 5%;
	}

	#panel-1 .left-content > p {
		margin-right: 250px;
	}

	.create-profile .yellow p {
		padding: 20px 260px 0;
	}

	.profile-hours p {
		font-size: inherit;
	    line-height: inherit;
	}

	label.radio-inline {
		margin: 0;
		width: 32%;
	}

	.radio-inline + .radio-inline {
		margin: 0 0 2% 2%;
	}

	.radio.two-col label.radio-inline {
		width: 49%;
	}

	.radio.two-col .radio-inline + .radio-inline {
		margin-left: 0;
	}

	.radio.two-col label.radio-inline {
		margin-bottom: 2%;
	}

	.radio.two-col label:nth-child(even) {
		margin-left: 2% !important;
	}

	/* Home Page */

	body.home .faces-header p {
		margin: 0 auto 75px;
		width: 500px;
	}

	.section.about .content {
		background: #FFDD00 url(../themes/cofc-theme-v1/assets/images/hand-sml.jpg) no-repeat right bottom;
	}

	.section.about article > div {
		margin-top: 0;
		margin-bottom: 0;
		padding: 60px 0;
	}

	/* The Movement Page */

	body.basic [class*="movement"] h3 {
		margin: 0 0 12px;
	}

	body.basic .movement-sec-3 h3 {
		margin: 28px 0 12px;
	}

	.movement-sec-1 article,
	.movement-sec-2 article,
	.movement-sec-3 article,
	.movement-sec-4 article {
		height: 970px;
	}

	.movement-sec-4 [class*="col-"] {
		padding-left: 90px;
		padding-right: 90px;
	}

	.movement-sec-4 [class*="col-"] h1 {
		padding-left: 10px;
		padding-right: 10px;
	}

	footer .right-side {
		border-top: none;
		border-left: 1px solid #777;
		margin-top: 0px;
		padding-top: 0px;
		padding-left: 36px;
		min-height: 136px;
	}

	/*Podcast Page*/

	body.basic [class*="podcast"] h3 {
		margin: 0 0 12px;
	}

	body.basic .podcast-sec-3 h3 {
		margin: 28px 0 12px;
	}

	.podcast-sec-1 article,
	.podcast-sec-2 article,
	.podcast-sec-3 article,
	.podcast-sec-4 article {
		height: 970px;
	}

	.podcast-sec-4 [class*="col-"] {
		padding-left: 90px;
		padding-right: 90px;
	}

	.podcast-sec-4 [class*="col-"] h1 {
		padding-left: 10px;
		padding-right: 10px;
	}

	footer .right-side {
		border-top: none;
		border-left: 1px solid #777;
		margin-top: 0px;
		padding-top: 0px;
		padding-left: 36px;
		min-height: 136px;
	}
	/* Inuktitut Page */

	h1.inuktitut {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 24px;
	}

	#panel-1 h1.inuktitut {
		font-size: 50px;
		line-height: 50px;
		margin: 60px 0 100px;
	}

	#panel-2 p.inuktitut {
		padding: 0 10%;
	}

	#panel-11 h1.inuktitut {
		padding: 0 20%;
	}

}


/* X-Large devices (x-large desktops, 1450px and up) */
@media (min-width: 1450px) {

	#panel-1 .bg {
		right: 17%;
	}


	.choose-profile .col-4 {
		padding: 10px 60px 0px;
	}

	.choose-profile .col-4:nth-of-type(2) h3 {
		padding: 0 40px;
	}

	.choose-profile .col-4:nth-of-type(3) h3 {
		padding: 0 20px;
	}

	.choose-profile .col-4:nth-of-type(1) a.btn {
		margin: 34px 0 10px;
	}


	/* Profile Page */

	.connected-profile {
		padding: 20px 0;
	}

	.connected-profile .avatar {
		width: 110px;
		height: 110px;
		margin-right: 20px;
	}

	.connected-profile strong {
		margin-top: 34px;
		font-size: 16px;
		width: 254px;
	}

	.connected-profile p {
		font-size: 14px;
		width: 254px;
	}

	#carousel-create-profile .carousel-caption {
		left: 30%;
		right: 30%;
	}
}

/* XX-Large devices (xx-large desktops, 1920px and up) */
@media (min-width: 1920px) {
    .bleed-left {
        margin-left: 0;
    }
}


/* Special Classes for the Craft Year Page - These overrides are needed so slick slider woks at all browser sizes */
body.craft-year-2020 .wrapper,
body.metiers-dart-2020 .wrapper {
    overflow-x: unset;
}
body.craft-year-2020 .wrapper,
body.craft-year-2020 .wrapper .site-wrapper,
body.craft-year-2020 .wrapper .site-wrapper #become-a-member.section,
body.craft-year-2020 .wrapper .site-wrapper #become-a-member.section article,

body.metiers-dart-2020 .wrapper,
body.metiers-dart-2020 .wrapper .site-wrapper,
body.metiers-dart-2020 .wrapper .site-wrapper #become-a-member.section,
body.metiers-dart-2020 .wrapper .site-wrapper #become-a-member.section article {
	display: block !important;
}





/* Special MediaQueries for Search Results page */

@media (min-width: 768px) {
	body.search .section article > div {
		width: 750px;
		max-width: 750px;
	}

	.grid-search-sizer,
	.grid-search-item {
	  width: 365px;
	}
}

@media (min-width: 1024px) {
	body.search .section article > div {
		width: 1006px;
		max-width: 1006px;
	}

	.grid-search-sizer,
	.grid-search-item {
	  width: 322px;
	}
}

@media (min-width: 1270px) {
	body.search .section article > div {
		width: 1250px;
		max-width: 1250px;
	}

	.grid-search-sizer,
	.grid-search-item {
	  width: 297px;
	}
}

/* END: Special MediaQueries for Search Results page */
