/*! normalize.css v3.0.0 | 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,
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: 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #42a5e1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1d7eb9;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  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: #a6a6a6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #a6a6a6;
}
.text-primary {
  color: #42a5e1;
}
a.text-primary:hover {
  color: #218dcf;
}
.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: #42a5e1;
}
a.bg-primary:hover {
  background-color: #218dcf;
}
.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: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #d5d5d5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
dt,
dd {
  line-height: 1.5;
}
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 #a6a6a6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #d5d5d5;
}
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.5;
  color: #a6a6a6;
}
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 #d5d5d5;
  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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 21px;
  padding-right: 21px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 21px;
  padding-right: 21px;
}
.row {
  margin-left: -21px;
  margin-right: -21px;
}
.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: 21px;
  padding-right: 21px;
}
.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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  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;
  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: #a6a6a6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a6a6a6;
}
.form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d5d5d5;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 35px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.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;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 28px;
}
.form-horizontal .form-group {
  margin-left: -21px;
  margin-right: -21px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 21px;
}
.clearfix:before,
.clearfix: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 {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  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 (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: 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: 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 (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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *					LESS VARIABLES				   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
h1,
.h1 {
  font-size: 53.7824px;
  margin: 0;
  font-weight: 800;
}
h2,
.h2 {
  font-size: 38.416px;
  margin: 0;
  font-weight: 800;
}
h3,
.h3 {
  font-size: 27.44px;
  margin: 0;
  font-weight: 800;
}
h4,
.h4 {
  font-size: 19.6px;
  margin: 0;
  font-weight: 800;
}
h5,
.h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 800;
}
h6,
.h6 {
  font-size: 13px;
  margin: 0;
  font-weight: 800;
}
/*------- COLORS -------*/
/*------- UTILITIES -------*/
/*------- MEDIA QUERIES -------*/
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *					HELPER CLASSES				   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
/*------- BG -------*/
.u-bg-black {
  background-color: #000000;
}
.u-bg-gray-darker {
  background-color: #2a2a2a;
}
.u-bg-off-black {
  background-color: #222222;
}
.u-bg-gray-dark {
  background-color: #333333;
}
.u-bg-gray {
  background-color: #555555;
}
.u-bg-gray-light {
  background-color: #a6a6a6;
}
.u-bg-gray-lighter {
  background-color: #d5d5d5;
}
.u-bg-off-white {
  background-color: #f4f4f4;
}
.u-bg-white {
  background-color: #ffffff;
}
.u-bg-blue {
  background-color: #42a5e1;
}
/*------- TEXT -------*/
.u-txt-black {
  color: #000000;
}
.u-txt-gray-darker {
  background-color: #2a2a2a;
}
.u-txt-off-black {
  color: #222222;
}
.u-txt-gray-dark {
  color: #333333;
}
.u-txt-gray {
  color: #555555;
}
.u-txt-gray-light {
  color: #a6a6a6;
}
.u-txt-gray-lighter {
  color: #d5d5d5;
}
.u-txt-off-white {
  color: #f4f4f4;
}
.u-txt-white {
  color: #ffffff;
}
.u-txt-blue {
  color: #42a5e1;
}
.u-txt-base {
  font-family: 'Open Sans', sans-serif;
}
.u-txt-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.u-txt-uc {
  text-transform: uppercase;
}
.u-txt-lc {
  text-transform: lowercase;
}
.u-txt-i {
  font-style: italic;
}
.u-txt-400 {
  font-weight: 400 !important;
}
.u-txt-600 {
  font-weight: 600 !important;
}
.u-txt-700 {
  font-weight: 700 !important;
}
.u-txt-group {
  display: inline-block;
  white-space: nowrap;
}
/*------- BUTTONS -------*/
.btn {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1em;
  padding: 11.2px;
  white-space: nowrap;
  border: 0;
  outline: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media ( max-width: 480px ) {
  .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.btn .btn--danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #ffffff;
  padding: 5.2px 8.2px;
  border-radius: 4px;
}
.btn.btn--agmd {
  background-color: #42a5e1;
  color: #ffffff;
  padding: 11.2px 18.2px;
  border-radius: 4px;
}
.btn.btn--agmd:hover,
.btn.btn--agmd.hover,
.btn.btn--agmd:focus,
.btn.btn--agmd.focus {
  color: #ffffff;
  background-color: #5cb2e5;
}
.btn.btn--chev,
.btn.btn--drop {
  position: relative;
  padding-right: 35px !important;
}
.btn.btn--chev:after,
.btn.btn--drop:after {
  content: '';
  display: block;
  background-image: url(../../Images/agmd_chev_r.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  width: 14px;
  top: 0;
  right: 14px;
  bottom: 0;
}
.btn.btn--drop:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.btn--small {
  padding: .5em 1em;
}
.btn.btn--small:after {
  width: 13px;
}
.btn.btn--large {
  font-size: 16.1px;
}
.btn.btn--large:after {
  background-position: 50% 48%;
}
.btn.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn[disabled] {
  background-color: #a6a6a6 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn[disabled]:hover,
.btn[disabled].hover,
.btn[disabled]:focus,
.btn[disabled].focus {
  cursor: default;
  background-color: #a6a6a6 !important;
}
.u-mt-n {
  margin-top: 0 !important;
}
.u-mt-xs {
  margin-top: 5px !important;
}
.u-mt-sm {
  margin-top: 13.02px !important;
}
.u-mt-md {
  margin-top: 21px !important;
}
.u-mt-lg {
  margin-top: 42px !important;
}
.u-mt-xlg {
  margin-top: 84px !important;
}
.u-mt-xxlg {
  margin-top: 168px !important;
}
.u-mb-n {
  margin-bottom: 0 !important;
}
.u-mb-xs {
  margin-bottom: 5px !important;
}
.u-mb-sm {
  margin-bottom: 13.02px !important;
}
.u-mb-md {
  margin-bottom: 21px !important;
}
.u-mb-lg {
  margin-bottom: 42px !important;
}
.u-mb-xlg {
  margin-bottom: 84px !important;
}
.u-mb-xxlg {
  margin-bottom: 168px !important;
}
.u-d-i {
  display: inline;
}
.u-d-b {
  display: block;
}
.u-d-ib {
  display: inline-block;
}
@media ( max-width: 992px ) {
  .u-hide-md {
    display: none !important;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) {
  .u-hide-sm {
    display: none !important;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .u-hide-xs {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .u-show-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .u-show-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (min-width: 992px) {
  .u-show-md {
    display: none !important;
  }
}
@media ( max-width: 1200px ) {
  [class*="col-lg"] {
    margin-bottom: 10.5px;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) {
  [class*="col-md"] {
    margin-bottom: 10.5px;
  }
}
@media ( max-width: 1200px ) and ( max-width: 992px ) and ( max-width: 768px ) {
  [class*="col-sm"] {
    margin-bottom: 10.5px;
  }
}
.col-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
.col-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
}
@media ( max-width: 480px ) {
  [class*="col-xs"] {
    width: 100%;
  }
}
.form-control:focus,
.form-control.focus {
  box-shadow: 0 0 0 1px #42a5e1;
  border-color: #42a5e1;
}
textarea.form-control {
  min-height: 150px;
  resize: vertical;
  overflow: auto;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
  font-weight: 400;
  cursor: pointer;
}
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *					 MISC RULES					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
html {
  background-color: #222222;
}
html.html--invert {
  background-color: #f4f4f4;
  background-image: url(../../Images/agmd_bg_g.png);
  background-position: center top;
  background-repeat: repeat;
}
html.html--invert .top-bar {
  background-color: #222222;
}
html.html--invert .wrapper {
  background: transparent none;
}
body {
  padding: 0 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: transparent;
}
body .wrapper {
  background-color: #f4f4f4;
  background-image: url(../../Images/agmd_bg_g.png);
  background-position: center top;
  background-repeat: repeat;
}
body .wrapper.wrapper--invert {
  background: transparent none;
}
body .wrapper .stack {
  padding-top: 42px;
  padding-bottom: 42px;
}
body .wrapper header.stack {
  margin: 0 !important;
}
body > footer.stack {
  padding-top: 42px;
  padding-bottom: 42px;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 42px;
  padding-right: 42px;
}
@media ( max-width: 480px ) {
  .container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.container.container--narrow {
  max-width: 1002px;
}
ul {
  list-style-type: none;
  padding-left: 21px;
}
p,
li,
address,
blockquote {
  font-weight: 200;
  font-size: 14px;
  color: #222222;
}
@media ( max-width: 768px ) {
  p,
  li,
  address,
  blockquote {
    line-height: 1.75em;
  }
}
a {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
a:hover,
a.hover,
a:focus,
a.focus {
  text-decoration: none;
  outline: 0;
}
small {
  font-size: 10px;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
hr {
  border-color: #d5d5d5;
  clear: both;
}
hr.hr-n {
  margin-top: 0;
  margin-bottom: 0;
}
hr.hr-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
hr.hr-sm {
  margin-top: 13.02px;
  margin-bottom: 13.02px;
}
hr.hr-md {
  margin-top: 21px;
  margin-bottom: 21px;
}
hr.hr-lg {
  margin-top: 42px;
  margin-bottom: 42px;
}
hr.hr-fade {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ab-item {
  white-space: nowrap;
}
.top-bar {
  padding: 6px;
}
.top-bar p {
  line-height: 2em;
}
.top-bar .mini-search {
  height: 28px;
  line-height: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 35px;
}
@media ( max-width: 768px ) {
  .top-bar .mini-search {
    padding-left: 5px;
    padding-right: 5px;
    width: 30px;
    background-position: 50% 50%;
    cursor: pointer;
  }
  .top-bar .mini-search::-moz-placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .top-bar .mini-search:-ms-input-placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .top-bar .mini-search::-webkit-input-placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .top-bar .mini-search:hover,
  .top-bar .mini-search.hover {
    border-color: #42a5e1;
  }
  .top-bar .mini-search.focus,
  .top-bar .mini-search:focus {
    width: 100%;
    background-position: 95% 50%;
    padding-left: 14px;
    padding-right: 14px;
    cursor: text;
  }
  .top-bar .mini-search.focus::-moz-placeholder,
  .top-bar .mini-search:focus::-moz-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .top-bar .mini-search.focus:-ms-input-placeholder,
  .top-bar .mini-search:focus:-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .top-bar .mini-search.focus::-webkit-input-placeholder,
  .top-bar .mini-search:focus::-webkit-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mini-search {
  background-color: transparent;
  border: 1px solid #555555 !important;
  border-radius: 4px;
  color: #a6a6a6 !important;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  background-image: url(../../Images/agmd_search.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.mini-search::-moz-placeholder {
  color: #555555;
  line-height: 14px;
  position: relative;
  bottom: -3px;
  opacity: 1;
}
.mini-search:-ms-input-placeholder {
  color: #555555;
  line-height: 14px;
  position: relative;
  bottom: -3px;
}
.mini-search::-webkit-input-placeholder {
  color: #555555;
  line-height: 14px;
  position: relative;
  bottom: -3px;
}
.mini-search.focus,
.mini-search:focus {
  outline: none;
  border-color: #42a5e1 !important;
}
form input[type="text"],
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="file"],
form input[type="password"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"] {
  height: auto;
  padding: 10.5px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  box-shadow: none;
}
form input[type="text"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="file"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder {
  color: #a6a6a6;
  font-style: italic;
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="file"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder {
  color: #a6a6a6;
  font-style: italic;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="file"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder {
  color: #a6a6a6;
  font-style: italic;
}
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *					  HOME PAGE					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
/*------- BODY -------*/
.wrapper .stack.banner {
  padding: 0 !important;
  height: 300px;
  background-color: rgba(85, 85, 85, 0.2);
  background-position: center top;
  background-repeat: no-repeat;
}
@media ( max-width: 480px ) {
  .wrapper .stack.banner {
    height: 200px;
  }
}
.wrapper .stack.banner .container {
  height: inherit;
  position: relative;
}
.wrapper .stack.banner .container .banner-info {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 21px 42px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  display: none;
}
.wrapper .stack.banner .container .banner-info .banner-info-text {
  color: #ffffff;
}
.wrapper .stack.banner .container .banner-info .banner-info-text.background--light {
  color: #222222;
}
.wrapper .stack.stack--body {
  position: relative;
  z-index: 1;
}
.wrapper .stack.stack--body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 6px;
  background-color: #555555;
  z-index: -1;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media ( max-width: 768px ) {
  .wrapper .stack.stack--body:before {
    display: none;
  }
}
.wrapper .stack.stack--body header .logo {
  width: 100%;
}
.wrapper .stack.stack--social {
  border-top: 1px solid #2898dd;
  border-bottom: 1px solid #2898dd;
  background-color: #42a6e2;
  background-image: url(../../Images/agmd_world.png), url(../../Images/agmd_bg_b.png);
  background-position: center center, center top;
  background-repeat: no-repeat, repeat;
  -webkit-background-size: 1600px auto, 50px 50px;
  background-size: 1600px auto, 50px 50px;
  position: relative;
}
@media ( max-width: 992px ) {
  .wrapper .stack.stack--social {
    -webkit-background-size: 1500px auto, 50px 50px;
    background-size: 1500px auto, 50px 50px;
  }
}
.wrapper .stack.stack--social .container {
  padding-top: 63px;
}
.wrapper .stack.stack--social .container .social {
  overflow: hidden;
  margin-left: -10.5px;
  margin-right: -10.5px;
}
.wrapper .stack.stack--social .container .social .social-item {
  float: left;
  padding-left: 10.5px;
  padding-right: 10.5px;
  width: 25%;
  height: 220px;
}
.wrapper .stack.stack--social .container .social .social-item.social-item--facebook .social-item-header .social-item-heading {
  background-image: url(../../Images/agmd_fb.png);
}
.wrapper .stack.stack--social .container .social .social-item.social-item--twitter .social-item-header .social-item-heading {
  background-image: url(../../Images/agmd_tw.png);
}
.wrapper .stack.stack--social .container .social .social-item.social-item--request .social-item-header .social-item-heading {
  background-image: url(../../Images/agmd_pr.png);
}
@media ( max-width: 992px ) {
  .wrapper .stack.stack--social .container .social .social-item {
    width: 33.3333%;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) {
  .wrapper .stack.stack--social .container .social .social-item {
    width: 50%;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .wrapper .stack.stack--social .container .social .social-item {
    width: 100%;
  }
  .wrapper .stack.stack--social .container .social .social-item:nth-of-type(6) ~ .social-item {
    display: none;
  }
}
.wrapper .stack.stack--social .container .social .social-item .social-item-header .social-item-heading {
  line-height: 20px;
  font-size: 13px;
  color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 26px;
}
.wrapper .stack.stack--social .container .social .social-item .social-item-header .social-item-sub-heading {
  color: #ffffff;
  font-size: 14px;
}
.wrapper .stack.stack--social .container .social .social-item .social-item-body {
  color: #ffffff;
  font-style: italic;
}
.wrapper .stack.stack--social .container .social .social-item .social-item-body a {
  color: #ffffff;
  background-image: -webkit-linear-gradient(bottom, transparent 1px, #ffffff 1px, #ffffff 2px, transparent 2px);
  background-image: linear-gradient(to top, transparent 1px, #ffffff 1px, #ffffff 2px, transparent 2px);
  text-shadow: 1px 1px 0 #42a5e1, -1px 1px 0 #42a5e1, 0 1px 0 #42a5e1;
}
.wrapper .stack.stack--social .container .social .social-item .social-item-body a:hover,
.wrapper .stack.stack--social .container .social .social-item .social-item-body a.hover,
.wrapper .stack.stack--social .container .social .social-item .social-item-body a:focus,
.wrapper .stack.stack--social .container .social .social-item .social-item-body a.focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wrapper .stack.stack--social .container .social .social-item .social-item-footer .social-item-time {
  font-size: 13px;
  font-weight: 600;
  color: #1b75ac;
}
.wrapper .stack.stack--about {
  padding-top: 84px;
}
@media ( max-width: 768px ) {
  .wrapper .stack.stack--about {
    text-align: center;
  }
}
.wrapper .stack.stack--pray {
  background-color: rgba(34, 34, 34, 0.7);
}
@media ( max-width: 768px ) {
  .wrapper .stack.stack--pray .pray-join {
    text-align: center;
    margin-bottom: 21px;
  }
}
.wrapper .stack.stack--pray ul {
  padding: 0;
  margin: 0;
}
.wrapper .stack.stack--pray h1,
.wrapper .stack.stack--pray h2,
.wrapper .stack.stack--pray h3,
.wrapper .stack.stack--pray h4,
.wrapper .stack.stack--pray h5,
.wrapper .stack.stack--pray h6,
.wrapper .stack.stack--pray li,
.wrapper .stack.stack--pray p {
  color: #ffffff;
}
.wrapper .stack.stack--pray li,
.wrapper .stack.stack--pray p {
  font-size: 13px;
  line-height: 1.8em;
}
.wrapper .stack.stack--pray li {
  overflow: hidden;
}
.wrapper .stack.stack--pray li .prayer-text {
  float: left;
  width: 100%;
  padding-right: 90px;
  margin-right: -80px;
}
.wrapper .stack.stack--pray li .pray-btn-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80px;
  float: left;
  text-align: right;
}
.wrapper .stack.stack--links {
  background-color: rgba(166, 166, 166, 0.25);
}
@media ( max-width: 768px ) {
  .wrapper .stack.stack--links {
    text-align: center;
  }
  .wrapper .stack.stack--links .dropdown {
    text-align: left;
  }
}
.wrapper .stack.stack--links .btn {
  line-height: 21px !important;
}
.wrapper .stack.stack--links p {
  line-height: 1.45em;
}
@media ( max-width: 992px ) {
  .wrapper .stack.stack--feeds .tabs {
    margin-bottom: 42px;
  }
}
.wrapper .stack.stack--images {
  background-color: rgba(166, 166, 166, 0.25);
}
.wrapper .stack.stack--images [class*="col"] {
  margin-bottom: 0;
}
.wrapper .stack.stack--images .photo-wrap {
  padding-top: 21px;
  padding-bottom: 21px;
}
.wrapper .stack.stack--images .photo-wrap img {
  width: 100%;
}
.wrapper .stack.stack--404 .err404 {
  text-align: center;
}
.wrapper .stack.stack--404 .err404 h1,
.wrapper .stack.stack--404 .err404 h2,
.wrapper .stack.stack--404 .err404 h3,
.wrapper .stack.stack--404 .err404 h4,
.wrapper .stack.stack--404 .err404 h5,
.wrapper .stack.stack--404 .err404 h6,
.wrapper .stack.stack--404 .err404 p {
  color: #ffffff;
}
.wrapper .stack.stack--404 .err404 .err404-heading {
  font-size: 180px;
}
@media ( max-width: 768px ) {
  .wrapper .stack.stack--404 .err404 .err404-heading {
    font-size: 120px;
  }
}
.site-title {
  line-height: 1.1em;
}
@media ( max-width: 480px ) {
  .site-title {
    font-size: 38.416px;
  }
}
.site-title span {
  padding-left: .2em;
  display: block;
  font-size: .5em;
  line-height: 1.1em;
}
.aspect-container {
  display: inline-block;
  position: relative;
}
.aspect-container .object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect.square {
  padding-top: 100%;
  /* video aspect ratio */
}
/*------- LOGIN -------*/
.u-login-wrapper {
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media ( max-width: 768px ) {
  .u-login-wrapper {
    margin-top: 0;
  }
}
.login {
  padding: 21px 42px;
  background-color: #ffffff;
}
@media ( max-width: 480px ) {
  .login {
    padding: 10.5px 21px;
  }
}
.login .login-heading {
  margin-bottom: 21px;
}
.login .login-remember {
  white-space: nowrap;
}
/*------- SEARCH -------*/
@media ( max-width: 768px ) {
  .search-header {
    text-align: center;
  }
}
.search-header .logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
}
@media ( max-width: 768px ) {
  .search-header .logo {
    margin-right: 0;
    margin-bottom: 21px;
  }
}
.search-header .site-title {
  display: inline-block;
  vertical-align: top;
}
@media ( max-width: 992px ) {
  .search-header .site-title {
    vertical-align: bottom;
  }
}
form.search input[type="text"] {
  height: auto;
  padding: 10.5px 14px;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  box-shadow: none;
}
form.search p.label {
  font-weight: 600;
  text-transform: uppercase;
}
form.search select {
  display: none;
  font-size: 50px;
}
.fancy-select {
  position: relative;
}
.fancy-select.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fancy-select .trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 13px 28px 13px 14px;
  overflow: hidden;
  position: relative;
  background-color: #a6a6a6;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.fancy-select--small.fancy-select .trigger {
  padding: 11px 35px 11px 9.33333333px;
}
.fancy-select--small.fancy-select .trigger:before {
  display: none;
}
.fancy-select--small.fancy-select .trigger:after {
  right: 9.33333333px;
}
.fancy-select .trigger:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  right: 43px;
  bottom: 0;
}
.fancy-select .trigger:after {
  content: url(../../Images/agmd_chev_d.png);
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}
.fancy-select .trigger.open {
  background: #42a5e1;
  box-shadow: none;
}
.fancy-select .trigger.open:after {
  border-top-color: #ffffff;
}
.fancy-select ul.options {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  z-index: 50;
  max-height: 320px;
  overflow: auto;
  background: #42a5e1;
  border-radius: 4px;
  border: 1px solid #2898dd;
  width: auto;
  min-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
}
.fancy-select ul.options li {
  padding: 8px 12px;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.fancy-select ul.options li.selected {
  background-color: #2898dd !important;
}
.fancy-select ul.options li.hover {
  background-color: #5cb2e5;
}
.results {
  margin-left: -21px;
  margin-right: -21px;
}
.results:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.results .results-item {
  float: left;
  padding-left: 21px;
  padding-right: 21px;
  margin-bottom: 42px;
  width: 33.3333%;
}
@media ( max-width: 992px ) {
  .results .results-item {
    width: 50%;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) {
  .results .results-item {
    width: 33.3333%;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) and (max-width: 600px) {
  .results .results-item {
    width: 50%;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) and (max-width: 600px) and ( max-width: 480px ) {
  .results .results-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10.5px;
  }
  .results .results-item img {
    float: left;
    width: 80px;
    position: relative;
    border-bottom: 1px solid #d5d5d5 !important;
    z-index: 2;
  }
  .results .results-item .results-item-meta {
    float: left;
    width: 100%;
    padding-left: 100px !important;
    margin-left: -80px;
    position: relative;
    border-top: 1px solid #d5d5d5 !important;
    z-index: 1;
  }
}
.results .results-item .results-item-image {
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.results .results-item .results-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.results .results-item .results-item-meta {
  padding: 10.5px;
  border: 1px solid #d5d5d5;
  border-top: 0;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.results .results-item .results-item-meta p {
  margin-bottom: 0;
}
.results .results-item:hover .results-item-image,
.results .results-item.hover .results-item-image,
.results .results-item:focus .results-item-image,
.results .results-item.focus .results-item-image,
.results .results-item:hover .results-item-meta,
.results .results-item.hover .results-item-meta,
.results .results-item:focus .results-item-meta,
.results .results-item.focus .results-item-meta {
  border-color: #5cb2e5 !important;
}
@media ( max-width: 768px ) {
  .pagi {
    margin-bottom: 42px;
  }
}
.pagi .pagi-list {
  text-align: center;
  padding: 0;
  box-shadow: 0 4px 0 #d5d5d5;
}
.pagi .pagi-list:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.pagi .pagi-list .pagi-item {
  display: inline-block;
  color: #42a5e1;
  padding: 6px 10.5px;
  font-weight: bold;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media ( max-width: 480px ) {
  .pagi .pagi-list .pagi-item {
    padding: 21px;
    display: none;
  }
}
.pagi .pagi-list .pagi-item:hover,
.pagi .pagi-list .pagi-item.hover,
.pagi .pagi-list .pagi-item:focus,
.pagi .pagi-list .pagi-item.focus {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.pagi .pagi-list .pagi-item.is-current {
  box-shadow: 0 4px 0 #42a5e1;
}
.pagi .pagi-list .pagi-item.is-current:hover,
.pagi .pagi-list .pagi-item.is-current.hover,
.pagi .pagi-list .pagi-item.is-current:focus,
.pagi .pagi-list .pagi-item.is-current.focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagi .pagi-list .pagi-item.pagi-item--first {
  -webkit-transform: rotate(180deg) translateY(1px) scale(1.2);
  -moz-transform: rotate(180deg) translateY(1px) scale(1.2);
  -ms-transform: rotate(180deg) translateY(1px) scale(1.2);
  -o-transform: rotate(180deg) translateY(1px) scale(1.2);
  transform: rotate(180deg) translateY(1px) scale(1.2);
}
@media ( max-width: 480px ) {
  .pagi .pagi-list .pagi-item.pagi-item--first {
    float: left;
    display: inline-block;
    -webkit-transform: rotate(180deg) translateY(2px) scale(1.2);
    -moz-transform: rotate(180deg) translateY(2px) scale(1.2);
    -ms-transform: rotate(180deg) translateY(2px) scale(1.2);
    -o-transform: rotate(180deg) translateY(2px) scale(1.2);
    transform: rotate(180deg) translateY(2px) scale(1.2);
  }
}
.pagi .pagi-list .pagi-item.pagi-item--first:after {
  display: block;
  content: url(../../Images/agmd_chev_r_b.png);
}
@media ( max-width: 480px ) {
  .pagi .pagi-list .pagi-item.pagi-item--first:after {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.pagi .pagi-list .pagi-item.pagi-item--last {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media ( max-width: 480px ) {
  .pagi .pagi-list .pagi-item.pagi-item--last {
    float: right;
    display: inline-block;
  }
}
.pagi .pagi-list .pagi-item.pagi-item--last:after {
  display: block;
  content: url(../../Images/agmd_chev_r_b.png);
}
@media ( max-width: 480px ) {
  .pagi .pagi-list .pagi-item.pagi-item--last:after {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.profile-pic {
  display: block;
  position: relative;
  top: 50px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-pic:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media ( max-width: 992px ) {
  .profile-pic {
    top: 110px;
    width: 240px;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) {
  .profile-pic {
    top: 170px;
    width: 180px;
    border: 4px solid #f4f4f4;
  }
}
@media ( max-width: 992px ) and ( max-width: 768px ) and ( max-width: 480px ) {
  .profile-pic {
    top: 60px;
  }
}
.banner-region-logo {
  position: absolute;
  right: 21px;
  bottom: 21px;
  padding: 10.5px;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 8px;
}
@media ( max-width: 480px ) {
  .banner-region-logo {
    right: 10.5px;
    bottom: 10.5px;
    padding: 8.4px;
  }
}
.banner-region-logo .banner-region-logo-image {
  width: 40px;
}
@media ( max-width: 480px ) {
  .banner-region-logo .banner-region-logo-image {
    width: 30px;
  }
}
.banner-region-name {
  position: absolute;
  top: 0;
  right: 42px;
  left: 42px;
  text-align: center;
  overflow: hidden;
  -webkit-mask-box-image: -webkit-linear-gradient(left, transparent, #000000 30%, #000000 70%, transparent);
  mask-box-image: linear-gradient(to right, transparent, #000000 30%, #000000 70%, transparent);
}
.banner-region-name .banner-region-name-text {
  display: inline-block;
  line-height: 50px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  position: relative;
}
.banner-region-name .banner-region-name-text:before,
.banner-region-name .banner-region-name-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  min-width: 400%;
  background-color: white;
}
.banner-region-name .banner-region-name-text:before {
  right: 100%;
  margin-right: 63px;
}
.banner-region-name .banner-region-name-text:after {
  left: 100%;
  margin-left: 63px;
}
.miss-name h1 {
  line-height: 1.05em;
}
.miss-contact {
  margin-left: -10.5px;
  margin-right: -10.5px;
  overflow: hidden;
}
@media ( max-width: 768px ) {
  .miss-contact {
    margin-bottom: 21px;
  }
}
.miss-contact .miss-contact-col {
  float: left;
  padding-left: 10.5px;
  padding-right: 10.5px;
  width: 50%;
}
@media ( max-width: 480px ) {
  .miss-contact .miss-contact-col {
    width: 100%;
  }
}
.miss-contact .miss-contact-col ul {
  padding: 0;
  margin: 0;
}
.miss-contact .miss-contact-col p,
.miss-contact .miss-contact-col li,
.miss-contact .miss-contact-col address {
  font-size: 13px;
  line-height: 1.8em;
}
.miss-bio p {
  font-size: 13px;
  line-height: 1.8em;
}
.tabs:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.tabs .tabs-nav {
  float: left;
  width: 50px;
  position: relative;
  z-index: 2;
}
.tabs .tabs-nav .tabs-tab {
  display: block;
  width: 100%;
  height: 56px;
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-right: 1px solid #d5d5d5;
  border-top-left-radius: 2px;
  position: relative;
}
.tabs .tabs-nav .tabs-tab:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-left: 100%;
  border-width: 27px 10px;
  border-color: transparent transparent transparent rgba(166, 166, 166, 0.25);
  border-style: solid;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tabs .tabs-nav .tabs-tab ~ .tabs-tab {
  border-top: 1px solid #d5d5d5;
}
.tabs .tabs-nav .tabs-tab.tabs-tab--fcbk {
  background-image: url(../../Images/agmd_tab_fcbk.png);
}
.tabs .tabs-nav .tabs-tab.tabs-tab--blog {
  background-image: url(../../Images/agmd_tab_blog.png);
}
.tabs .tabs-nav .tabs-tab.tabs-tab--twtr {
  background-image: url(../../Images/agmd_tab_twtr.png);
}
.tabs .tabs-nav .tabs-tab.tabs-tab--yutb {
  background-image: url(../../Images/agmd_tab_yutb.png);
}
.tabs .tabs-nav .tabs-tab.tabs-tab--ingm {
  background-image: url(../../Images/agmd_tab_ingm.png);
}
.tabs .tabs-nav .tabs-tab.tabs-tab--flkr {
  background-image: url(../../Images/agmd_tab_flkr.png);
}
.tabs .tabs-nav .tabs-tab.tabs-tab--cldr {
  background-image: url(../../Images/agmd_tab_cldr.png);
}
.tabs .tabs-nav .tabs-tab.is-current {
  background-color: rgba(166, 166, 166, 0.25);
  border-left: 1px solid #d5d5d5;
  border-right: 0;
}
.tabs .tabs-nav .tabs-tab.is-current:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs .tabs-nav .tabs-tab.is-current:first-child {
  border-top: 1px solid #d5d5d5;
}
.tabs .tabs-nav .tabs-tab.is-current:last-child {
  border-bottom: 1px solid #d5d5d5;
  border-bottom-left-radius: 2px;
}
.tabs .tabs-cnt-wrap {
  float: left;
  width: 100%;
  margin-left: -50px;
  padding-left: 92px;
  position: relative;
  z-index: 1;
}
@media ( max-width: 480px ) {
  .tabs .tabs-cnt-wrap {
    padding-left: 78px;
  }
}
.tabs .tabs-cnt-wrap .tabs-cnt {
  display: none;
}
.tabs .tabs-cnt-wrap .tabs-cnt.is-current {
  display: block;
}
article {
  overflow: hidden;
}
article.article--list .article-head {
  float: left;
  width: 100%;
}
article.article--list .article-head .article-title {
  font-size: 19.6px;
}
article.article--list .article-head .article-title .article-meta {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
article.article--list .article-cnt {
  float: left;
  width: 100%;
  min-height: 1px;
}
article.article--list .article-cnt p {
  font-size: 13px;
}
article.article--list .article-cnt .article-read-more {
  font-size: 0.85em;
  color: #2a2a2a;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
article.article--list .article-cnt .article-read-more:hover,
article.article--list .article-cnt .article-read-more.hover,
article.article--list .article-cnt .article-read-more:focus,
article.article--list .article-cnt .article-read-more.focus {
  color: #42a5e1;
}
article.article--list.article--project .article-head {
  padding-right: 120px;
  margin-right: -100px;
}
article.article--list.article--project .article-give {
  float: left;
  width: 100px;
}
article.article--list.article--project ~ .article--project {
  margin-top: 42px;
}
article.article--list ~ .article--list {
  margin-top: 21px;
}
.progress {
  float: left;
  width: 100%;
  overflow: hidden;
}
.progress .progress-inner {
  float: left;
  width: 100%;
  padding-right: 76px;
  margin-right: -76px;
}
.progress .progress-inner .progress-bar {
  position: relative;
  width: 100%;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.progress .progress-inner .progress-bar .progress-meter {
  position: relative;
  z-index: 2;
  height: 20px;
  background-color: #42a5e1;
  overflow: hidden;
}
.progress .progress-inner .progress-bar .progress-meter .progress-percent {
  display: inline-block;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  padding-left: 10.5px;
  padding-right: 10.5px;
  position: relative;
  top: -1px;
}
.progress .progress-inner .progress-bar .progress-meter .progress-percent:after {
  content: '%';
}
.progress .progress-inner .progress-bar .progress-meter .progress-percent.is-attached {
  position: absolute;
  top: 0;
  right: 0;
}
.progress .progress-inner .progress-bar .progress-phantom-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  line-height: 20px;
  color: #2a2a2a;
  font-weight: 700;
  font-style: italic;
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.progress .progress-inner .progress-bar .progress-phantom-percent:after {
  content: '%';
}
.progress .progress-goal {
  display: block;
  float: left;
  width: 76px;
  text-align: right;
  font-weight: 700;
  font-style: italic;
}
.progress .progress-goal:before {
  content: '$';
}
.dropdown-wrapper {
  position: relative;
}
.dropdown-wrapper .dropdown {
  background-color: #ffffff;
  position: absolute;
  top: 90%;
  left: 0;
  padding: 14px;
  margin-top: 14px;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  box-shadow: 3px 3px 10px rgba(34, 34, 34, 0.15);
  z-index: -10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media ( max-width: 768px ) {
  .dropdown-wrapper .dropdown {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    height: 0;
  }
}
.dropdown-wrapper .dropdown.is-active {
  top: 100%;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media ( max-width: 768px ) {
  .dropdown-wrapper .dropdown.is-active {
    display: block;
    height: auto;
  }
}
.dropdown-wrapper .dropdown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -12px;
  border-width: 10px 12px;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  z-index: 2;
}
.dropdown-wrapper .dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -14px;
  border-width: 11px 14px;
  border-color: transparent transparent #d5d5d5 transparent;
  border-style: solid;
  z-index: 1;
}
.dropdown-wrapper .dropdown.dropdown--offset-arrow:before {
  left: 75%;
}
@media ( max-width: 768px ) {
  .dropdown-wrapper .dropdown.dropdown--offset-arrow:before {
    left: 50%;
  }
}
.dropdown-wrapper .dropdown.dropdown--offset-arrow:after {
  left: 75%;
}
@media ( max-width: 768px ) {
  .dropdown-wrapper .dropdown.dropdown--offset-arrow:after {
    left: 50%;
  }
}
.dropdown-wrapper .dropdown .dropdown-item ~ .dropdown-item {
  padding-top: 7px;
}
.dropdown-wrapper .dropdown .dropdown-item .dropdown-item-title {
  display: block;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  white-space: nowrap;
}
@media ( max-width: 768px ) {
  .dropdown-wrapper .dropdown .dropdown-item .dropdown-item-title {
    font-size: 19.6px;
  }
}
@media ( max-width: 768px ) and ( max-width: 480px ) {
  .dropdown-wrapper .dropdown .dropdown-item .dropdown-item-title {
    font-size: 14px;
  }
}
.dropdown-wrapper .dropdown .dropdown-item .dropdown-item-title .dropdown-item-meta {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
.dropdown-wrapper .dropdown .dropdown-item .dropdown-item-title .dropdown-item-meta.dropdown-item-meta--icon {
  display: inline-block;
  width: 42px;
  padding-right: 10px;
  font-size: 19.6px;
  font-style: none;
  text-align: center;
  position: relative;
  top: 2px;
}
.modal-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.modal-cover.is-active {
  z-index: 9998;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 480px;
  margin-left: -240px;
  min-height: 30px;
  background-color: #ffffff;
  padding: 28px;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  box-shadow: 3px 3px 10px rgba(34, 34, 34, 0.15);
  z-index: -10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media ( max-width: 480px ) {
  .modal {
    top: 5%;
    width: 310.66666667px;
    margin-left: -155.33333333px;
  }
}
.modal.is-active {
  z-index: 9999;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal .modal-close {
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  display: inline-block;
  font-weight: 700;
  font-size: 27.44px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
}
/*------- ADMIN -------*/
.hamburger {
  display: none;
  color: #42a5e1;
  font-size: 27.44px;
  line-height: 1em;
  background-color: white;
  border: 0;
  border-radius: 4px;
  padding: 5px 10px;
  width: 44px;
  height: 38px;
  float: right;
  position: relative;
  z-index: 2;
}
@media ( max-width: 768px ) {
  .hamburger {
    display: inline-block;
  }
}
.admin-nav {
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.admin-nav .admin-nav-item {
  display: inline-block;
  font-size: 19.6px;
  white-space: nowrap;
}
.admin-nav .admin-nav-item ~ .admin-nav-item {
  padding-left: 42px;
}
.admin-nav .admin-nav-item .admin-nav-link {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
}
.admin-nav .admin-nav-item .admin-nav-link:hover .admin-nav-link-icon,
.admin-nav .admin-nav-item .admin-nav-link.hover .admin-nav-link-icon,
.admin-nav .admin-nav-item .admin-nav-link:focus .admin-nav-link-icon,
.admin-nav .admin-nav-item .admin-nav-link.focus .admin-nav-link-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.admin-nav .admin-nav-item .admin-nav-link .admin-nav-link-icon {
  font-size: 38.416px;
  color: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.admin-nav .admin-nav-item .admin-nav-link .admin-nav-link-text {
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10.5px;
}
@media ( max-width: 992px ) {
  .admin-nav .admin-nav-item .admin-nav-link .admin-nav-link-text {
    display: none;
  }
}
.admin-nav .admin-nav-item .admin-nav-link.is-current .admin-nav-link-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media ( max-width: 992px ) {
  .admin-nav .admin-nav-item .admin-nav-link.is-current .admin-nav-link-text {
    display: inline-block;
  }
}
@media ( max-width: 768px ) {
  .admin-nav {
    max-height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-right: 80px;
    margin-right: -44px;
    position: relative;
    z-index: 1;
  }
  .admin-nav.is-active {
    max-height: 600px;
  }
  .admin-nav .admin-nav-item {
    width: 100%;
  }
  .admin-nav .admin-nav-item ~ .admin-nav-item {
    padding: 0;
  }
  .admin-nav .admin-nav-item:first-child .admin-nav-link {
    padding-top: 0;
  }
  .admin-nav .admin-nav-item:last-child .admin-nav-link {
    padding-bottom: 0;
  }
  .admin-nav .admin-nav-item .admin-nav-link {
    display: inline-block;
    width: 100%;
    padding: 10.5px 0;
  }
  .admin-nav .admin-nav-item .admin-nav-link .admin-nav-link-text {
    display: inline-block;
  }
}
.admin-img-wrapper {
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  padding: 7px;
  overflow: hidden;
}
.admin-img-wrapper.admin-img-wrapper--crop-circle {
  position: relative;
}
.admin-img-wrapper.admin-img-wrapper--crop-circle:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  background-image: -webkit-radial-gradient(center center, circle contain, transparent 99%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -moz-radial-gradient(center center, circle contain, transparent 99%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -ms-radial-gradient(center center, circle contain, transparent 99%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-radial-gradient(center center, circle contain, transparent 99%, rgba(0, 0, 0, 0.6) 100%);
}
.file-upload {
  cursor: pointer;
  position: relative;
  margin: 0;
}
.file-upload input {
  display: none;
}
.file-upload .file-upload-name {
  display: inline-block;
  background-color: rgba(34, 34, 34, 0.7);
  color: #ffffff;
  border-radius: 4px;
  padding: 9.13043478px;
  word-wrap: nowrap;
}
.file-upload.file-upload--img:before,
.file-upload.file-upload--img:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.file-upload.file-upload--img:hover:before,
.file-upload.file-upload--img.hover:before,
.file-upload.file-upload--img:focus:before,
.file-upload.file-upload--img.focus:before,
.file-upload.file-upload--img:hover:after,
.file-upload.file-upload--img.hover:after,
.file-upload.file-upload--img:focus:after,
.file-upload.file-upload--img.focus:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.file-upload.file-upload--img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.file-upload.file-upload--img:after {
  content: '\f0ee';
  display: block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 65px;
  color: #42a5e1;
  line-height: 120px;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}
.file-upload.file-upload--img .file-upload-name {
  position: absolute;
  right: 10.5px;
  bottom: 10.5px;
  background-color: rgba(34, 34, 34, 0.7);
  color: #ffffff;
  border-radius: 4px;
  padding: 7px;
  max-width: 93%;
  word-wrap: break-word;
  z-index: 3;
}
/*------- 404 -------*/
/*------- FOOTER -------*/
@media ( max-width: 768px ) {
  footer.stack {
    text-align: center;
  }
}
footer.stack .col-sm-7 {
  text-align: right;
}
@media ( max-width: 768px ) {
  footer.stack .col-sm-7 {
    text-align: center;
  }
}
footer.stack .logo {
  max-width: 170px;
  width: 100%;
  padding-right: 21px;
}
@media ( max-width: 768px ) {
  footer.stack .logo {
    display: block;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }
}
footer.stack p,
footer.stack a,
footer.stack em,
footer.stack address {
  font-size: 13px;
  color: #a6a6a6;
}
footer.stack address {
  line-height: 1.8;
  white-space: nowrap;
}
footer.stack nav a {
  font-size: 14px;
  font-weight: 600;
  color: #a6a6a6;
  background-image: url(../../Images/agmd_chev_r_b.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 21px;
}
footer.stack em a {
  text-decoration: underline;
}
footer.stack img,
footer.stack address {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
footer.stack a:hover,
footer.stack a.hover,
footer.stack a:focus,
footer.stack a.focus {
  color: #42a5e1;
}
/*--------------------------------------------------
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *				  MISC MEDIA QUERIES			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * 
 --------------------------------------------------*/
@media ( max-width: 992px ) {
  h1 {
    font-size: 45.177216px;
  }
  h2 {
    font-size: 32.26944px;
  }
  h3 {
    font-size: 23.0496px;
  }
  h4 {
    font-size: 16.464px;
  }
}
@media (max-width: 873px) {
  h1 {
    font-size: 40.3368px;
  }
  h2 {
    font-size: 28.812px;
  }
  h3 {
    font-size: 20.58px;
  }
  h4 {
    font-size: 14.7px;
  }
}
@media ( max-width: 768px ) {
  h1 {
    font-size: 53.7824px;
  }
  h2 {
    font-size: 38.416px;
  }
  h3 {
    font-size: 27.44px;
  }
  h4 {
    font-size: 19.6px;
  }
}
.admin-notice {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  background-color: #f0ad4e;
}
span.field-validation-error {
  display: block;
  color: #d9534f;
  padding: 3px 1px;
  font-weight: bold;
}
.input-validation-error {
  color: #ffffff;
  background-color: rgba(217, 83, 79, 0.5);
  border: 1px solid #d9534f;
  margin-bottom: 0px;
}
.validation-summary-errors {
  padding-left: 0;
}
.validation-summary-errors li {
  display: block;
  background-color: rgba(217, 83, 79, 0.5);
  color: #ffffff;
  border: 1px solid #d9534f;
  border-radius: 3px;
  padding: 4px;
  font-weight: bold;
  position: relative;
  margin-top: 6px;
}
