@font-face {
  font-family: 'icomoon';
  src: url('../library/fonts/icomoon.eot');
  src: url('../library/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../library/fonts/icomoon.woff') format('woff'), url('../library/fonts/icomoon.ttf') format('truetype'), url('../library/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.button {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
}
.button:focus,
.button:hover {
  outline: none;
  color: #fff;
}
.btn-blue,
.btn-orange,
.btn-green,
.btn-black {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
}
.btn-blue:focus,
.btn-orange:focus,
.btn-green:focus,
.btn-black:focus,
.btn-blue:hover,
.btn-orange:hover,
.btn-green:hover,
.btn-black:hover {
  outline: none;
  color: #fff;
}
.btn-blue {
  background-color: #24729a;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #1f6385;
}
.btn-blue.lighten {
  background-color: #24729a;
}
.btn-blue.lighten:hover,
.btn-blue.lighten:focus {
  background-color: #2981af;
}
.btn-orange {
  background-color: #d65916;
}
.btn-orange:hover,
.btn-orange:focus {
  background-color: #bf4f14;
}
.btn-orange.lighten {
  background-color: #d65916;
}
.btn-orange.lighten:hover,
.btn-orange.lighten:focus {
  background-color: #e8641e;
}
.btn-green {
  background-color: #758f24;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #647b1f;
}
.btn-green.lighten {
  background-color: #758f24;
}
.btn-green.lighten:hover,
.btn-green.lighten:focus {
  background-color: #86a329;
}
.btn-black {
  background-color: #535353;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #333;
}
.list-stylized {
  padding-left: 20px;
  margin-top: -5px;
}
.list-stylized li {
  margin-top: 10px;
}
.list-stylized li.centered,
.list-stylized li.centered > a {
  list-style-type: none;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}
.list-stylized li.centered:before,
.list-stylized li.centered > a:before {
  content: "";
}
.list-unstylized {
  padding-left: 0;
}
.list-unstylized li {
  padding-left: 0;
  text-indent: 0;
  font-style: normal;
}
.list-unstylized li:before {
  display: none;
}
.top-gutter {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .top-gutter.tg-xs {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .top-gutter.tg-sm {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .top-gutter.tg-md {
    margin-top: 0;
  }
}
.full-gutter-width {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.full-gutter-width div[class*="col-"] {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.half-gutter-width {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.half-gutter-width div[class*="col-"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.fourth-gutter-width {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.fourth-gutter-width div[class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/*! 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: Arial, 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: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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.428571429;
  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: 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #24729a;
}
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: #999999;
}
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: 32px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  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: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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 #999999;
}
.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: #999999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
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;
  white-space: nowrap;
  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);
}
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: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}
.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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  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.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;
  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 {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  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: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.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:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  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: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:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  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: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:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  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: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:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  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: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: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../library/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../library/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../library/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../library/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../library/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  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;
  font-weight: normal;
  line-height: 18px;
  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;
}
.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;
  }
}
#main .gform_wrapper {
  max-width: 100% !important;
}
#main .gform_wrapper h1,
#main .gform_wrapper h2,
#main .gform_wrapper h3 {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#main .gform_wrapper .validation_message {
  color: #D54926 !important;
}
#main .gform_wrapper .ginput_complex .ginput_left select,
#main .gform_wrapper .ginput_complex .ginput_right select {
  width: 100% !important;
}
#main .gform_wrapper .top-label li.gfield.gf_left_half .input.medium,
#main .gform_wrapper li.gfield.gf_left_half .input.medium,
#main .gform_wrapper .top-label li.gfield.gf_right_half .input.medium,
#main .gform_wrapper li.gfield.gf_right_half .input.medium,
#main .gform_wrapper .top-label li.gfield.gf_left_half .input.large,
#main .gform_wrapper li.gfield.gf_left_half .input.large,
#main .gform_wrapper .top-label li.gfield.gf_right_half .input.large,
#main .gform_wrapper li.gfield.gf_right_half .input.large,
#main .gform_wrapper .top-label li.gfield.gf_left_half select.medium,
#main .gform_wrapper li.gfield.gf_left_half select.medium,
#main .gform_wrapper .top-label li.gfield.gf_right_half select.medium,
#main .gform_wrapper li.gfield.gf_right_half select.medium,
#main .gform_wrapper .top-label li.gfield.gf_left_half select.large,
#main .gform_wrapper li.gfield.gf_left_half select.large,
#main .gform_wrapper .top-label li.gfield.gf_right_half select.large,
#main .gform_wrapper li.gfield.gf_right_half select.large {
  width: 100% !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error,
#main .gform_wrapper li.gfield.gfield_error {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error.gf_left_half,
#main .gform_wrapper li.gfield.gfield_error.gf_left_half,
#main .gform_wrapper .top-label li.gfield.gfield_error.gf_right_half,
#main .gform_wrapper li.gfield.gfield_error.gf_right_half {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 49% !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error .gfield_label,
#main .gform_wrapper li.gfield.gfield_error .gfield_label {
  color: #D54926 !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error input[type=text],
#main .gform_wrapper li.gfield.gfield_error input[type=text],
#main .gform_wrapper .top-label li.gfield.gfield_error input[type=url],
#main .gform_wrapper li.gfield.gfield_error input[type=url],
#main .gform_wrapper .top-label li.gfield.gfield_error input[type=email],
#main .gform_wrapper li.gfield.gfield_error input[type=email],
#main .gform_wrapper .top-label li.gfield.gfield_error input[type=tel],
#main .gform_wrapper li.gfield.gfield_error input[type=tel],
#main .gform_wrapper .top-label li.gfield.gfield_error input[type=number],
#main .gform_wrapper li.gfield.gfield_error input[type=number],
#main .gform_wrapper .top-label li.gfield.gfield_error input[type=password],
#main .gform_wrapper li.gfield.gfield_error input[type=password],
#main .gform_wrapper .top-label li.gfield.gfield_error textarea,
#main .gform_wrapper li.gfield.gfield_error textarea,
#main .gform_wrapper .top-label li.gfield.gfield_error select,
#main .gform_wrapper li.gfield.gfield_error select {
  border: 1px solid #d2d2d2 !important;
  width: 100% !important;
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
 display:-moz-inline-stack;
 display:inline-block;
 letter-spacing:inherit;
 vertical-align:top;
 cursor:pointer;
 padding: 0 10px;
}
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error input[type=text],
.ginput_left #main .gform_wrapper li.gfield.gfield_error input[type=text],
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error input[type=url],
.ginput_left #main .gform_wrapper li.gfield.gfield_error input[type=url],
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error input[type=email],
.ginput_left #main .gform_wrapper li.gfield.gfield_error input[type=email],
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error input[type=tel],
.ginput_left #main .gform_wrapper li.gfield.gfield_error input[type=tel],
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error input[type=number],
.ginput_left #main .gform_wrapper li.gfield.gfield_error input[type=number],
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error input[type=password],
.ginput_left #main .gform_wrapper li.gfield.gfield_error input[type=password],
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error textarea,
.ginput_left #main .gform_wrapper li.gfield.gfield_error textarea,
.ginput_left #main .gform_wrapper .top-label li.gfield.gfield_error select,
.ginput_left #main .gform_wrapper li.gfield.gfield_error select,
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error input[type=text],
.ginput_right #main .gform_wrapper li.gfield.gfield_error input[type=text],
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error input[type=url],
.ginput_right #main .gform_wrapper li.gfield.gfield_error input[type=url],
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error input[type=email],
.ginput_right #main .gform_wrapper li.gfield.gfield_error input[type=email],
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error input[type=tel],
.ginput_right #main .gform_wrapper li.gfield.gfield_error input[type=tel],
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error input[type=number],
.ginput_right #main .gform_wrapper li.gfield.gfield_error input[type=number],
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error input[type=password],
.ginput_right #main .gform_wrapper li.gfield.gfield_error input[type=password],
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error textarea,
.ginput_right #main .gform_wrapper li.gfield.gfield_error textarea,
.ginput_right #main .gform_wrapper .top-label li.gfield.gfield_error select,
.ginput_right #main .gform_wrapper li.gfield.gfield_error select {
  width: 98% !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error .ginput_complex .ginput_right,
#main .gform_wrapper li.gfield.gfield_error .ginput_complex .ginput_right,
#main .gform_wrapper .top-label li.gfield.gfield_error .ginput_complex .ginput_left,
#main .gform_wrapper li.gfield.gfield_error .ginput_complex .ginput_left {
  width: 49.5% !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error .ginput_complex .ginput_right select,
#main .gform_wrapper li.gfield.gfield_error .ginput_complex .ginput_right select,
#main .gform_wrapper .top-label li.gfield.gfield_error .ginput_complex .ginput_left select,
#main .gform_wrapper li.gfield.gfield_error .ginput_complex .ginput_left select {
  width: 100% !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error .ginput_complex .ginput_right,
#main .gform_wrapper li.gfield.gfield_error .ginput_complex .ginput_right {
  padding-left: 1% !important;
}
#main .gform_wrapper .top-label li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0 !important;
}
#main .gform_wrapper .gform_fields {
  padding-left: 0 !important;
}
#main .gform_wrapper .gform_fields li {
  padding-left: 0 !important;
  text-indent: 0 !important;
  font-style: normal !important;
}
#main .gform_wrapper .gform_fields li:before {
  display: none !important;
}
#main .gform_wrapper .gform_fields .gfield {
  background: transparent !important;
  list-style-position: outside !important;
  /*padding: 0 0 8px 0 !important;*/
  font-size: 14px;
}
#main .gform_wrapper .gform_fields .gfield.important-message {
  background: #24729a !important;
  padding: 8px 12px !important;
  list-style-type: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 2px !important;
}
#main .gform_wrapper .gform_fields .gfield.alert-message {
  background: #fbe9e7 !important;
  padding: 8px 12px !important;
  margin-bottom: 20px !important;
  list-style-type: none !important;
  color: #c62828 !important;
  border: 1px solid #c62828 !important;
  border-radius: 1px !important;
}
#main .gform_wrapper div.validation_error {
  background: #CE5030;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid #790000;
  color: #ffffff;
}
#main .gform_wrapper .gform_title {
  padding-bottom: 0 !important;
  font-size: 26px !important;
}
#main .gform_wrapper .gfield_radio {
  padding: 0 !important;
  overflow: hidden;
}
#main .gform_wrapper .gfield_html {
  margin-top: 30px !important;
}
#main .gform_wrapper .gfield.gsection + .gfield_html,
#main .gform_wrapper .gfield.gsection + .gfield.gform_hidden + .gfield_html {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
#main .gform_wrapper input[type=text],
#main .gform_wrapper input[type=email],
#main .gform_wrapper textarea,
#main .gform_wrapper .gfield_select {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #d2d2d2 !important;
  -webkit-box-shadow: inset 0 0 2px #eeeeee !important;
  box-shadow: inset 0 0 2px #eeeeee !important;
  padding: 8px !important;
  font-size: 14px !important;
  border-radius: 2px;
}
#main .gform_wrapper input[type=text]:focus,
#main .gform_wrapper input[type=email]:focus,
#main .gform_wrapper textarea:focus,
#main .gform_wrapper .gfield_select:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
#main .gform_wrapper select {
  padding: 8px !important;
  font-size: 14px !important;
}
.page-slug-apply-online #main .gform_wrapper input[type=text],
.page-slug-apply-online #main .gform_wrapper input[type=email],
.page-slug-apply-online #main .gform_wrapper textarea,
.page-slug-apply-online #main .gform_wrapper .gfield_select {
  background: #fff !important;
}
#main .gform_wrapper button[type=submit] {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  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;
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #535353;
}
#main .gform_wrapper button[type=submit]:focus,
#main .gform_wrapper button[type=submit]:active:focus,
#main .gform_wrapper button[type=submit].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main .gform_wrapper button[type=submit]:hover,
#main .gform_wrapper button[type=submit]:focus {
  color: #333333;
  text-decoration: none;
}
#main .gform_wrapper button[type=submit]:active,
#main .gform_wrapper button[type=submit].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);
}
#main .gform_wrapper button[type=submit].disabled,
#main .gform_wrapper button[type=submit][disabled],
fieldset[disabled] #main .gform_wrapper button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main .gform_wrapper button[type=submit]:focus,
#main .gform_wrapper button[type=submit]:hover {
  outline: none;
  color: #fff;
}
#main .gform_wrapper button[type=submit]:hover,
#main .gform_wrapper button[type=submit]:focus {
  background-color: #333;
}
#main .gform_wrapper .gfield.gsection {
  margin-top: 40px !important;
}
#main .gform_wrapper .gfield.gsection:first-child {
  margin-top: 0 !important;
}
#main .gform_wrapper .gform_footer {
  margin: 0 !important;
}
#main .gform_wrapper#gform_wrapper_6 #input_6_3 {
  width: 45% !important;
}
#main .gform_wrapper#gform_wrapper_7 #input_7_2 {
  width: 94% !important;
}
@media (min-width: 768px) {
  #main .gform_wrapper#gform_wrapper_7 #input_7_2 {
    width: 48% !important;
  }
}
#main #main .gform_wrapper .ginput_complex .ginput_right input[type=text],
#main #main .gform_wrapper .ginput_complex .ginput_right input[type=url],
#main #main .gform_wrapper .ginput_complex .ginput_right input[type=email],
#main #main .gform_wrapper .ginput_complex .ginput_right input[type=tel],
#main #main .gform_wrapper .ginput_complex .ginput_right input[type=number],
#main #main .gform_wrapper .ginput_complex .ginput_right input[type=password],
#main #main .gform_wrapper .ginput_complex .ginput_right select {
  width: 100% !important;
}
@media (max-width: 767px) {
  #main .gform_wrapper .gfield .gfield_label,
  #main .gform_wrapper .gfield .ginput_container,
  #main .gform_wrapper .gfield .gfield_select,
  #main .gform_wrapper .gfield input[type=text],
  #main .gform_wrapper .gfield textarea {
    width: 100% !important;
  }
  #main .gform_wrapper ul.gfield_radio li,
  #main .gform_wrapper ul.gfield_checkbox li,
  #main .gform_wrapper .left_label ul.gfield_checkbox,
  #main .gform_wrapper .right_label ul.gfield_checkbox,
  #main .gform_wrapper .left_label ul.gfield_radio,
  #main .gform_wrapper .right_label ul.gfield_radio {
    overflow: visible !important;
  }
  #main .gform_wrapper .right_label .gfield_description,
  #main .gform_wrapper .left_label .gfield_description,
  #main .gform_wrapper .left_label .instruction,
  #main .gform_wrapper .right_label .instruction {
    margin-left: 0 !important;
  }
  #main .gform_wrapper .gform_footer {
    padding-left: 0 !important;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../library/FlexSlider/fonts/flexslider-icon.eot');
  src: url('../library/FlexSlider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../library/FlexSlider/fonts/flexslider-icon.woff') format('woff'), url('../library/FlexSlider/fonts/flexslider-icon.ttf') format('truetype'), url('../library/FlexSlider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Preload images */
body:after {
  content: url("../library/lightbox/img/close.png") url("../library/lightbox/img/loading.gif") url("../library/lightbox/img/prev.png") url("../library/lightbox/img/next.png");
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../library/lightbox/img/loading.gif") no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../library/lightbox/img/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../library/lightbox/img/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../library/lightbox/img/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*	Core
---------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  background: url(../images/Greyz.jpg);
  color: #333333;
  word-break: break-word;
  /* Greyz pattern from http://subtlepatterns.com */
}
#no-script {
  padding: 10px;
  background: #FF9898;
  margin: 0;
  font-weight: 700;
}
#no-script #no-script-icon {
  float: left;
  padding: 2px 10px;
  border: 2px solid;
  border-radius: 50%;
  background: #fff500;
  margin: -4px 10px 0 0;
}
.container {
  margin: auto;
  width: 100%;
  max-width: 1050px;
}
a {
  -webkit-transition: color linear 0.1s;
  transition: color linear 0.1s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
body.page-template-intl-program-page-php a,
body.page-id-315 a,
body.page-template-featured-program-php a {
  color: #758f24;
}
body.page-template-intl-program-page-php a:hover,
body.page-id-315 a:hover,
body.page-template-featured-program-php a:hover,
body.page-template-intl-program-page-php a:focus,
body.page-id-315 a:focus,
body.page-template-featured-program-php a:focus {
  color: #647b1f;
}
body.page-template-intl-program-page-php h1,
body.page-id-315 h1,
body.page-template-featured-program-php h1,
body.page-template-intl-program-page-php h2,
body.page-id-315 h2,
body.page-template-featured-program-php h2,
body.page-template-intl-program-page-php h3,
body.page-id-315 h3,
body.page-template-featured-program-php h3,
body.page-template-intl-program-page-php h4,
body.page-id-315 h4,
body.page-template-featured-program-php h4 {
  color: #758f24;
}
body.page-id-7 a,
body.page-template-tpl-content-page-intern_usa-php a,
body.page-id-386 a,
body.page-id-382 a,
body.page-id-405 a,
body.page-id-124 a {
  color: #24729a;
}
body.page-id-7 a:hover,
body.page-template-tpl-content-page-intern_usa-php a:hover,
body.page-id-386 a:hover,
body.page-id-382 a:hover,
body.page-id-405 a:hover,
body.page-id-124 a:hover,
body.page-id-7 a:focus,
body.page-template-tpl-content-page-intern_usa-php a:focus,
body.page-id-386 a:focus,
body.page-id-382 a:focus,
body.page-id-405 a:focus,
body.page-id-124 a:focus {
  color: #1f6385;
}
body.page-id-7 h1,
body.page-template-tpl-content-page-intern_usa-php h1,
body.page-id-386 h1,
body.page-id-382 h1,
body.page-id-405 h1,
body.page-id-124 h1,
body.page-id-7 h2,
body.page-template-tpl-content-page-intern_usa-php h2,
body.page-id-386 h2,
body.page-id-382 h2,
body.page-id-405 h2,
body.page-id-124 h2,
body.page-id-7 h3,
body.page-template-tpl-content-page-intern_usa-php h3,
body.page-id-386 h3,
body.page-id-382 h3,
body.page-id-405 h3,
body.page-id-124 h3,
body.page-id-7 h4,
body.page-template-tpl-content-page-intern_usa-php h4,
body.page-id-386 h4,
body.page-id-382 h4,
body.page-id-405 h4,
body.page-id-124 h4 {
  color: #24729a;
}
body.page-id-9 a,
body.page-template-tpl-content-page-work_travel-php a,
body.page-id-162 a {
  color: #d65916;
}
body.page-id-9 a:hover,
body.page-template-tpl-content-page-work_travel-php a:hover,
body.page-id-162 a:hover,
body.page-id-9 a:focus,
body.page-template-tpl-content-page-work_travel-php a:focus,
body.page-id-162 a:focus {
  color: #bf4f14;
}
body.page-id-9 h1,
body.page-template-tpl-content-page-work_travel-php h1,
body.page-id-162 h1,
body.page-id-9 h2,
body.page-template-tpl-content-page-work_travel-php h2,
body.page-id-162 h2,
body.page-id-9 h3,
body.page-template-tpl-content-page-work_travel-php h3,
body.page-id-162 h3,
body.page-id-9 h4,
body.page-template-tpl-content-page-work_travel-php h4,
body.page-id-162 h4 {
  color: #d65916;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
embed,
iframe,
object {
  max-width: 100%;
}
hr {
  margin: 30px 0;
  border-color: #ddd;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 40px;
  margin-bottom: 15px;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
button.h4 {
  font-size: 14px;
}
p {
  margin-bottom: 15px;
}
.entry-title {
  margin-top: 0;
}
ol,
ul {
  padding-left: 30px;
}
.list-gapped > li {
  margin-bottom: 10px;
}
.list-gapped > li > ul,
.list-gapped > li > ol {
  margin-top: 10px;
}
blockquote {
  font-size: 16px;
}
.form-control {
  font-weight: normal;
}
textarea {
  height: auto;
}
select {
  border: 1px solid #e5e5e5;
}
.blue-btn {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
}
.blue-btn:focus,
.blue-btn:hover {
  outline: none;
  color: #fff;
}
.blue-btn:hover,
.blue-btn:focus {
  background-color: #1f6385;
}
.blue-btn.lighten {
  background-color: #24729a;
}
.blue-btn.lighten:hover,
.blue-btn.lighten:focus {
  background-color: #2981af;
}
.orange-btn {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #d65916;
}
.orange-btn:focus,
.orange-btn:hover {
  outline: none;
  color: #fff;
}
.orange-btn:hover,
.orange-btn:focus {
  background-color: #bf4f14;
}
.orange-btn.lighten {
  background-color: #d65916;
}
.orange-btn.lighten:hover,
.orange-btn.lighten:focus {
  background-color: #e8641e;
}
.green-btn {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #758f24;
}
.green-btn:focus,
.green-btn:hover {
  outline: none;
  color: #fff;
}
.green-btn:hover,
.green-btn:focus {
  background-color: #647b1f;
}
.green-btn.lighten {
  background-color: #758f24;
}
.green-btn.lighten:hover,
.green-btn.lighten:focus {
  background-color: #86a329;
}
.yellow-btn {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #e8ae1e;
}
.yellow-btn:focus,
.yellow-btn:hover {
  outline: none;
  color: #fff;
}
.yellow-btn:hover,
.yellow-btn:focus {
  background-color: #f7bc2b;
}
.yellow-btn.lighten {
  background-color: #e8ae1e;
}
.yellow-btn.lighten:hover,
.yellow-btn.lighten:focus {
  background-color: #f7bc2b;
}
.black-btn {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #535353;
}
.black-btn:focus,
.black-btn:hover {
  outline: none;
  color: #fff;
}
.black-btn:hover,
.black-btn:focus {
  background-color: #333;
}
/* ol.circled-numbers {
	counter-reset:li; // Initiate a counter
	margin-left: 20px;
	padding-left:0; // Remove the default left padding

	> li {
		position:relative; // Create a positioning context
		margin: 18px 0 6px 30px; // Give each list item a left margin to make room for the numbers
		padding:4px 8px; // Add some spacing around the content
		list-style:none; // Disable the normal item numbering

		&:first-child {margin-top: 10px;}

		&:before {
			content:counter(li);  Use the counter as content 
			counter-increment:li; // Increment the counter by 1
			// Position and style the number
			position:absolute;
			top: 50%;
			left:-49px;
			.square(40px);
			// Some space between the number and the content in browsers that support
			   generated content but not positioning it (Camino 2 is one example)
			margin: -20px 8px 0 0;
			border: 4px solid #3d3d3d;
			font-weight:bold;
			font-style: normal;
			color: #3d3d3d;
			text-align:center;
			border-radius: 50%;
			font-size: 22px;
		}
	}
} */
/*	Components
---------------------------------------------------------*/
.search-container {
  position: relative;
  float: right;
  display: none;
}
@media (min-width: 992px) {
  .search-container {
    display: inline-block;
  }
}
.search-container .search-form {
  margin: 3px 0 0px;
  position: relative;
  width: 200px;
  height: 20px;
}
.search-container .search-form .main-search-form {
  box-shadow: none;
  border-radius: 10px;
  padding: 2px 24px 2px 10px;
  width: 200px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.search-container .search-form .main-search-form:focus {
  outline: 0;
}
.search-container .search-form .searchsubmit {
  margin: 0;
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 14px;
  position: absolute;
  top: 3px;
  right: 8px;
  z-index: 2;
}
.search-container .search-form .searchsubmit:focus {
  outline: 0;
}
.content-navigation ul,
.comment-navigation ul {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.content-navigation ul .nav-previous,
.comment-navigation ul .nav-previous {
  float: left;
}
.content-navigation ul .nav-next,
.comment-navigation ul .nav-next {
  float: right;
}
.content-navigation {
  margin: 20px 0;
}
#content-nav-above {
  margin-top: 0;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  font-size: 12px;
  margin: 5px 0 0;
}
.divider {
  height: 28px;
  background: url(../images/LinePattern.png);
  background-repeat: repeat-x;
}
.google-map {
  height: 250px;
}
.google-map img {
  max-width: none;
}
#map {
  height: 160px;
  word-break: normal;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  #map {
    display: block;
  }
}
html.lt-ie9 #map {
  display: none !important;
}
#map .ol-logo,
#map .ol-attribution {
  display: none !important;
}
#map .ol-zoom button {
  font-size: 1em !important;
}
#map .reset-zoom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  background-color: #7b98bc;
  background-color: rgba(0, 60, 136, 0.5);
  padding: 5px;
  color: #ffffff;
}
#map .reset-zoom:hover {
  background-color: #4c6079;
  background-color: rgba(0, 60, 136, 0.7);
}
body.page-id-382 #map {
  height: 450px;
}
.teaser-list {
  margin-top: 40px;
}
.teaser-list .teaser {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .teaser-list .teaser {
    margin-top: 20px;
  }
}
.teaser-list .teaser img {
  margin-bottom: 10px;
}
.teaser-list .teaser .teaser-text {
  color: #808080;
}
@media (min-width: 768px) {
  .teaser-list:first-child,
  .teaser-list .teaser:first-child {
    margin-top: 0;
  }
}
.breadcrumbs-wrapper {
  /*background: #f6f6f6;*/
  /*background: #fff;*/
  border-bottom: 0px solid #ddd;
  padding: 12px 0;
}
.breadcrumbs-wrapper:before,
.breadcrumbs-wrapper:after {
  content: " ";
  display: table;
}
.breadcrumbs-wrapper:after {
  clear: both;
}
.breadcrumbs-wrapper:before,
.breadcrumbs-wrapper:after {
  content: " ";
  display: table;
}
.breadcrumbs-wrapper:after {
  clear: both;
}
.breadcrumbs-wrapper > .container {
  text-align: center;
}
@media (min-width: 992px) {
  .breadcrumbs-wrapper > .container {
    text-align: initial;
  }
}
.breadcrumbs-wrapper #breadcrumbs {
  margin: 6px 0;
  float: left;
  color: #282d30;
  font-size: 12px;
  display: none;
}
@media (min-width: 992px) {
  .breadcrumbs-wrapper #breadcrumbs {
    display: block;
  }
}
.breadcrumbs-wrapper #breadcrumbs > span > span {
  margin: 0 10px;
}
.breadcrumbs-wrapper #breadcrumbs > span > span:first-child {
  margin-left: 0;
}
.breadcrumbs-wrapper #breadcrumbs > span > span:last-child {
  margin-right: 0;
}
.breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last {
  color: #24729a;
  font-weight: 400;
}
.breadcrumbs-wrapper #breadcrumbs a {
  color: #282d30;
}
@media (min-width: 992px) {
  .breadcrumbs-wrapper .buttons {
    float: right;
    margin-left: 20px;
  }
}
.breadcrumbs-wrapper .buttons .avail-pos {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #5db0d8;
}
.breadcrumbs-wrapper .buttons .avail-pos:focus,
.breadcrumbs-wrapper .buttons .avail-pos:hover {
  outline: none;
  color: #fff;
}
.breadcrumbs-wrapper .buttons .avail-pos:hover,
.breadcrumbs-wrapper .buttons .avail-pos:focus {
  background-color: #48a6d3;
}
.breadcrumbs-wrapper .buttons .apply-online {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
}
.breadcrumbs-wrapper .buttons .apply-online:focus,
.breadcrumbs-wrapper .buttons .apply-online:hover {
  outline: none;
  color: #fff;
}
.breadcrumbs-wrapper .buttons .apply-online:hover,
.breadcrumbs-wrapper .buttons .apply-online:focus {
  background-color: #1f6385;
}
.breadcrumbs-wrapper .buttons .apply-online.lighten {
  background-color: #24729a;
}
.breadcrumbs-wrapper .buttons .apply-online.lighten:hover,
.breadcrumbs-wrapper .buttons .apply-online.lighten:focus {
  background-color: #2981af;
}
.breadcrumbs-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs-wrapper {
    display: block;
  }
}
.breadcrumbs-wrapper #breadcrumbs > span span:first-child a {
  display: inline-block;
}
.breadcrumbs-wrapper #breadcrumbs > span span:first-child > a:before {
  content: "\e60c";
  font-family: icomoon;
}
.img-wrapper .breadcrumbs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 0;
  z-index: 3;
  border: 0;
}
.img-wrapper .breadcrumbs-wrapper > .container {
  border: 1px solid #ddd;
  border-top: 0;
}
.img-wrapper .breadcrumbs-wrapper .heading {
  margin-bottom: 50px;
}
.img-wrapper .breadcrumbs-wrapper .heading h2,
.img-wrapper .breadcrumbs-wrapper .heading p {
  color: #fff;
  text-shadow: 1px 1px 2px #616c70;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: inline-block;
  margin-bottom: 0;
  float: left;
  clear: left;
}
.img-wrapper .breadcrumbs-wrapper .heading h2 {
  padding: 15px;
}
.img-wrapper .breadcrumbs-wrapper .heading h2.ip-heading {
  background: #24729a;
}
.img-wrapper .breadcrumbs-wrapper .heading h2.wtp-heading {
  background: #d65916;
}
.img-wrapper .breadcrumbs-wrapper .heading p {
  background: #777;
  font-weight: 700;
  padding: 8px 15px;
}
.img-wrapper .breadcrumbs-wrapper .buttons .avail-pos,
.img-wrapper .breadcrumbs-wrapper .buttons .apply-online {
  font-weight: 400;
  padding: 8px 19px;
  float: left;
  margin-left: 5px;
  font-size: 14px;
}
.img-wrapper .breadcrumbs-wrapper .buttons .arrow {
  display: block;
  border: 5px solid transparent;
  border-left: 4px solid #ffffff;
  position: relative;
  float: left;
  margin: 6px 5px 0 0;
}
.img-wrapper .breadcrumbs-wrapper .buttons .arrow:after {
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-left: 3px solid #24729a;
  top: -4px;
  left: -5px;
}
.img-wrapper .breadcrumbs-wrapper .buttons .text {
  float: right;
  display: block;
}
body.page-id-382 .breadcrumbs-wrapper .buttons {
  display: none;
}
body.page-id-9 .breadcrumbs-wrapper .buttons .avail-pos,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .buttons .avail-pos {
  background-color: #e28c12;
}
body.page-id-9 .breadcrumbs-wrapper .buttons .avail-pos:hover,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .buttons .avail-pos:hover,
body.page-id-9 .breadcrumbs-wrapper .buttons .avail-pos:focus,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .buttons .avail-pos:focus {
  background-color: #ca7d10;
}
body.page-id-9 .breadcrumbs-wrapper .buttons .apply-online,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .buttons .apply-online {
  background-color: #d65916;
}
body.page-id-9 .breadcrumbs-wrapper .buttons .apply-online:hover,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .buttons .apply-online:hover,
body.page-id-9 .breadcrumbs-wrapper .buttons .apply-online:focus,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .buttons .apply-online:focus {
  background-color: #bf4f14;
}
body.page-id-9 .breadcrumbs-wrapper .buttons .arrow:after,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .buttons .arrow:after {
  border-left-color: #d65916;
}
body.page-template-intl-program-page-php .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.page-template-featured-program-php .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.page-id-315 .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last {
  color: #758f24;
}
body.page-template-intl-program-page-php .breadcrumbs-wrapper .buttons,
body.page-template-featured-program-php .breadcrumbs-wrapper .buttons,
body.page-id-315 .breadcrumbs-wrapper .buttons {
  display: none;
}
body.page-template-intern-travel-php .breadcrumbs-wrapper .container.bc,
body.page-template-tpl-content-page-intern_usa-php .breadcrumbs-wrapper .container.bc,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .container.bc {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.page-template-intern-travel-php .breadcrumbs-wrapper .container.bc #breadcrumbs,
body.page-template-tpl-content-page-intern_usa-php .breadcrumbs-wrapper .container.bc #breadcrumbs,
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper .container.bc #breadcrumbs {
  margin: 9px 0;
}
body.page-template-tpl-content-page-work_travel-php .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.page-id-9 .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last {
  color: #d65916;
}
.accordion .accordion-group {
  margin-bottom: 2px;
  border: 1px solid #dddddd;
  background: #fff;
}
.accordion .accordion-group .accordion-heading a {
  display: block;
  padding: 8px 15px 8px 35px;
  cursor: pointer;
  position: relative;
}
.accordion .accordion-group .accordion-heading a:hover,
.accordion .accordion-group .accordion-heading a:focus {
  background-color: #f5f5f5;
}
.accordion .accordion-group .accordion-heading a:before,
.accordion .accordion-group .accordion-heading a:after {
  position: absolute;
  content: "";
  background-color: #ccc;
  top: 50%;
}
.accordion .accordion-group .accordion-heading a:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  left: 10px;
}
.accordion .accordion-group .accordion-heading a:after {
  width: 2px;
  height: 10px;
  margin-top: -5px;
  left: -9999px;
}
.accordion .accordion-group .accordion-heading a.collapsed:after {
  left: 14px;
}
.accordion .accordion-group .accordion-body {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.accordion .accordion-group .accordion-body .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #dddddd;
}
.accordion .accordion-group .accordion-body .accordion-inner p:last-child {
  margin-bottom: 0;
}
.find-a-program-form {
  background-color: #f3f4f6;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 15px -7px;
  box-shadow: 0 0 15px -7px;
  padding: 20px;
  position: relative;
}
.find-a-program-form .title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
}
.find-a-program-form .copy {
  font-size: 12px;
}
.find-a-program-form .search-button {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
}
.find-a-program-form .search-button:focus,
.find-a-program-form .search-button:hover {
  outline: none;
  color: #fff;
}
.find-a-program-form .search-button:hover,
.find-a-program-form .search-button:focus {
  background-color: #1f6385;
}
.find-a-program-form .search-button.lighten {
  background-color: #24729a;
}
.find-a-program-form .search-button.lighten:hover,
.find-a-program-form .search-button.lighten:focus {
  background-color: #2981af;
}
.find-a-program-form #usaType,
.find-a-program-form #usaCategory,
.find-a-program-form #intlType {
  display: none;
}
.displaynone {
  display: none;
}
.checkbox-table {
  width: 100%;
  margin-bottom: 20px;
}
.checkbox-table td {
  vertical-align: top;
  padding-top: 20px;
}
.checkbox-table td:first-child {
  padding-right: 15px;
}
.checkbox-table + .application-submit {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
}
.checkbox-table + .application-submit:focus,
.checkbox-table + .application-submit:hover {
  outline: none;
  color: #fff;
}
.checkbox-table + .application-submit:hover,
.checkbox-table + .application-submit:focus {
  background-color: #1f6385;
}
.checkbox-table + .application-submit.lighten {
  background-color: #24729a;
}
.checkbox-table + .application-submit.lighten:hover,
.checkbox-table + .application-submit.lighten:focus {
  background-color: #2981af;
}
.postid-682 .content-list .checkbox-table td {
  min-width: 0;
}
.checkbox-table .cb-wrapper {
  display: block;
  float: left;
  margin-right: 15px;
}
.checkbox-table .text-wrapper {
  display: block;
  overflow: hidden;
}
.contact-teaser {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
}
.contact-teaser .address span,
.contact-teaser .connect {
  font-weight: 700;
}
.contact-teaser .connect {
  font-size: 14px;
}
.contact-teaser .social {
  overflow: hidden;
}
.contact-teaser .social .facebook,
.contact-teaser .social .twitter {
  height: 28px;
  background: url(../images/social-sprite.png);
  float: left;
  margin-right: 7px;
  display: block;
}
.contact-teaser .social .facebook {
  width: 28px;
}
.contact-teaser .social .twitter {
  width: 28px;
  background-position: -28px 0;
}
/*	Header
---------------------------------------------------------*/
#header {
  background: #fff;
  box-shadow: 0 -4px 10px 0px #000000;
  position: relative;
  z-index: 1000;
}
#header .top-banner {
  background: #3b4346;
  padding: 4px 0;
  line-height: 1.55;
}
@media (min-width: 992px) {
  #header .top-banner {
    margin-bottom: 18px;
  }
}
#header .top-banner > .container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #header .top-banner > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .top-banner #site-branding {
  float: left;
}
#header .top-banner #site-branding .site-title {
  float: left;
  width: 15px;
  margin: 3px 12px 0 0;
  display: none;
}
@media (min-width: 992px) {
  #header .top-banner #site-branding .site-title {
    display: inline;
  }
}
#header .top-banner #site-branding .site-description {
  color: #8b8b8b;
  float: left;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}
#header .top-banner #site-branding .site-description a {
  color: #8b8b8b;
}
#header .top-banner #site-branding .site-description a:hover {
  color: #fff;
}
#header .top-banner #site-branding .site-description .mini-tagline {
  display: none;
  font-style: italic;
}
@media (min-width: 992px) {
  #header .top-banner #site-branding .site-description .mini-tagline {
    display: inline;
  }
}
#header .top-banner .social-icons {
  font-family: icomoon;
  float: right;
}
#header .top-banner .social-icons .social-link {
  float: left;
  color: #e2e2e2;
  display: inline-block;
  margin-left: 10px;
}
#header .top-banner .social-icons .social-link:hover,
#header .top-banner .social-icons .social-link:focus {
  color: #fff;
}
#header > .container {
  position: relative;
}
#header .cicd-logo {
  float: left;
  padding: 14px 0 15px 20px;
  max-width: 70%;
  width: 264px;
}
@media (min-width: 992px) {
  #header .cicd-logo {
    padding: 7px 0 0 28px;
  }
}
#header .cicd-logo img {
  image-rendering: optimizeQuality;
}
#header .search-menu-container {
  float: right;
}
#header .search-menu-container .search-container {
  margin-top: -5px;
}
/*	Navigation
---------------------------------------------------------*/
.main-navigation {
  display: none;
  font-size: 16px;
  font-weight: bold;
  float: right;
  padding-top: 2px;
  margin: 10px -20px 0 0;
  clear: right;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-navigation {
    display: inline;
  }
}
.main-navigation ul,
.main-navigation li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-navigation ul.menu > li {
  list-style: none;
  float: left;
  position: relative;
  z-index: 1001;
}
.main-navigation ul.menu > li.active {
  box-shadow: 0 0px 7px 0px #888888;
  background: #f6f6f6;
}
.main-navigation ul.menu > li > a {
  padding: 10px 24px 18px;
  display: block;
  color: #ccc;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
}
.main-navigation ul.menu > li.intern-usa {
  margin-left: 5px;
}
.main-navigation ul.menu > li.intern-usa.current-menu-item a,
.main-navigation ul.menu > li.intern-usa.current-page-ancestor a,
.main-navigation ul.menu > li.intern-usa a:hover,
.main-navigation ul.menu > li.intern-usa a:focus {
  color: #24729a;
}
.main-navigation ul.menu > li.work-travel.current-menu-item a,
.main-navigation ul.menu > li.work-travel.current-page-ancestor a,
.main-navigation ul.menu > li.work-travel a:hover,
.main-navigation ul.menu > li.work-travel a:focus {
  color: #d65916;
}
.main-navigation ul.menu > li.intl-prog {
  margin-right: 5px;
}
.main-navigation ul.menu > li.intl-prog.current-menu-item a,
.main-navigation ul.menu > li.intl-prog.current-page-ancestor a,
.main-navigation ul.menu > li.intl-prog a:hover,
.main-navigation ul.menu > li.intl-prog a:focus {
  color: #758f24;
}
.main-navigation ul.menu > li.teach.current-menu-item a,
.main-navigation ul.menu > li.teach.current-page-ancestor a,
.main-navigation ul.menu > li.teach a:hover,
.main-navigation ul.menu > li.teach a:focus {
  color: #e8ae1e;
}
.main-navigation ul.menu > li.menu-item-has-children .menu-text {
  display: block;
  float: left;
}
.main-navigation ul.menu > li.menu-item-has-children .menu-arrow {
  float: right;
  margin: 8px 0 0 8px;
  display: block;
  border: 5px solid transparent;
  border-top: 4px solid #707070;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main-navigation ul.menu > li.menu-item-has-children .menu-arrow:after {
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-top: 3px solid #ffffff;
  top: -5px;
  left: -4px;
}
body.home .main-navigation ul.menu > li.intern-usa > a {
  color: #24729a;
}
body.home .main-navigation ul.menu > li.intern-usa > a:hover,
body.home .main-navigation ul.menu > li.intern-usa > a:focus {
  color: #1c5a79;
}
body.home .main-navigation ul.menu > li.work-travel > a {
  color: #d65916;
}
body.home .main-navigation ul.menu > li.work-travel > a:hover,
body.home .main-navigation ul.menu > li.work-travel > a:focus {
  color: #b14a12;
}
body.home .main-navigation ul.menu > li.teach > a {
  color: #e8ae1e;
}
body.home .main-navigation ul.menu > li.teach > a:hover,
body.home .main-navigation ul.menu > li.teach > a:focus {
  color: #e8ae1e;
}
body.home .main-navigation ul.menu > li.intl-prog > a {
  color: #758f24;
}
body.home .main-navigation ul.menu > li.intl-prog > a:hover,
body.home .main-navigation ul.menu > li.intl-prog > a:focus {
  color: #5a6e1c;
}
body.page-template-tpl-content-page-intern_usa-php .main-navigation ul.menu > li.intern-usa > a {
  color: #24729a;
}
body.page-template-tpl-content-page-intern_usa-php .main-navigation ul.menu > li.intern-usa > a:hover,
body.page-template-tpl-content-page-intern_usa-php .main-navigation ul.menu > li.intern-usa > a:focus {
  color: #1f6385;
}
body.page-template-tpl-content-page-work_travel-php .main-navigation ul.menu > li.work-travel > a {
  color: #d65916;
}
body.page-template-tpl-content-page-work_travel-php .main-navigation ul.menu > li.work-travel > a:hover,
body.page-template-tpl-content-page-work_travel-php .main-navigation ul.menu > li.work-travel > a:focus {
  color: #bf4f14;
}
.main-nav-submenus {
  display: none;
  clear: both;
  background: #f6f6f6;
  position: absolute;
  top: 128px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 0 5px #888888;
}
@media (max-width: 991px) {
  .main-nav-submenus {
    display: none !important;
  }
}
.main-nav-submenus ul,
.main-nav-submenus li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-nav-submenus ul.menu {
  padding: 32px 0;
}
.main-nav-submenus ul.menu > li {
  overflow: hidden;
  display: none;
}
.main-nav-submenus ul.menu > li > a {
  display: none;
}
.main-nav-submenus ul.menu > li > .sub-menu-container {
  width: 100%;
  color: #557382;
  left: 0;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .nav-description {
  float: left;
  width: 25%;
  padding-right: 5%;
  position: relative;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu {
  float: right;
  width: 69%;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu:before,
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu:after {
  content: " ";
  display: table;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu:after {
  clear: both;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu:before,
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu:after {
  content: " ";
  display: table;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu:after {
  clear: both;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > li {
  float: left;
  width: 50%;
  padding-right: 40px;
  position: relative;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > li:last-child {
  padding-right: 0;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > li a {
  color: #5c5c5c;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > li > a {
  font-weight: 700;
  font-size: 15px;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > li .sub-menu {
  margin-top: 6px;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > li .sub-menu li {
  float: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  border-top: 1px solid #e8e8e8;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > li .sub-menu li a {
  padding: 7px 0;
  display: block;
}
.main-nav-submenus ul.menu > li > .sub-menu-container > .sub-menu > .nav-description {
  font-size: 16px;
}
.main-nav-submenus ul.menu > li.intern-usa > .sub-menu-container > .sub-menu > li {
  width: 38%;
}
.main-nav-submenus ul.menu > li.intern-usa > .sub-menu-container > .sub-menu > li.teach-english {
  width: 24%;
}
.main-nav-submenus ul.menu > li.intern-usa .sub-menu li a:hover {
  color: #24729a;
}
.main-nav-submenus ul.menu > li.work-travel .sub-menu li a:hover {
  color: #d65916;
}
html.lt-ie9 .main-navigation ul.menu > li.active {
  border: 1px solid #ddd;
  border-bottom: 0;
}
html.lt-ie9 .main-nav-submenus {
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) {
  .search-menu-container {
    float: right;
  }
}
.search-menu-container .top-navigation {
  float: right;
  display: none;
}
@media (min-width: 992px) {
  .search-menu-container .top-navigation {
    display: inline;
  }
}
.search-menu-container .top-navigation ul {
  padding: 0px;
  margin-bottom: 0px;
}
.search-menu-container .top-navigation li {
  list-style: none;
  float: left;
  padding-left: 17px;
  font-size: 12px;
}
.search-menu-container .top-navigation a {
  color: #838383;
}
.search-menu-container .top-navigation a:hover,
.search-menu-container .top-navigation a:focus {
  color: #282d30;
}
/*	Mobile Navigation
---------------------------------------------------------*/
.mobile-button a {
  background: #e3e3e3;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #acacac;
  display: block;
}
.mobile-button a table {
  width: 100%;
  height: 100%;
}
.mobile-button a table td {
  vertical-align: middle;
}
.mobile-button a table td div {
  margin: auto;
  width: 40px;
}
.mobile-button a table td div span {
  display: block;
  height: 3px;
  background: gray;
  margin-top: 5px;
}
.mobile-button a table td div span:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mobile-button a {
    display: none;
  }
}
.mobile-menu {
  line-height: 40px;
  margin: 0px;
  font-weight: bold;
  background: #3e3e3e;
  display: none;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu .menu-programs-menu-container {
  overflow: hidden;
}
.mobile-menu ul#menu-programs-menu-2 {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  text-align: left;
}
.mobile-menu ul#menu-programs-menu-2 > li.intern-usa > a {
  color: #2981af;
}
.mobile-menu ul#menu-programs-menu-2 > li.intern-usa.menu-item-has-children a:before,
.mobile-menu ul#menu-programs-menu-2 > li.intern-usa.menu-item-has-children a:after {
  background-color: #2981af;
}
.mobile-menu ul#menu-programs-menu-2 > li.intern-usa > .sub-menu > li > a {
  color: #24729a;
}
.mobile-menu ul#menu-programs-menu-2 > li.work-travel > a {
  color: #e8641e;
}
.mobile-menu ul#menu-programs-menu-2 > li.work-travel.menu-item-has-children a:before,
.mobile-menu ul#menu-programs-menu-2 > li.work-travel.menu-item-has-children a:after {
  background-color: #e8641e;
}
.mobile-menu ul#menu-programs-menu-2 > li.work-travel > .sub-menu > li > a {
  color: #d65916;
}
.mobile-menu ul#menu-programs-menu-2 > li.intl-prog > a {
  color: #86a329;
}
.mobile-menu ul#menu-programs-menu-2 > li.intl-prog > .sub-menu > li > a {
  color: #758f24;
}
.mobile-menu ul#menu-programs-menu-2 > li > a {
  font-size: 16px;
}
.mobile-menu ul#menu-programs-menu-2 li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #2d2d2d;
  border-top: 1px solid #4a4a4a;
}
.mobile-menu ul#menu-programs-menu-2 li:first-child {
  margin-top: 0;
}
.mobile-menu ul#menu-programs-menu-2 li.active.menu-item-has-children > a:after {
  left: -9999px;
}
.mobile-menu ul#menu-programs-menu-2 li a {
  color: #fff;
  display: block;
  padding: 12px 12px 12px 45px;
  position: relative;
  line-height: 1.5;
}
.mobile-menu ul#menu-programs-menu-2 li.menu-item-has-children > a:before,
.mobile-menu ul#menu-programs-menu-2 li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  background: #fff;
}
.mobile-menu ul#menu-programs-menu-2 li.menu-item-has-children > a:before {
  width: 10px;
  height: 2px;
  left: 18px;
  top: 22px;
}
.mobile-menu ul#menu-programs-menu-2 li.menu-item-has-children > a:after {
  width: 2px;
  height: 10px;
  left: 22px;
  top: 18px;
}
.mobile-menu ul#menu-programs-menu-2 li .sub-menu {
  display: none;
  width: 100%;
  padding: 0;
  background: #313131;
}
.mobile-menu ul#menu-programs-menu-2 li .sub-menu li:first-child {
  margin-top: 0;
  border-top: 0;
}
.mobile-menu ul#menu-programs-menu-2 li .sub-menu li:last-child {
  border-bottom: 0;
}
.mobile-menu ul#menu-programs-menu-2 li .sub-menu li a {
  color: #fff;
}
.mobile-menu ul#menu-programs-menu-2 li .sub-menu li .sub-menu li a {
  padding-left: 65px;
  font-size: 13px;
}
.mobile-menu .menu-top-menu-container {
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.mobile-menu .menu-top-menu-container ul {
  padding: 0;
  margin: 0;
}
.mobile-menu .menu-top-menu-container ul li {
  list-style-type: none;
  border-bottom: 1px solid #2d2d2d;
  border-top: 1px solid #4a4a4a;
}
.mobile-menu .menu-top-menu-container ul li a {
  color: #fff;
  display: block;
  line-height: 1.8;
  padding: 12px 12px 12px 45px;
}
.mobile-menu .menu-top-menu-container ul li a:hover,
.mobile-menu .menu-top-menu-container ul li a:focus {
  color: #ddd;
}
/*	Main
---------------------------------------------------------*/
#main {
  padding: 40px 0;
}
#Social-Sidebar {
  top: 250px;
  display: none;
}
@media (min-width: 768px) {
  #Social-Sidebar {
    display: block;
  }
}
.find-a-program-form select {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 6px;
}
.find-a-program-form .checkboxes {
  margin-top: 20px;
  font-weight: 700;
}
.find-a-program-form .checkboxes input,
.find-a-program-form .checkboxes span {
  display: inline-block;
  margin-left: 5px;
}
.find-a-program-form .checkboxes input:first-child,
.find-a-program-form .checkboxes span:first-child {
  margin-left: 0;
}
.find-a-program-form .search-button {
  margin-top: 20px;
}
/*	Home Page 
---------------------------------------------------------*/
body.home #main {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.home #main {
    padding-top: 0;
  }
}
body.home .gallery-image {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.home .homeslider-container {
    height: 300px;
  }
}
body.home .slider-container .slider-skin .flexslider .flex-direction-nav {
  display: block;
}
body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-1 .title,
body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-1 {
  background: #24729a;
}
body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-2 .title,
body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-2 {
  background: #d65916;
}
body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-3 .title,
body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-3 {
  background: #758f24;
}
@media (min-width: 768px) {
  body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-1,
  body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-2,
  body.home .slider-container .slider-skin .flexslider .slides .content-outer .content-inner.ci-3 {
    background: transparent;
  }
}
body.home .position-boxes {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  body.home .position-boxes {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  body.home .position-boxes {
    margin-top: -160px;
  }
}
body.home .position-boxes .container {
  padding: 0;
}
@media (min-width: 768px) {
  body.home .position-boxes .container {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
body.home .position-boxes .container .pb-wrapper {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  body.home .position-boxes .container .pb-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.home .position-boxes .container .pb-wrapper.flex-active .program-box,
  body.home .position-boxes .container .pb-wrapper.flex-active .program-box:hover {
    background: url(../images/ActiveBG.jpg) !important;
  }
}
body.home .position-boxes .container .pb-wrapper:first-child .program-box {
  padding-top: 40px;
}
@media (min-width: 768px) {
  body.home .position-boxes .container .pb-wrapper:first-child .program-box {
    padding-top: 30px;
  }
}
body.home .position-boxes .container .pb-wrapper .program-box {
  height: auto;
  width: 100%;
  padding: 10px 0px 40px;
  text-align: center;
  background: url(../images/NormalBG.jpg);
  -ms-flex: 1;
}
@media (min-width: 768px) {
  body.home .position-boxes .container .pb-wrapper .program-box {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  body.home .position-boxes .container .pb-wrapper .program-box:hover {
    background: url(../images/HoverBG.jpg);
  }
}
body.home .position-boxes .container .pb-wrapper .program-box h3 {
  line-height: 1.3;
  padding: 0px;
  margin: -5px 0 0px;
}
@media (max-width: 767px) {
  body.home .position-boxes .container .pb-wrapper .program-box h3 {
    font-size: 24px;
  }
}
body.home .position-boxes .container .pb-wrapper .program-box ul {
  padding: 3px 0 0;
  margin: 0px;
}
body.home .position-boxes .container .pb-wrapper .program-box ul li {
  list-style: none;
  padding: 0px;
  margin: 18px 0 0;
  color: #e3e3e3;
  line-height: 1.25;
  font-size: 13px;
}
@media (min-width: 992px) {
  body.home .position-boxes .container .pb-wrapper .program-box ul {
    padding: 3px 5px 0;
  }
}
body.home .position-boxes .container .pb-wrapper .program-box p {
  margin: 0;
}
body.home .position-boxes .container .pb-wrapper .program-box .program-arrow {
  background: url(../../../uploads/2014/03/LongArrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20px 100px;
}
@media (min-width: 768px) {
  body.home .position-boxes .container .pb-wrapper .program-box .program-arrow {
    padding-bottom: 0;
    background: none;
    height: 100%;
  }
}
body.home .position-boxes .container .pb-wrapper .program-box .program-arrow.program-arrow4 {
  background: none;
  padding-bottom: 0;
}
body.home .position-boxes .container .pb-wrapper .program-box .program-arrow a {
  color: #e3e3e3;
}
body.home .position-boxes .container .pb-wrapper .program-box .program-arrow a:hover,
body.home .position-boxes .container .pb-wrapper .program-box .program-arrow a:focus {
  color: #fff;
}
body.home .position-boxes .container .pb-wrapper .program-box .program-arrow .pb-button {
  margin-top: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box1 h3 a {
  color: #24729a;
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box1 h3 a:hover,
body.home .position-boxes .container .pb-wrapper .program-box.program-box1 h3 a:focus {
  color: #2981af;
}
@media (min-width: 768px) {
  body.home .position-boxes .container .pb-wrapper .program-box.program-box2 h3 {
    margin: 7px 0 14px;
  }
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box2 h3 a {
  color: #d65916;
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box2 h3 a:hover,
body.home .position-boxes .container .pb-wrapper .program-box.program-box2 h3 a:focus {
  color: #e8641e;
}
@media (min-width: 768px) {
  body.home .position-boxes .container .pb-wrapper .program-box.program-box3 h3 {
    margin: 7px 0 14px;
  }
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box3 h3 a {
  color: #e8ae1e;
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box3 h3 a:hover,
body.home .position-boxes .container .pb-wrapper .program-box.program-box3 h3 a:focus {
  color: #f7bc2b;
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box4 h3 a {
  color: #758f24;
}
body.home .position-boxes .container .pb-wrapper .program-box.program-box4 h3 a:hover,
body.home .position-boxes .container .pb-wrapper .program-box.program-box4 h3 a:focus {
  color: #86a329;
}
body.home .world-illustration {
  padding: 40px 0 70px;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 5px 15px -12px #000000;
  box-shadow: inset 0 5px 15px -12px #000000;
}
@media (min-width: 768px) {
  body.home .world-illustration {
    margin-top: 40px;
  }
}
body.home .world-illustration .container #crown-google-pin-map {
  height: 500px;
}
body.home .world-illustration .container .img-wrapper {
  padding-right: 0;
  position: relative;
}
body.home .world-illustration .container .img-wrapper > h3 {
  font-size: 22px;
  margin-bottom: 3px;
}
body.home .world-illustration .container .find-position-form {
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.home .world-illustration .container .find-position-form {
    padding-left: 0;
    padding-top: 6%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body.home .world-illustration .container .find-position-form .find-a-program-form .form-arrow {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #e5e5e5;
  }
  body.home .world-illustration .container .find-position-form .find-a-program-form .form-arrow:after {
    content: '';
    position: absolute;
    top: -18px;
    right: -20px;
    border: 18px solid transparent;
    border-right: 18px solid #f3f4f6;
  }
}
@media (min-width: 768px) {
  html.lt-ie10 body.home .position-boxes .program-box {
    height: 410px;
  }
}
@media (min-width: 992px) {
  html.lt-ie10 body.home .position-boxes .program-box {
    height: 380px;
  }
}
html.lt-ie9 body.home .map-or {
  display: none;
}
/*	InternUSA / WorkTravel
---------------------------------------------------------*/
body.page-template-intern-travel-php #main {
  padding: 0;
}
body.page-template-intern-travel-php .post-thumbnail {
  position: relative;
  overflow: hidden;
}
body.page-template-intern-travel-php .post-thumbnail .img-wrapper {
  overflow: hidden;
}
body.page-template-intern-travel-php .post-thumbnail .img-wrapper > img {
  margin: auto;
  width: 100%;
}
body.page-template-intern-travel-php .post-thumbnail .img-wrapper .slider-container {
  width: 100%;
}
@media (min-width: 768px) {
  body.page-template-intern-travel-php .post-thumbnail .img-wrapper .slider-container {
    position: absolute;
  }
}
body.page-template-intern-travel-php .post-thumbnail .img-wrapper .slider-container .slider-skin {
  max-height: none;
}
body.page-template-intern-travel-php .post-thumbnail .content-outer {
  position: relative;
  z-index: 12;
}
@media (min-width: 768px) {
  body.page-template-intern-travel-php .post-thumbnail .content-outer {
    margin: 60px 0 120px;
  }
}
@media (min-width: 992px) {
  body.page-template-intern-travel-php .post-thumbnail .content-outer {
    margin: 80px 0 140px;
  }
}
@media (min-width: 1200px) {
  body.page-template-intern-travel-php .post-thumbnail .content-outer {
    margin: 100px 0 160px;
  }
}
@media (max-width: 767px) {
  body.page-template-intern-travel-php .post-thumbnail .content-outer .container {
    padding: 0;
  }
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner {
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner {
    max-width: 475px;
  }
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner article {
  padding: 25px 30px 10px;
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner article {
    padding-left: 0;
  }
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner article h3 {
  color: #fff;
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner article p:last-child {
  margin: 0;
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons {
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons {
    padding: 0 0 20px;
  }
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons a {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #535353;
  background-color: #1a5371;
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons a:focus,
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons a:hover {
  outline: none;
  color: #fff;
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons a:hover,
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons a:focus {
  background-color: #333;
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons a:hover,
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .buttons a:focus {
  background-color: #16445c;
}
body.page-template-intern-travel-php .post-thumbnail .content-outer .container .content-inner .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1000px;
  background: #24729a;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
body.page-template-intern-travel-php .row.row1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
body.page-template-intern-travel-php .row.row1 .copy ul {
  padding-left: 20px;
  margin-top: -5px;
}
body.page-template-intern-travel-php .row.row1 .copy ul li {
  margin-top: 10px;
}
body.page-template-intern-travel-php .row.row1 .copy ul li.centered,
body.page-template-intern-travel-php .row.row1 .copy ul li.centered > a {
  list-style-type: none;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}
body.page-template-intern-travel-php .row.row1 .copy ul li.centered:before,
body.page-template-intern-travel-php .row.row1 .copy ul li.centered > a:before {
  content: "";
}
body.page-template-intern-travel-php .row.row1 .start-current {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
}
body.page-template-intern-travel-php .row.row1 .start-current h4 {
  color: #333333;
}
body.page-template-intern-travel-php .row.row1 .start-current h4 a {
  color: #333333;
}
body.page-template-intern-travel-php .row.row1 .start-current h4 a:hover,
body.page-template-intern-travel-php .row.row1 .start-current h4 a:focus {
  color: #404040;
}
body.page-template-intern-travel-php .row.row1 .start-current ul {
  padding: 0;
  margin: 0;
}
body.page-template-intern-travel-php .row.row1 .start-current ul li {
  list-style-type: none;
  line-height: 1.3;
  margin-top: 13px;
  font-size: 12px;
}
body.page-template-intern-travel-php .row.row1 .start-current .menu > li {
  margin-top: 30px;
}
body.page-template-intern-travel-php .row.row1 .start-current .menu > li:first-child {
  margin-top: 0;
}
body.page-template-intern-travel-php .row.row1 .start-current .menu > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  cursor: default;
}
body.page-template-intern-travel-php .row.row1 .start-current .menu > li .sub-menu li.current-menu-item > a {
  color: #000;
}
body.page-template-intern-travel-php .row.row1 .start-current .current-participants {
  margin-top: 30px;
}
body.page-template-intern-travel-php .row.row1 > .img-wrapper {
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.page-template-intern-travel-php .row.row1 > .img-wrapper {
    margin-top: 0;
  }
}
body.page-template-intern-travel-php .featured-program {
  background: #ebebeb;
  padding: 65px 0;
  margin-top: 60px;
  -webkit-box-shadow: inset 0 3px 5px 0 #e2dfdf;
  box-shadow: inset 0 3px 5px 0 #e2dfdf;
}
body.page-template-intern-travel-php .featured-program .img-wrapper {
  position: relative;
  z-index: 5;
}
body.page-template-intern-travel-php .featured-program .text {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.page-template-intern-travel-php .featured-program .text {
    margin-top: 0;
  }
}
body.page-template-intern-travel-php .featured-program .text > h3 > a {
  color: #24729a;
}
body.page-template-intern-travel-php .featured-program .text > h3 > a:hover,
body.page-template-intern-travel-php .featured-program .text > h3 > a:focus {
  color: #1f6385;
}
body.page-template-intern-travel-php .featured-program .text .copy {
  line-height: 1.7;
}
body.page-template-intern-travel-php .featured-program .text .inquire-button {
  margin-top: 20px;
}
body.page-template-intern-travel-php .divider {
  margin-top: 80px;
}
body.page-template-intern-travel-php .intern-work-teasers {
  padding: 45px 0 30px;
  background: #424549;
  color: #aaa;
  font-size: 12px;
}
body.page-template-intern-travel-php .intern-work-teasers .find-a-program-form select {
  color: #bbb;
}
body.page-template-intern-travel-php .intern-work-teasers .find-a-program-form span {
  color: #fff;
}
body.page-template-intern-travel-php .intern-work-teasers .find-a-program-form > h3 {
  line-height: 16px;
  margin-bottom: 24px;
  font-size: 20px;
}
body.page-template-intern-travel-php .intern-work-teasers h3 {
  color: #fff;
  font-size: 18px;
}
body.page-template-intern-travel-php .intern-work-teasers a,
body.page-template-intern-travel-php .intern-work-teasers h3 a {
  color: #ffffff;
}
body.page-template-intern-travel-php .intern-work-teasers a:hover,
body.page-template-intern-travel-php .intern-work-teasers h3 a:hover,
body.page-template-intern-travel-php .intern-work-teasers a:focus,
body.page-template-intern-travel-php .intern-work-teasers h3 a:focus {
  color: #f2f2f2;
}
body.page-template-intern-travel-php .intern-work-teasers .teaser-title {
  margin-top: 20px;
  margin-bottom: 8px;
}
body.page-template-intern-travel-php.page-id-7 .featured-program .img-wrapper:before {
  background: #24729a;
}
body.page-template-intern-travel-php.page-id-9 .post-thumbnail .content-outer .container .content-inner .bg,
body.page-template-intern-travel-php.page-id-9 .featured-program .img-wrapper:before,
body.page-template-intern-travel-php.page-id-9 .inquire-button,
body.page-template-intern-travel-php.page-id-9 .search-button,
body.page-template-intern-travel-php.page-id-9 .learn-more-button {
  background: #d65916;
}
body.page-template-intern-travel-php.page-id-9 .inquire-button:hover,
body.page-template-intern-travel-php.page-id-9 .search-button:hover {
  background: #bf4f14;
}
body.page-template-intern-travel-php.page-id-9 .post-thumbnail .content-outer .container .content-inner .buttons a {
  background-color: #a84611;
}
body.page-template-intern-travel-php.page-id-9 .post-thumbnail .content-outer .container .content-inner .buttons a:hover,
body.page-template-intern-travel-php.page-id-9 .post-thumbnail .content-outer .container .content-inner .buttons a:focus {
  background-color: #913c0f;
}
html.lt-ie9 body.page-template-intern-travel-php .main-content {
  border: 1px solid #dedede;
}
/*	Inside Info Pages
---------------------------------------------------------*/
@media (max-width: 767px) {
  body.page-template-tpl-content-page-intern_usa-php #main,
  body.page-template-tpl-content-page-work_travel-php #main {
    padding-top: 0;
  }
}
body.page-template-tpl-content-page-intern_usa-php #page .img-wrapper,
body.page-template-tpl-content-page-work_travel-php #page .img-wrapper {
  min-height: 160px;
  overflow: hidden;
  position: relative;
  background-size: auto 100%;
  background-size: contain;
  background-repeat: repeat-x;
}
body.page-template-tpl-content-page-intern_usa-php #page .img-wrapper > img,
body.page-template-tpl-content-page-work_travel-php #page .img-wrapper > img {
  margin: auto;
  width: 100%;
}
body.page-template-tpl-content-page-intern_usa-php #page .img-wrapper > .heading-wrapper,
body.page-template-tpl-content-page-work_travel-php #page .img-wrapper > .heading-wrapper {
  position: absolute;
  bottom: 75px;
  right: 0;
  left: 0;
}
body.page-template-tpl-content-page-intern_usa-php #page .img-wrapper > .heading-wrapper .page-heading,
body.page-template-tpl-content-page-work_travel-php #page .img-wrapper > .heading-wrapper .page-heading {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-size: 26px;
}
body.page-template-tpl-content-page-intern_usa-php .menu-toggle-wrap,
body.page-template-tpl-content-page-work_travel-php .menu-toggle-wrap {
  overflow: hidden;
  padding: 15px 0;
}
body.page-template-tpl-content-page-intern_usa-php .menu-toggle-wrap .menu-toggle,
body.page-template-tpl-content-page-work_travel-php .menu-toggle-wrap .menu-toggle {
  float: right;
  width: 40px;
  cursor: pointer;
}
body.page-template-tpl-content-page-intern_usa-php .menu-toggle-wrap .menu-toggle span,
body.page-template-tpl-content-page-work_travel-php .menu-toggle-wrap .menu-toggle span {
  display: block;
  height: 3px;
  margin-top: 6px;
  background: #fff;
}
body.page-template-tpl-content-page-intern_usa-php .menu-toggle-wrap .menu-toggle span:first-child,
body.page-template-tpl-content-page-work_travel-php .menu-toggle-wrap .menu-toggle span:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  body.page-template-tpl-content-page-intern_usa-php .menu-toggle-wrap,
  body.page-template-tpl-content-page-work_travel-php .menu-toggle-wrap {
    display: none;
    background: #fff;
    float: none;
    padding-left: 0;
  }
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper,
  body.page-template-tpl-content-page-work_travel-php .term-list-wrapper {
    margin-top: 0;
  }
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu {
  margin: 0;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li a,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li a {
  font-weight: 700;
  display: block;
  padding: 0;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li a .arrow,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li a .arrow {
  float: right;
  margin: 8px 0 0 8px;
  display: block;
  border: 5px solid transparent;
  border-top: 4px solid #707070;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  border-top-color: transparent;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li a .arrow:after,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li a .arrow:after {
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-top: 3px solid #ffffff;
  top: -5px;
  left: -4px;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li a.active .arrow,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li a.active .arrow {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li > a,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li > a {
  font-size: 16px;
  padding: 5px 0;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li .sub-menu,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li .sub-menu li,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li .sub-menu li {
  line-height: 1.2;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li .sub-menu li a,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li .sub-menu li a {
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0;
  border-top: 1px solid #e4e4e4;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li.current-menu-item .sub-menu,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li.current-menu-item .sub-menu,
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li.current-menu-ancestor .sub-menu,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li.current-menu-ancestor .sub-menu {
  display: block;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu li,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu li {
  list-style-type: none;
  overflow: hidden;
  margin-top: 0;
}
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu li.current-menu-item > a,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu li.current-menu-item > a,
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu li.current-menu-ancestor > a,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu li.current-menu-ancestor > a,
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu li a:hover,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu li a:hover,
body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu li a:focus,
body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu li a:focus {
  color: #333333;
}
body.page-template-tpl-content-page-intern_usa-php .content-wrapper,
body.page-template-tpl-content-page-work_travel-php .content-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.page-template-tpl-content-page-intern_usa-php .content-wrapper,
  body.page-template-tpl-content-page-work_travel-php .content-wrapper {
    margin-top: 0;
  }
}
body.page-template-tpl-content-page-intern_usa-php .content-list,
body.page-template-tpl-content-page-work_travel-php .content-list {
  padding: 0;
}
body.page-template-tpl-content-page-intern_usa-php .content-list table,
body.page-template-tpl-content-page-work_travel-php .content-list table {
  width: 100%;
  border: 1px solid #ddd;
}
body.page-template-tpl-content-page-intern_usa-php .content-list table tr,
body.page-template-tpl-content-page-work_travel-php .content-list table tr {
  background-color: #fff;
}
body.page-template-tpl-content-page-intern_usa-php .content-list table tr:nth-child(odd),
body.page-template-tpl-content-page-work_travel-php .content-list table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
body.page-template-tpl-content-page-intern_usa-php .content-list table th,
body.page-template-tpl-content-page-work_travel-php .content-list table th,
body.page-template-tpl-content-page-intern_usa-php .content-list table td,
body.page-template-tpl-content-page-work_travel-php .content-list table td {
  padding: 15px;
}
body.page-template-tpl-content-page-intern_usa-php .content-list table h1,
body.page-template-tpl-content-page-work_travel-php .content-list table h1,
body.page-template-tpl-content-page-intern_usa-php .content-list table h2,
body.page-template-tpl-content-page-work_travel-php .content-list table h2,
body.page-template-tpl-content-page-intern_usa-php .content-list table h3,
body.page-template-tpl-content-page-work_travel-php .content-list table h3 {
  padding-bottom: 0;
  border-bottom: 0;
}
body.page-template-tpl-content-page-intern_usa-php .content-list table h1:last-child,
body.page-template-tpl-content-page-work_travel-php .content-list table h1:last-child,
body.page-template-tpl-content-page-intern_usa-php .content-list table h2:last-child,
body.page-template-tpl-content-page-work_travel-php .content-list table h2:last-child,
body.page-template-tpl-content-page-intern_usa-php .content-list table h3:last-child,
body.page-template-tpl-content-page-work_travel-php .content-list table h3:last-child {
  margin-bottom: 0;
}
body.page-template-tpl-content-page-intern_usa-php .content-list table td,
body.page-template-tpl-content-page-work_travel-php .content-list table td {
  vertical-align: top;
  min-width: 160px;
}
@media (max-width: 400px) {
  body.page-template-tpl-content-page-intern_usa-php .content-list table td,
  body.page-template-tpl-content-page-work_travel-php .content-list table td {
    min-width: 131px;
  }
}
@media (min-width: 768px) {
  body.page-template-tpl-content-page-intern_usa-php .content-list,
  body.page-template-tpl-content-page-work_travel-php .content-list {
    padding: 0 35px 0 0;
  }
}
body.page-template-tpl-content-page-intern_usa-php .content-list ul,
body.page-template-tpl-content-page-work_travel-php .content-list ul,
body.page-template-tpl-content-page-intern_usa-php .content-list ol,
body.page-template-tpl-content-page-work_travel-php .content-list ol {
  padding-left: 20px;
  margin-top: -5px;
}
body.page-template-tpl-content-page-intern_usa-php .content-list ul li,
body.page-template-tpl-content-page-work_travel-php .content-list ul li,
body.page-template-tpl-content-page-intern_usa-php .content-list ol li,
body.page-template-tpl-content-page-work_travel-php .content-list ol li {
  margin-top: 10px;
}
body.page-template-tpl-content-page-intern_usa-php .content-list ul li.centered,
body.page-template-tpl-content-page-work_travel-php .content-list ul li.centered,
body.page-template-tpl-content-page-intern_usa-php .content-list ol li.centered,
body.page-template-tpl-content-page-work_travel-php .content-list ol li.centered,
body.page-template-tpl-content-page-intern_usa-php .content-list ul li.centered > a,
body.page-template-tpl-content-page-work_travel-php .content-list ul li.centered > a,
body.page-template-tpl-content-page-intern_usa-php .content-list ol li.centered > a,
body.page-template-tpl-content-page-work_travel-php .content-list ol li.centered > a {
  list-style-type: none;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}
body.page-template-tpl-content-page-intern_usa-php .content-list ul li.centered:before,
body.page-template-tpl-content-page-work_travel-php .content-list ul li.centered:before,
body.page-template-tpl-content-page-intern_usa-php .content-list ol li.centered:before,
body.page-template-tpl-content-page-work_travel-php .content-list ol li.centered:before,
body.page-template-tpl-content-page-intern_usa-php .content-list ul li.centered > a:before,
body.page-template-tpl-content-page-work_travel-php .content-list ul li.centered > a:before,
body.page-template-tpl-content-page-intern_usa-php .content-list ol li.centered > a:before,
body.page-template-tpl-content-page-work_travel-php .content-list ol li.centered > a:before {
  content: "";
}
body.page-template-tpl-content-page-intern_usa-php .content-list h1,
body.page-template-tpl-content-page-work_travel-php .content-list h1,
body.page-template-tpl-content-page-intern_usa-php .content-list h2,
body.page-template-tpl-content-page-work_travel-php .content-list h2,
body.page-template-tpl-content-page-intern_usa-php .content-list h3,
body.page-template-tpl-content-page-work_travel-php .content-list h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
body.page-template-tpl-content-page-intern_usa-php .row-2,
body.page-template-tpl-content-page-work_travel-php .row-2 {
  margin-top: 120px;
}
@media (min-width: 768px) {
  body.page-template-tpl-content-page-intern_usa-php.menu-fixed .smw,
  body.page-template-tpl-content-page-work_travel-php.menu-fixed .smw {
    position: fixed;
    top: 20px;
    z-index: 99;
  }
}
body.page-template-tpl-content-page-intern_usa-php .img-wrapper {
  background-image: url(../images/gradient_blue.gif);
}
body.page-template-tpl-content-page-intern_usa-php .menu-toggle-wrap {
  background: #24729a;
}
@media (min-width: 768px) {
  body.page-template-tpl-content-page-intern_usa-php .term-list-wrapper .smw .menu > li a {
    color: #24729a;
  }
}
body.page-template-tpl-content-page-work_travel-php .img-wrapper {
  background-image: url(../images/gradient_red.gif);
}
body.page-template-tpl-content-page-work_travel-php .menu-toggle-wrap {
  background: #d65916;
}
@media (min-width: 768px) {
  body.page-template-tpl-content-page-work_travel-php .term-list-wrapper {
    background: transparent;
  }
  body.page-template-tpl-content-page-work_travel-php .term-list-wrapper .smw .menu > li a {
    color: #d65916;
  }
}
.lt-ie9 body.page-template-tpl-content-page-intern_usa-php .menu,
.lt-ie9 body.page-template-tpl-content-page-work_travel-php .menu,
.lt-ie9 body.page-template-tpl-content-page-intern_usa-php .contact-teaser,
.lt-ie9 body.page-template-tpl-content-page-work_travel-php .contact-teaser {
  border: 1px solid #dddddd;
}
/*	IntlPrograms
---------------------------------------------------------*/
body.page-template-intl-program-page-php #main {
  padding: 0px 0 100px;
}
body.page-template-intl-program-page-php #main .container.main-container {
  margin: 60px auto 100px;
}
body.page-template-intl-program-page-php #main .row.content .main-content {
  font-size: 16px;
}
body.page-template-intl-program-page-php #main .row.content .main-content h2,
body.page-template-intl-program-page-php #main .row.content .main-content p {
  margin-bottom: 28px;
}
body.page-template-intl-program-page-php #main .row.content .main-content p {
  line-height: 1.4;
}
body.page-template-intl-program-page-php #main .row.content .main-content .down-arrow {
  margin-top: 40px;
}
body.page-template-intl-program-page-php #main .row.content .main-content .down-arrow img {
  margin: auto;
  cursor: pointer;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.page-template-intl-program-page-php #main .row.content .main-content .down-arrow img:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs {
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.page-template-intl-program-page-php #main .row.content .featured-programs {
    margin-top: 0;
  }
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs {
  background: #eee;
  position: relative;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li {
  float: left;
  width: 100%;
  list-style-type: none;
}
@media (min-width: 768px) {
  body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li {
    width: 50%;
  }
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li a {
  padding: 5px 20px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li a:focus {
  outline: 0;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-default {
  background: #ddd;
  box-shadow: inset 1px -1px 2px #cccccc;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-default:first-child {
  box-shadow: inset -1px -1px 2px #cccccc;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-default a {
  color: #aaa;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-default a:hover,
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-default a:focus {
  color: #888;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active,
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active:first-child {
  background: #eee;
  box-shadow: none;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active a,
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active:first-child a {
  color: #758f24;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active a:hover,
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active:first-child a:hover,
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active a:focus,
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .ui-tabs-nav li.ui-state-active:first-child a:focus {
  color: #647b1f;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content {
  margin: 0;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .pd-wrapper {
  padding-bottom: 60px;
  position: static;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .pd-wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 479px) {
  body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content > div {
    width: 100%;
  }
  body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .program-desc {
    margin-bottom: 30px;
  }
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .img-wrapper img {
  border: 1px solid #ccc;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .pd-copy {
  line-height: 1.6;
  margin-top: 20px;
  font-size: 13px;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .pd-buttons {
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  padding: 0 20px;
}
@media (max-width: 479px) {
  body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .pd-buttons {
    left: 0;
  }
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .pd-buttons a {
  font-weight: 700;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs .tabs-content .pd-buttons a {
    float: left;
    clear: both;
  }
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .jquery-tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .featured-tag {
  text-align: center;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .featured-tag .featured-tag-inner {
  border: 1px solid #d4d4d4;
  color: #282d30;
  display: inline-block;
  padding: 5px;
  margin: 5px 0 0;
  border-radius: 2px;
  font-weight: 700;
  position: relative;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .featured-tag .featured-tag-inner span {
  display: block;
  float: left;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .featured-tag .featured-tag-inner img {
  float: left;
  margin: 1px 0 0 10px;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .featured-tag .featured-tag-inner .ft-arrow {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-bottom: 11px solid #d4d4d4;
}
body.page-template-intl-program-page-php #main .row.content .featured-programs .featured-tag .featured-tag-inner .ft-arrow:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
body.page-template-intl-program-page-php.filter-paginate .breadcrumbs-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
body.page-template-intl-program-page-php.filter-paginate #main {
  padding-top: 0;
}
body.page-template-intl-program-page-php.filter-paginate #main .program-list-wrapper {
  margin-top: 0;
}
/*	Intl/J-1 Program list
---------------------------------------------------------*/
.program-list-wrapper .program-filter {
  background: url(../images/GreyzTexture.jpg);
  color: #fff;
  padding: 0;
}
.program-list-wrapper .program-filter .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.program-list-wrapper .program-filter .container h2 {
  color: #e3e3e3;
}
@media (min-width: 768px) {
  .program-list-wrapper .program-filter .container h2 {
    line-height: 0.8;
  }
}
.program-list-wrapper .program-filter .container .filter-form {
  margin-top: 17px;
  font-weight: 700;
}
.program-list-wrapper .program-filter .container .filter-form span,
.program-list-wrapper .program-filter .container .filter-form select,
.program-list-wrapper .program-filter .container .filter-form a {
  float: left;
  display: inline-block;
  font-size: 12px;
}
.program-list-wrapper .program-filter .container .filter-form span {
  margin-top: 13px;
  color: #e3e3e3;
}
.program-list-wrapper .program-filter .container .filter-form select {
  padding: 10px;
  color: #000;
  font-weight: 400;
  width: 100%;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .program-list-wrapper .program-filter .container .filter-form select {
    padding: 3px 5px;
    margin: 10px 30px 0;
    width: auto;
    height: 24px;
  }
}
.program-list-wrapper .program-filter .container .filter-form a {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #758f24;
  margin-top: 10px;
  padding: 4px 12px;
  position: relative;
}
.program-list-wrapper .program-filter .container .filter-form a:focus,
.program-list-wrapper .program-filter .container .filter-form a:hover {
  outline: none;
  color: #fff;
}
.program-list-wrapper .program-filter .container .filter-form a:hover,
.program-list-wrapper .program-filter .container .filter-form a:focus {
  background-color: #647b1f;
}
.program-list-wrapper .program-filter .container .filter-form a.lighten {
  background-color: #758f24;
}
.program-list-wrapper .program-filter .container .filter-form a.lighten:hover,
.program-list-wrapper .program-filter .container .filter-form a.lighten:focus {
  background-color: #86a329;
}
.program-list-wrapper .program-filter .container .filter-form a:after {
  content: "";
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 16px solid #292929;
}
.program-list-wrapper .program-list .program-page {
  display: none;
}
.program-list-wrapper .program-list .program-page.active {
  display: block;
}
.program-list-wrapper .program-list .program-page .program {
  padding: 30px 0;
}
.program-list-wrapper .program-list .program-page .program:first-child {
  padding-top: 46px;
}
.program-list-wrapper .program-list .program-page .program > .container > .row > div {
  margin-top: 30px;
}
@media (max-width: 479px) {
  .program-list-wrapper .program-list .program-page .program > .container > .row > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .program-list-wrapper .program-list .program-page .program > .container > .row > div {
    margin-top: 0;
  }
}
.program-list-wrapper .program-list .program-page .program.odd {
  background: #eee;
}
.program-list-wrapper .program-list .program-page .program .description-wrap {
  margin-top: 0;
}
@media (min-width: 768px) {
  .program-list-wrapper .program-list .program-page .program .description-wrap {
    padding-right: 75px;
  }
}
.program-list-wrapper .program-list .program-page .program .description-wrap .program-desc {
  line-height: 1.6;
}
.program-list-wrapper .program-list .program-page .program .description-wrap .program-desc h3 {
  margin: 0;
  font-size: 18px;
}
.program-list-wrapper .program-list .program-page .program .description-wrap .program-desc .pd-copy,
.program-list-wrapper .program-list .program-page .program .description-wrap .program-desc .pd-buttons {
  margin-top: 15px;
}
.program-list-wrapper .program-list .program-page .program .program-details {
  margin-top: 0;
  font-size: 12px;
}
.program-pagination {
  margin-top: 60px;
  margin-bottom: 20px;
}
.program-pagination .page-number {
  display: inline-block;
  background: #ddd;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  float: left;
  margin: 8px 8px 0 0;
  min-width: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .program-pagination .page-number {
    margin: 0 5px 0 0;
    padding: 3px 6px;
  }
}
@media (max-width: 479px) {
  .program-pagination .page-number:first-child,
  .program-pagination .page-number:last-child {
    clear: both;
    width: 100%;
  }
}
.program-pagination .page-number.active,
.program-pagination .page-number:hover,
.program-pagination .page-number:focus {
  background: #758f24;
  color: #fff;
}
.program-details tr {
  border-top: 1px solid #ddd;
}
.program-details tr:first-child {
  border-top: 0;
}
.program-details tr:first-child td {
  padding-top: 0;
}
.program-details tr:last-child td {
  padding-bottom: 0;
}
.program-details tr td {
  padding: 10px 0;
}
.program-details tr td:first-child {
  width: 60px;
  font-weight: 700;
  font-size: 12px;
}
.program-details tr td.icon {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
}
.program-details tr td.icon.icon-clock:before {
  content: "\e602";
}
.program-details tr td.icon.icon-location:before {
  content: "\e601";
}
@media (min-width: 992px) {
  body.filter-fixed #main .program-list-wrapper .program-filter {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
  }
  body.filter-fixed #main .program-list-wrapper .program-filter h2 {
    display: none;
  }
  body.filter-fixed #main .program-list-wrapper .program-filter .container {
    padding-top: 0;
  }
  body.filter-fixed #main .program-list-wrapper .program-filter .filter-form {
    margin-top: 10px;
  }
  body.filter-fixed #main .program-list-wrapper .program-list {
    padding-top: 112px;
  }
}
body.page-id-382 #main {
  padding-top: 0;
}
body.page-id-382 .program-list-wrapper {
  margin-top: 0;
}
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
}
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a:focus,
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a:hover {
  outline: none;
  color: #fff;
}
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a:hover,
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a:focus {
  background-color: #1f6385;
}
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a.lighten {
  background-color: #24729a;
}
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a.lighten:hover,
body.page-id-382 .program-list-wrapper .program-filter .container .filter-form a.lighten:focus {
  background-color: #2981af;
}
body.page-id-382 .program-pagination .page-number:hover,
body.page-id-382 .program-pagination .page-number.active {
  background: #24729a;
}
/*	Single Program
---------------------------------------------------------*/
body.page-id-315 .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.page-template-featured-program-php .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.page-id-405 .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last {
  color: #758f24;
}
body.page-id-315 #primary,
body.page-template-featured-program-php #primary,
body.page-id-405 #primary {
  padding-right: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.page-id-315 #primary,
  body.page-template-featured-program-php #primary,
  body.page-id-405 #primary {
    margin-top: 0;
  }
}
body.page-id-315 #primary > img,
body.page-template-featured-program-php #primary > img,
body.page-id-405 #primary > img {
  margin-bottom: 15px;
}
body.page-id-315 #primary .buttons,
body.page-template-featured-program-php #primary .buttons,
body.page-id-405 #primary .buttons {
  margin-bottom: 30px;
}
body.page-id-315 #primary .buttons a,
body.page-template-featured-program-php #primary .buttons a,
body.page-id-405 #primary .buttons a {
  margin-top: 5px;
}
body.page-id-315 #primary .buttons a.icon-button,
body.page-template-featured-program-php #primary .buttons a.icon-button,
body.page-id-405 #primary .buttons a.icon-button {
  display: inline-block;
  color: #484848;
  background: #fbfaf9;
  padding: 2px 10px 4px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  font-weight: 700;
}
body.page-id-315 #primary .buttons a.icon-button:hover,
body.page-template-featured-program-php #primary .buttons a.icon-button:hover,
body.page-id-405 #primary .buttons a.icon-button:hover,
body.page-id-315 #primary .buttons a.icon-button:focus,
body.page-template-featured-program-php #primary .buttons a.icon-button:focus,
body.page-id-405 #primary .buttons a.icon-button:focus {
  background: #f2f2f2;
}
body.page-id-315 #primary .buttons a.icon-button .icon,
body.page-template-featured-program-php #primary .buttons a.icon-button .icon,
body.page-id-405 #primary .buttons a.icon-button .icon {
  font-family: "icomoon";
  color: #758f24;
  font-size: 16px;
  position: relative;
  top: 2px;
  font-weight: 100;
}
body.page-id-315 #primary .buttons a.icon-button .icon.icon-envelope:before,
body.page-template-featured-program-php #primary .buttons a.icon-button .icon.icon-envelope:before,
body.page-id-405 #primary .buttons a.icon-button .icon.icon-envelope:before {
  content: "\e607";
}
body.page-id-315 #primary .buttons a.icon-button .icon.icon-printer:before,
body.page-template-featured-program-php #primary .buttons a.icon-button .icon.icon-printer:before,
body.page-id-405 #primary .buttons a.icon-button .icon.icon-printer:before {
  content: "\e608";
}
body.page-id-315 #primary .buttons a.non-icon,
body.page-template-featured-program-php #primary .buttons a.non-icon,
body.page-id-405 #primary .buttons a.non-icon {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
}
body.page-id-315 #primary .buttons a.non-icon:focus,
body.page-template-featured-program-php #primary .buttons a.non-icon:focus,
body.page-id-405 #primary .buttons a.non-icon:focus,
body.page-id-315 #primary .buttons a.non-icon:hover,
body.page-template-featured-program-php #primary .buttons a.non-icon:hover,
body.page-id-405 #primary .buttons a.non-icon:hover {
  outline: none;
  color: #fff;
}
body.page-id-315 #primary .buttons a.non-icon:hover,
body.page-template-featured-program-php #primary .buttons a.non-icon:hover,
body.page-id-405 #primary .buttons a.non-icon:hover,
body.page-id-315 #primary .buttons a.non-icon:focus,
body.page-template-featured-program-php #primary .buttons a.non-icon:focus,
body.page-id-405 #primary .buttons a.non-icon:focus {
  background-color: #1f6385;
}
body.page-id-315 #primary .buttons a.non-icon.lighten,
body.page-template-featured-program-php #primary .buttons a.non-icon.lighten,
body.page-id-405 #primary .buttons a.non-icon.lighten {
  background-color: #24729a;
}
body.page-id-315 #primary .buttons a.non-icon.lighten:hover,
body.page-template-featured-program-php #primary .buttons a.non-icon.lighten:hover,
body.page-id-405 #primary .buttons a.non-icon.lighten:hover,
body.page-id-315 #primary .buttons a.non-icon.lighten:focus,
body.page-template-featured-program-php #primary .buttons a.non-icon.lighten:focus,
body.page-id-405 #primary .buttons a.non-icon.lighten:focus {
  background-color: #2981af;
}
body.page-id-315 #primary > hr,
body.page-template-featured-program-php #primary > hr,
body.page-id-405 #primary > hr {
  margin: 30px 0;
}
body.page-id-315 #primary .tabs-content,
body.page-template-featured-program-php #primary .tabs-content,
body.page-id-405 #primary .tabs-content {
  overflow: hidden;
  font-size: 15px;
}
body.page-id-315 #primary .tabs-content.active,
body.page-template-featured-program-php #primary .tabs-content.active,
body.page-id-405 #primary .tabs-content.active {
  display: block;
}
body.page-id-315 #primary .tabs-content .tc-heading,
body.page-template-featured-program-php #primary .tabs-content .tc-heading,
body.page-id-405 #primary .tabs-content .tc-heading {
  font-size: 26px;
  margin-bottom: 25px;
}
body.page-id-315 #primary .tabs-content h4,
body.page-template-featured-program-php #primary .tabs-content h4,
body.page-id-405 #primary .tabs-content h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
body.page-id-315 #primary .tabs-content h4 span.subtitle,
body.page-template-featured-program-php #primary .tabs-content h4 span.subtitle,
body.page-id-405 #primary .tabs-content h4 span.subtitle {
  color: #333333;
  font-size: 18px;
}
body.page-id-315 #primary .tabs-content .copy > ul li,
body.page-template-featured-program-php #primary .tabs-content .copy > ul li,
body.page-id-405 #primary .tabs-content .copy > ul li {
  margin-top: 10px;
  line-height: 1.2;
}
body.page-id-315 #primary .tabs-content .photo-gallery .row,
body.page-template-featured-program-php #primary .tabs-content .photo-gallery .row,
body.page-id-405 #primary .tabs-content .photo-gallery .row {
  margin: -20px -10px 0;
}
body.page-id-315 #primary .tabs-content .photo-gallery .img-outer,
body.page-template-featured-program-php #primary .tabs-content .photo-gallery .img-outer,
body.page-id-405 #primary .tabs-content .photo-gallery .img-outer {
  overflow: hidden;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
body.page-id-315 #primary .tabs-content .photo-gallery .img-outer .img-wrapper,
body.page-template-featured-program-php #primary .tabs-content .photo-gallery .img-outer .img-wrapper,
body.page-id-405 #primary .tabs-content .photo-gallery .img-outer .img-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
body.page-id-315 #primary .tabs-content .photo-gallery .img-outer .img-wrapper img,
body.page-template-featured-program-php #primary .tabs-content .photo-gallery .img-outer .img-wrapper img,
body.page-id-405 #primary .tabs-content .photo-gallery .img-outer .img-wrapper img {
  position: absolute;
  width: 100%;
}
body.page-id-315 #primary .tabs-content .testimonials .testimonial,
body.page-template-featured-program-php #primary .tabs-content .testimonials .testimonial,
body.page-id-405 #primary .tabs-content .testimonials .testimonial {
  margin-top: 30px;
}
body.page-id-315 #primary .tabs-content .testimonials .testimonial:first-child,
body.page-template-featured-program-php #primary .tabs-content .testimonials .testimonial:first-child,
body.page-id-405 #primary .tabs-content .testimonials .testimonial:first-child {
  margin-top: 0;
}
body.page-id-315 #primary .tabs-content .testimonials .testimonial p,
body.page-template-featured-program-php #primary .tabs-content .testimonials .testimonial p,
body.page-id-405 #primary .tabs-content .testimonials .testimonial p {
  margin-bottom: 10px;
}
body.page-id-315 #primary .tabs-content .testimonials .testimonial .name,
body.page-template-featured-program-php #primary .tabs-content .testimonials .testimonial .name,
body.page-id-405 #primary .tabs-content .testimonials .testimonial .name {
  font-weight: 700;
}
body.page-id-315 #primary .tabs-content .application h4,
body.page-template-featured-program-php #primary .tabs-content .application h4,
body.page-id-405 #primary .tabs-content .application h4 {
  color: #24729a;
}
body.page-id-315 #primary .program-overview img,
body.page-template-featured-program-php #primary .program-overview img,
body.page-id-405 #primary .program-overview img {
  margin-bottom: 15px;
}
body.page-id-315 #primary .main-content h1,
body.page-template-featured-program-php #primary .main-content h1,
body.page-id-405 #primary .main-content h1,
body.page-id-315 #primary .main-content h2,
body.page-template-featured-program-php #primary .main-content h2,
body.page-id-405 #primary .main-content h2,
body.page-id-315 #primary .main-content h3,
body.page-template-featured-program-php #primary .main-content h3,
body.page-id-405 #primary .main-content h3,
body.page-id-315 #primary .main-content h4,
body.page-template-featured-program-php #primary .main-content h4,
body.page-id-405 #primary .main-content h4 {
  margin: 30px 0 10px;
}
body.page-id-315 #primary .main-content h1:first-child,
body.page-template-featured-program-php #primary .main-content h1:first-child,
body.page-id-405 #primary .main-content h1:first-child,
body.page-id-315 #primary .main-content h2:first-child,
body.page-template-featured-program-php #primary .main-content h2:first-child,
body.page-id-405 #primary .main-content h2:first-child,
body.page-id-315 #primary .main-content h3:first-child,
body.page-template-featured-program-php #primary .main-content h3:first-child,
body.page-id-405 #primary .main-content h3:first-child,
body.page-id-315 #primary .main-content h4:first-child,
body.page-template-featured-program-php #primary .main-content h4:first-child,
body.page-id-405 #primary .main-content h4:first-child {
  margin-top: 0;
}
body.page-id-315 #primary .main-content .program-section,
body.page-template-featured-program-php #primary .main-content .program-section,
body.page-id-405 #primary .main-content .program-section {
  margin-bottom: 20px;
}
body.page-id-315 #primary table,
body.page-template-featured-program-php #primary table,
body.page-id-405 #primary table {
  width: 100%;
  border: 1px solid #ddd;
}
body.page-id-315 #primary table tr,
body.page-template-featured-program-php #primary table tr,
body.page-id-405 #primary table tr {
  background-color: #fff;
}
body.page-id-315 #primary table tr:nth-child(odd),
body.page-template-featured-program-php #primary table tr:nth-child(odd),
body.page-id-405 #primary table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
body.page-id-315 #primary table th,
body.page-template-featured-program-php #primary table th,
body.page-id-405 #primary table th,
body.page-id-315 #primary table td,
body.page-template-featured-program-php #primary table td,
body.page-id-405 #primary table td {
  padding: 15px;
}
body.page-id-315 #primary table h1,
body.page-template-featured-program-php #primary table h1,
body.page-id-405 #primary table h1,
body.page-id-315 #primary table h2,
body.page-template-featured-program-php #primary table h2,
body.page-id-405 #primary table h2,
body.page-id-315 #primary table h3,
body.page-template-featured-program-php #primary table h3,
body.page-id-405 #primary table h3 {
  padding-bottom: 0;
  border-bottom: 0;
}
body.page-id-315 #primary table h1:last-child,
body.page-template-featured-program-php #primary table h1:last-child,
body.page-id-405 #primary table h1:last-child,
body.page-id-315 #primary table h2:last-child,
body.page-template-featured-program-php #primary table h2:last-child,
body.page-id-405 #primary table h2:last-child,
body.page-id-315 #primary table h3:last-child,
body.page-template-featured-program-php #primary table h3:last-child,
body.page-id-405 #primary table h3:last-child {
  margin-bottom: 0;
}
body.page-id-315 #secondary,
body.page-template-featured-program-php #secondary,
body.page-id-405 #secondary {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.page-id-315 #secondary,
  body.page-template-featured-program-php #secondary,
  body.page-id-405 #secondary {
    margin-top: 0;
  }
}
body.page-id-315 #secondary .program-details,
body.page-template-featured-program-php #secondary .program-details,
body.page-id-405 #secondary .program-details {
  background: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
}
body.page-id-315 #secondary .program-details h3,
body.page-template-featured-program-php #secondary .program-details h3,
body.page-id-405 #secondary .program-details h3 {
  margin-top: 10px;
}
body.page-id-315 #secondary .program-details .details-list .detail,
body.page-template-featured-program-php #secondary .program-details .details-list .detail,
body.page-id-405 #secondary .program-details .details-list .detail {
  padding: 10px 0;
  color: #282d30;
  border-top: 1px solid #e4e4e4;
  display: block;
}
body.page-id-315 #secondary .program-details .details-list .detail:first-child,
body.page-template-featured-program-php #secondary .program-details .details-list .detail:first-child,
body.page-id-405 #secondary .program-details .details-list .detail:first-child {
  border-top: 0;
}
body.page-id-315 #secondary .program-details .details-list .detail .title,
body.page-template-featured-program-php #secondary .program-details .details-list .detail .title,
body.page-id-405 #secondary .program-details .details-list .detail .title {
  font-weight: 700;
  font-style: normal;
  color: #646464;
}
body.page-id-315 #secondary .program-details .details-list a.detail:hover,
body.page-template-featured-program-php #secondary .program-details .details-list a.detail:hover,
body.page-id-405 #secondary .program-details .details-list a.detail:hover,
body.page-id-315 #secondary .program-details .details-list a.detail:focus,
body.page-template-featured-program-php #secondary .program-details .details-list a.detail:focus,
body.page-id-405 #secondary .program-details .details-list a.detail:focus {
  color: #000;
}
body.page-id-315 #secondary .program-details .details-list a.detail.active,
body.page-template-featured-program-php #secondary .program-details .details-list a.detail.active,
body.page-id-405 #secondary .program-details .details-list a.detail.active {
  font-weight: 700;
}
body.page-id-315 #secondary .back-to-program-list,
body.page-template-featured-program-php #secondary .back-to-program-list,
body.page-id-405 #secondary .back-to-program-list {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
  margin-top: 20px;
}
body.page-id-315 #secondary .back-to-program-list:focus,
body.page-template-featured-program-php #secondary .back-to-program-list:focus,
body.page-id-405 #secondary .back-to-program-list:focus,
body.page-id-315 #secondary .back-to-program-list:hover,
body.page-template-featured-program-php #secondary .back-to-program-list:hover,
body.page-id-405 #secondary .back-to-program-list:hover {
  outline: none;
  color: #fff;
}
body.page-id-315 #secondary .back-to-program-list:hover,
body.page-template-featured-program-php #secondary .back-to-program-list:hover,
body.page-id-405 #secondary .back-to-program-list:hover,
body.page-id-315 #secondary .back-to-program-list:focus,
body.page-template-featured-program-php #secondary .back-to-program-list:focus,
body.page-id-405 #secondary .back-to-program-list:focus {
  background-color: #1f6385;
}
body.page-id-315 #secondary .back-to-program-list.lighten,
body.page-template-featured-program-php #secondary .back-to-program-list.lighten,
body.page-id-405 #secondary .back-to-program-list.lighten {
  background-color: #24729a;
}
body.page-id-315 #secondary .back-to-program-list.lighten:hover,
body.page-template-featured-program-php #secondary .back-to-program-list.lighten:hover,
body.page-id-405 #secondary .back-to-program-list.lighten:hover,
body.page-id-315 #secondary .back-to-program-list.lighten:focus,
body.page-template-featured-program-php #secondary .back-to-program-list.lighten:focus,
body.page-id-405 #secondary .back-to-program-list.lighten:focus {
  background-color: #2981af;
}
body.page-id-315 #secondary .teaser-list,
body.page-template-featured-program-php #secondary .teaser-list,
body.page-id-405 #secondary .teaser-list {
  display: none;
}
@media (min-width: 768px) {
  body.page-id-315 #secondary .teaser-list,
  body.page-template-featured-program-php #secondary .teaser-list,
  body.page-id-405 #secondary .teaser-list {
    display: block;
  }
}
body.page-id-315 #main,
body.page-template-featured-program-php #main,
body.page-id-405 #main {
  padding-bottom: 150px;
}
@media print {
  body.page-id-315 a[href]:after,
  body.page-template-featured-program-php a[href]:after,
  body.page-id-405 a[href]:after {
    content: "" !important;
  }
  body.page-id-315 .mobile-button,
  body.page-template-featured-program-php .mobile-button,
  body.page-id-405 .mobile-button,
  body.page-id-315 #map,
  body.page-template-featured-program-php #map,
  body.page-id-405 #map,
  body.page-id-315 .google-map,
  body.page-template-featured-program-php .google-map,
  body.page-id-405 .google-map,
  body.page-id-315 .buttons,
  body.page-template-featured-program-php .buttons,
  body.page-id-405 .buttons,
  body.page-id-315 .breadcrumbs-wrapper,
  body.page-template-featured-program-php .breadcrumbs-wrapper,
  body.page-id-405 .breadcrumbs-wrapper,
  body.page-id-315 .search-menu-container,
  body.page-template-featured-program-php .search-menu-container,
  body.page-id-405 .search-menu-container,
  body.page-id-315 .top-banner,
  body.page-template-featured-program-php .top-banner,
  body.page-id-405 .top-banner,
  body.page-id-315 #primary > img:first-child,
  body.page-template-featured-program-php #primary > img:first-child,
  body.page-id-405 #primary > img:first-child,
  body.page-id-315 .footer-testimonials,
  body.page-template-featured-program-php .footer-testimonials,
  body.page-id-405 .footer-testimonials,
  body.page-id-315 #site-footer,
  body.page-template-featured-program-php #site-footer,
  body.page-id-405 #site-footer {
    display: none !important;
  }
  body.page-id-315 .tabs-content.application,
  body.page-template-featured-program-php .tabs-content.application,
  body.page-id-405 .tabs-content.application {
    display: block !important;
  }
}
body.page-template-featured-program-php #primary .buttons a.non-icon,
body.page-id-315 #primary .buttons a.non-icon,
body.page-template-featured-program-php #secondary .back-to-program-list,
body.page-id-315 #secondary .back-to-program-list {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #758f24;
}
body.page-template-featured-program-php #primary .buttons a.non-icon:focus,
body.page-id-315 #primary .buttons a.non-icon:focus,
body.page-template-featured-program-php #secondary .back-to-program-list:focus,
body.page-id-315 #secondary .back-to-program-list:focus,
body.page-template-featured-program-php #primary .buttons a.non-icon:hover,
body.page-id-315 #primary .buttons a.non-icon:hover,
body.page-template-featured-program-php #secondary .back-to-program-list:hover,
body.page-id-315 #secondary .back-to-program-list:hover {
  outline: none;
  color: #fff;
}
body.page-template-featured-program-php #primary .buttons a.non-icon:hover,
body.page-id-315 #primary .buttons a.non-icon:hover,
body.page-template-featured-program-php #secondary .back-to-program-list:hover,
body.page-id-315 #secondary .back-to-program-list:hover,
body.page-template-featured-program-php #primary .buttons a.non-icon:focus,
body.page-id-315 #primary .buttons a.non-icon:focus,
body.page-template-featured-program-php #secondary .back-to-program-list:focus,
body.page-id-315 #secondary .back-to-program-list:focus {
  background-color: #647b1f;
}
body.page-template-featured-program-php #primary .buttons a.non-icon.lighten,
body.page-id-315 #primary .buttons a.non-icon.lighten,
body.page-template-featured-program-php #secondary .back-to-program-list.lighten,
body.page-id-315 #secondary .back-to-program-list.lighten {
  background-color: #758f24;
}
body.page-template-featured-program-php #primary .buttons a.non-icon.lighten:hover,
body.page-id-315 #primary .buttons a.non-icon.lighten:hover,
body.page-template-featured-program-php #secondary .back-to-program-list.lighten:hover,
body.page-id-315 #secondary .back-to-program-list.lighten:hover,
body.page-template-featured-program-php #primary .buttons a.non-icon.lighten:focus,
body.page-id-315 #primary .buttons a.non-icon.lighten:focus,
body.page-template-featured-program-php #secondary .back-to-program-list.lighten:focus,
body.page-id-315 #secondary .back-to-program-list.lighten:focus {
  background-color: #86a329;
}
body.page-template-featured-program-php #primary .tabs-content.application h4,
body.page-id-315 #primary .tabs-content.application h4 {
  color: #758f24;
}
body.page-id-619 h1,
body.page-id-619 h2,
body.page-id-619 h3,
body.page-id-619 h4,
body.page-id-619 h5 {
  color: #758f24;
}
body.page-id-405 .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.page-id-386 .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.parent-pageid-386.page-template-featured-program-php .breadcrumbs-wrapper #breadcrumbs > span > span .breadcrumb_last,
body.page-id-405 #primary .buttons a.icon-button .icon,
body.page-id-386 #primary .buttons a.icon-button .icon,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.icon-button .icon,
body.page-id-405 h1,
body.page-id-386 h1,
body.parent-pageid-386.page-template-featured-program-php h1,
body.page-id-405 h2,
body.page-id-386 h2,
body.parent-pageid-386.page-template-featured-program-php h2,
body.page-id-405 h3,
body.page-id-386 h3,
body.parent-pageid-386.page-template-featured-program-php h3,
body.page-id-405 h4,
body.page-id-386 h4,
body.parent-pageid-386.page-template-featured-program-php h4 {
  color: #24729a !important;
}
body.page-id-405 #primary .buttons a.non-icon,
body.page-id-386 #primary .buttons a.non-icon,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #24729a;
}
body.page-id-405 #primary .buttons a.non-icon:focus,
body.page-id-386 #primary .buttons a.non-icon:focus,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon:focus,
body.page-id-405 #primary .buttons a.non-icon:hover,
body.page-id-386 #primary .buttons a.non-icon:hover,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon:hover {
  outline: none;
  color: #fff;
}
body.page-id-405 #primary .buttons a.non-icon:hover,
body.page-id-386 #primary .buttons a.non-icon:hover,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon:hover,
body.page-id-405 #primary .buttons a.non-icon:focus,
body.page-id-386 #primary .buttons a.non-icon:focus,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon:focus {
  background-color: #1f6385;
}
body.page-id-405 #primary .buttons a.non-icon.lighten,
body.page-id-386 #primary .buttons a.non-icon.lighten,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon.lighten {
  background-color: #24729a;
}
body.page-id-405 #primary .buttons a.non-icon.lighten:hover,
body.page-id-386 #primary .buttons a.non-icon.lighten:hover,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon.lighten:hover,
body.page-id-405 #primary .buttons a.non-icon.lighten:focus,
body.page-id-386 #primary .buttons a.non-icon.lighten:focus,
body.parent-pageid-386.page-template-featured-program-php #primary .buttons a.non-icon.lighten:focus {
  background-color: #2981af;
}
@media print {
  body.page-template-featured-program-php #secondary {
    display: none !important;
  }
  body.page-template-featured-program-php #primary {
    width: 100% !important;
  }
}
/*	Employer Page
---------------------------------------------------------*/
body.page-template-employers-page-php .post-thumbnail {
  position: relative;
  overflow: hidden;
}
body.page-template-employers-page-php .post-thumbnail .img-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .post-thumbnail .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
body.page-template-employers-page-php .post-thumbnail .img-wrapper img {
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .post-thumbnail .content-outer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.page-template-employers-page-php .post-thumbnail .content-outer > .container {
    padding: 0;
  }
}
body.page-template-employers-page-php .post-thumbnail .content-inner {
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .post-thumbnail .content-inner {
    max-width: 475px;
  }
}
body.page-template-employers-page-php .post-thumbnail .content-inner article {
  padding: 20px;
  color: #e2e2e2;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .post-thumbnail .content-inner article {
    padding: 40px 40px 0 0;
  }
}
body.page-template-employers-page-php .post-thumbnail .content-inner article h3 {
  color: #fff;
}
body.page-template-employers-page-php .post-thumbnail .content-inner .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #24729a;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .post-thumbnail .content-inner .bg {
    left: -1000px;
    opacity: 0.95;
    filter: alpha(opacity=95);
  }
}
body.page-template-employers-page-php #main {
  padding: 0;
}
body.page-template-employers-page-php .row {
  margin: 0 -40px;
}
body.page-template-employers-page-php .row div[class*='col-'] {
  padding-left: 40px;
  padding-right: 40px;
}
body.page-template-employers-page-php .employer-menu-wrap {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .employer-menu-wrap {
    padding: 0 0 40px;
  }
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu > .container {
  padding-left: 0;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu > div {
  position: relative;
  z-index: 1;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu {
  margin: 0;
  padding: 0;
  float: left;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li a {
  background-color: transparent;
  font-weight: bold;
  color: #fff !important;
  padding: 6px 12px;
  border: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  background-color: #535353;
  background-color: #1a5371;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li a:focus,
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li a:hover {
  outline: none;
  color: #fff;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li a:hover,
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li a:focus {
  background-color: #333;
}
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li a:hover,
body.page-template-employers-page-php .employer-menu-wrap .employer-menu ul.menu li a:focus {
  background-color: #1f6385;
}
body.page-template-employers-page-php.menu-fixed .employer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 8px #777;
  background: url(../images/GreyzTexture.jpg);
}
body.page-template-employers-page-php.menu-fixed .employer-menu > .container {
  padding-left: 20px;
}
body.page-template-employers-page-php.menu-fixed .employer-menu ul.menu {
  border-bottom: 0;
  padding: 7px 0 6px;
}
body.page-template-employers-page-php .main-content {
  margin-top: 40px;
  padding-bottom: 60px;
  font-size: 16px;
}
body.page-template-employers-page-php .hosting-steps {
  padding-bottom: 60px;
}
body.page-template-employers-page-php .hosting-steps .sc-section {
  margin-top: 40px;
}
body.page-template-employers-page-php .hosting-steps .sc-section .scs-copy {
  line-height: 1.6;
}
body.page-template-employers-page-php .hosting-steps .separator {
  padding: 60px 0 0;
  float: left;
  width: 100%;
  box-shadow: 0 11px 5px -10px #dddddd;
}
body.page-template-employers-page-php .hosting-steps .host-img {
  margin: 60px -2000px 0;
  display: none;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .hosting-steps .host-img {
    display: block;
  }
}
body.page-template-employers-page-php .hosting-steps .host-img img {
  display: block;
  margin: auto;
}
body.page-template-employers-page-php .more-info {
  padding: 60px 0;
  background: #f7f7f7;
  box-shadow: inset 0 0 5px #ddd;
}
body.page-template-employers-page-php .more-info > .container > .row {
  margin: 0 -20px;
}
body.page-template-employers-page-php .more-info > .container > .row > div {
  padding: 0 20px;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .more-info > .container > .row > .teasers {
    padding-left: 80px;
  }
}
body.page-template-employers-page-php .more-info .more-info-form .row {
  margin: 0 -20px;
}
body.page-template-employers-page-php .more-info .more-info-form .row > div {
  padding: 0 20px;
}
body.page-template-employers-page-php .more-info .more-info-form input,
body.page-template-employers-page-php .more-info .more-info-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: inset 0 0 2px #eee;
  padding: 5px;
}
body.page-template-employers-page-php .more-info .more-info-form p {
  margin: 15px 0 5px;
  font-weight: 700;
}
body.page-template-employers-page-php .more-info .more-info-form > a {
  margin: 30px 0 0;
}
body.page-template-employers-page-php .more-info .teasers {
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.page-template-employers-page-php .more-info .teasers {
    margin-top: 0;
  }
}
body.page-template-employers-page-php .more-info .teasers .position-teaser {
  margin-top: 40px;
}
body.page-template-employers-page-php .more-info .teasers .position-teaser:first-child {
  margin-top: 0;
}
body.page-template-employers-page-php .main-content,
body.page-template-employers-page-php .host-steps-2 {
  box-shadow: 0 5px 10px -10px #000000;
}
body.page-template-employers-page-php.page-id-124 .section-title {
  color: #24729a;
}
body.page-template-employers-page-php.page-id-124 ol.circled-numbers li {
  color: #24729a;
  font-weight: 700;
}
body.page-template-employers-page-php.page-id-124 ol.circled-numbers li:before {
  color: #24729a;
  border-color: #24729a;
}
body.page-template-employers-page-php.page-id-162 .employer-menu-wrap .employer-menu ul.menu li a {
  background-color: #a84611;
}
body.page-template-employers-page-php.page-id-162 .employer-menu-wrap .employer-menu ul.menu li a:hover,
body.page-template-employers-page-php.page-id-162 .employer-menu-wrap .employer-menu ul.menu li a:focus {
  background-color: #bf4f14;
}
body.page-template-employers-page-php.page-id-162.menu-fixed .employer-menu-wrap .employer-menu ul.menu li a {
  background-color: #d65916;
}
body.page-template-employers-page-php.page-id-162.menu-fixed .employer-menu-wrap .employer-menu ul.menu li a:hover,
body.page-template-employers-page-php.page-id-162.menu-fixed .employer-menu-wrap .employer-menu ul.menu li a:focus {
  background-color: #bf4f14;
}
body.page-template-employers-page-php.page-id-162 .post-thumbnail .content-inner .bg {
  background: #d65916;
}
body.page-template-employers-page-php .hosting-steps {
  overflow: hidden;
}
body.page-template-employers-page-php .hosting-steps .host-img {
  height: 300px;
  overflow: hidden;
}
body.page-template-employers-page-php .hosting-steps .host-img .img-inner {
  height: 800px;
  margin-top: -600px;
  position: relative;
}
body.page-template-employers-page-php .hosting-steps .host-img .img-inner h1 {
  color: #fff;
  position: absolute;
  top: 280px;
  left: 43%;
  z-index: 2;
  text-shadow: 1px 1px 1px #000;
}
body.page-template-employers-page-php .hosting-steps .host-img .img-inner img {
  height: 100%;
}
/*	Contact Page
---------------------------------------------------------*/
#main.main-contact {
  margin-top: 10px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  #main.main-contact {
    padding-bottom: 200px;
  }
}
#main.main-contact > .container {
  position: relative;
}
#main.main-contact > .container .wm-img-wrapper {
  position: absolute;
  right: -300px;
  bottom: -250px;
  z-index: -1;
}
#main.main-contact #primary {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #main.main-contact #primary {
    margin-top: 0;
  }
}
#main.main-contact #primary article p:first-child {
  font-size: 16px;
}
#main.main-contact #primary .faq-test-links {
  margin-top: 20px;
}
#main.main-contact #primary .faq-test-links .ftl-row {
  margin-top: 5px;
}
#main.main-contact #primary .faq-test-links .ftl-row a {
  font-size: 16px;
  font-weight: 400;
}
#main.main-contact #primary .faq-test-links .ftl-row span {
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
}
#main.main-contact #primary .faq-test-links .ftl-row.ftl-intern-usa a {
  color: #24729a;
}
#main.main-contact #primary .faq-test-links .ftl-row.ftl-intern-usa a:hover,
#main.main-contact #primary .faq-test-links .ftl-row.ftl-intern-usa a:focus {
  color: #2981af;
}
#main.main-contact #primary .faq-test-links .ftl-row.ftl-work-travel a {
  color: #d65916;
}
#main.main-contact #primary .faq-test-links .ftl-row.ftl-work-travel a:hover,
#main.main-contact #primary .faq-test-links .ftl-row.ftl-work-travel a:focus {
  color: #e8641e;
}
#main.main-contact #primary .faq-test-links .ftl-row.ftl-intl-prog a {
  color: #758f24;
}
#main.main-contact #primary .faq-test-links .ftl-row.ftl-intl-prog a:hover,
#main.main-contact #primary .faq-test-links .ftl-row.ftl-intl-prog a:focus {
  color: #86a329;
}
#main.main-contact #secondary h3 {
  font-size: 24px;
}
#main.main-contact #secondary .contact-links {
  margin: 40px 0 0;
  padding: 0;
}
#main.main-contact #secondary .contact-links > li {
  margin-top: 15px;
  list-style-type: none;
}
#main.main-contact #secondary .contact-links > li > a {
  padding: 4px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
}
#main.main-contact #secondary .contact-links > li.gform {
  display: none;
}
#main.main-contact #secondary .contact-links > li.gform .gform_wrapper {
  margin-bottom: 40px;
}
#main.main-contact #secondary .contact-links > li.gform .gform_wrapper .gform_footer {
  padding-top: 5px;
}
#main.main-contact #secondary .contact-links > li.intern-usa a {
  background-color: #24729a;
}
#main.main-contact #secondary .contact-links > li.intern-usa a:hover,
#main.main-contact #secondary .contact-links > li.intern-usa a:focus {
  background-color: #2981af;
}
#main.main-contact #secondary .contact-links > li.work-travel a {
  background-color: #d65916;
}
#main.main-contact #secondary .contact-links > li.work-travel a:hover,
#main.main-contact #secondary .contact-links > li.work-travel a:focus {
  background-color: #e8641e;
}
#main.main-contact #secondary .contact-links > li.teach a {
  background-color: #e8ae1e;
}
#main.main-contact #secondary .contact-links > li.teach a:hover,
#main.main-contact #secondary .contact-links > li.teach a:focus {
  background-color: #f7bc2b;
}
#main.main-contact #secondary .contact-links > li.intl-prog a {
  background-color: #758f24;
}
#main.main-contact #secondary .contact-links > li.intl-prog a:hover,
#main.main-contact #secondary .contact-links > li.intl-prog a:focus {
  background-color: #86a329;
}
/*	About Page / Partner Page
---------------------------------------------------------*/
.page-template-tpl-about-us-php .img-wrapper {
  overflow: hidden;
  max-height: 360px;
}
.page-template-tpl-about-us-php .img-wrapper img {
  width: 100%;
}
.page-template-tpl-about-us-php #main {
  padding-bottom: 80px;
}
.page-template-tpl-about-us-php #main .side-menu {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
}
.page-template-tpl-about-us-php #main .side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-tpl-about-us-php #main .side-menu ul li {
  border-top: 1px solid #e4e4e4;
}
.page-template-tpl-about-us-php #main .side-menu ul li:first-child {
  border-top: 0;
}
.page-template-tpl-about-us-php #main .side-menu ul li a {
  color: #24729a;
  padding: 8px 0;
  display: block;
}
.page-template-tpl-about-us-php #main .side-menu ul li a:hover,
.page-template-tpl-about-us-php #main .side-menu ul li a:focus {
  color: #2981af;
}
/*	Testimonials Page
---------------------------------------------------------*/
body.page-template-tpl-testimonial-php .testimonial-categories {
  overflow: hidden;
}
body.page-template-tpl-testimonial-php .testimonial-categories > h2 {
  color: #aaa;
}
body.page-template-tpl-testimonial-php .testimonial-categories > h2 a {
  color: #aaaaaa;
}
body.page-template-tpl-testimonial-php .testimonial-categories > h2 a:hover,
body.page-template-tpl-testimonial-php .testimonial-categories > h2 a:focus {
  color: #9d9d9d;
}
body.page-template-tpl-testimonial-php .testimonial-categories ul {
  margin: 0;
  padding: 0;
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li {
  list-style-type: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  body.page-template-tpl-testimonial-php .testimonial-categories ul li {
    float: left;
    margin: 0 15px 0 0;
  }
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li a {
  display: block;
  padding: 12px 20px;
  background: #eee;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  body.page-template-tpl-testimonial-php .testimonial-categories ul li a {
    padding: 5px 10px;
  }
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-internships-in-the-usa-2 {
  background-color: #24729a;
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-internships-in-the-usa-2:hover,
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-internships-in-the-usa-2:focus {
  background-color: #1f6385;
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-work-travel-usa-3 {
  background-color: #d65916;
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-work-travel-usa-3:hover,
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-work-travel-usa-3:focus {
  background-color: #bf4f14;
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-international-programs-3 {
  background-color: #758f24;
}
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-international-programs-3:hover,
body.page-template-tpl-testimonial-php .testimonial-categories ul li a.tc-international-programs-3:focus {
  background-color: #647b1f;
}
body.page-template-tpl-testimonial-php .testimonials-masonry {
  display: none;
  margin-top: 40px;
}
@media (min-width: 992px) {
  body.page-template-tpl-testimonial-php .testimonials-masonry {
    display: block;
  }
}
body.page-template-tpl-testimonial-php .testimonials-masonry.row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
body.page-template-tpl-testimonial-php .testimonials-masonry.row div[class*="col-"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body.page-template-tpl-testimonial-php .testimonials-masonry .masonry-block {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #c0c0c0;
  box-shadow: 0 0 8px #c0c0c0;
}
body.page-template-tpl-testimonial-php .testimonials-masonry .masonry-block:first-child {
  margin-top: 0;
}
body.page-template-tpl-testimonial-php .testimonials-masonry.masonry-list {
  display: block;
}
@media (min-width: 768px) {
  body.page-template-tpl-testimonial-php .testimonials-masonry.masonry-list {
    display: none;
  }
}
body.page-template-tpl-testimonial-php .testimonials-masonry.masonry-grid-tablet {
  display: none;
}
@media (min-width: 768px) {
  body.page-template-tpl-testimonial-php .testimonials-masonry.masonry-grid-tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  body.page-template-tpl-testimonial-php .testimonials-masonry.masonry-grid-tablet {
    display: none;
  }
}
body.page-template-tpl-testimonial-php .testimonials-masonry img {
  width: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
body.page-template-tpl-testimonial-php .testimonials-masonry .name {
  margin-top: 10px;
}
/*	Search
---------------------------------------------------------*/
body.search #main {
  padding-bottom: 100px;
}
/*	Slider
---------------------------------------------------------*/
.slider-container .slider-skin {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .slider-container .slider-skin {
    max-height: 360px;
  }
}
.slider-container .slider-skin .flexslider {
  background: none;
  border: none;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  position: static;
}
.slider-container .slider-skin .flexslider .slides img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider-container .slider-skin .flexslider .slides .content-outer {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .slider-container .slider-skin .flexslider .slides .content-outer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
}
.slider-container .slider-skin .flexslider .slides .content-outer > .container {
  padding: 0 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .slider-container .slider-skin .flexslider .slides .content-outer > .container {
    padding: 0 20px;
    text-align: initial;
  }
}
.slider-container .slider-skin .flexslider .slides .content-outer .content-inner {
  max-width: 475px;
  position: relative;
  display: inline-block;
  z-index: 991;
}
@media (min-width: 768px) {
  .slider-container .slider-skin .flexslider .slides .content-outer .content-inner {
    margin-top: 5%;
    float: left;
  }
}
.slider-container .slider-skin .flexslider .slides .content-outer .content-inner .title,
.slider-container .slider-skin .flexslider .slides .content-outer .content-inner .caption {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #777;
}
@media (min-width: 768px) {
  .slider-container .slider-skin .flexslider .slides .content-outer .content-inner .title,
  .slider-container .slider-skin .flexslider .slides .content-outer .content-inner .caption {
    font-size: 25px;
  }
}
.slider-container .slider-skin .flexslider .slides .content-outer .content-inner .title {
  background: #24729a;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .slider-container .slider-skin .flexslider .slides .content-outer .content-inner .title {
    margin-left: 40px;
  }
}
.slider-container .slider-skin .flexslider .slides .content-outer .content-inner .caption {
  margin: 0;
  display: inline-block;
  padding: 0 15px 10px;
}
@media (min-width: 768px) {
  .slider-container .slider-skin .flexslider .slides .content-outer .content-inner .caption {
    margin: 8px 0 0 80px;
    text-shadow: 1px 1px 1px #000;
    padding: 0;
  }
}
.slider-container .slider-skin .flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  display: none;
}
.slider-container .slider-skin .flexslider .flex-direction-nav li a {
  height: 44px;
  margin-top: -22px;
  color: #555;
  color: rgba(0, 0, 0, 0.8);
}
.slider-container .slider-skin .flexslider .flex-direction-nav li a:hover {
  color: #222;
  color: #000000;
}
.slider-container .slider-skin .flexslider .flex-control-nav {
  display: none !important;
}
/*	Footer
---------------------------------------------------------*/
.footer-testimonials {
  background: #e9e9e9;
  width: 100%;
  min-height: 100px;
  padding: 15px 0px 30px;
}
.footer-testimonials > .container {
  position: relative;
}
.footer-testimonials h4 {
  position: absolute;
  top: -40px;
  background: #d4d4d4;
  padding: 10px;
}
.footer-testimonials h4:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 75px;
  border: 8px solid transparent;
  border-top: 18px solid #d4d4d4;
  display: inline-block;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.footer-testimonials h4 a {
  color: #282d30;
}
.footer-testimonials h4 a:hover {
  color: #3f474c;
}
.footer-testimonials article {
  float: left;
  margin: 20px 34px 0 0;
  position: relative;
}
.footer-testimonials article.has-content {
  cursor: pointer;
}
@media (min-width: 768px) {
  .footer-testimonials article:last-child {
    margin-right: 0;
  }
}
.footer-testimonials article img {
  border-radius: 50%;
  width: 105px;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}
@media (min-width: 768px) {
  .footer-testimonials article img {
    width: 82px;
  }
}
.footer-testimonials article .testimonial-content {
  position: absolute;
  bottom: 140%;
  padding: 10px;
  background: #282d30;
  color: #e3e3e3;
  width: 200px;
  cursor: default;
  font-size: 12px;
  display: none;
  z-index: 99;
}
.footer-testimonials article .testimonial-content .arrow {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 30px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 20px solid #282d30;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.footer-testimonials article:hover img,
.footer-testimonials article:focus img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}
.icon-alone,
.social-link {
  font-family: 'icomoon';
}
#site-footer {
  padding: 10px 0 100px;
  background: #15191b;
  position: relative;
  z-index: 2;
}
#site-footer .here-to-help {
  color: #929292;
  border-bottom: solid #333 1px;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 12px;
}
#site-footer .here-to-help a {
  color: #929292;
}
#site-footer .here-to-help a:hover,
#site-footer .here-to-help a:hover .icon-alone {
  color: #c4c4c4;
}
#site-footer .here-to-help .icon-alone {
  padding-right: 10px;
  font-size: 20px;
  color: #929292;
}
#site-footer .here-to-help + .footer-row {
  padding-top: 30px;
}
#site-footer #footer-navigation {
  padding: 0px;
  margin: 0px;
}
#site-footer #footer-navigation .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#site-footer #footer-navigation .menu > li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #site-footer #footer-navigation .menu > li {
    padding: 0px 4% 0 0;
    float: left;
    width: 22%;
    margin-bottom: 0;
  }
}
#site-footer #footer-navigation .menu > li a {
  font-size: 15px;
  font-weight: bold;
}
#site-footer #footer-navigation .menu .sub-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#site-footer #footer-navigation .menu .sub-menu a {
  color: #929292;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}
#site-footer #footer-navigation .menu .sub-menu a:hover,
#site-footer #footer-navigation .menu .sub-menu a:focus {
  color: #c4c4c4;
}
#site-footer #footer-navigation .intern-usa a {
  color: #24729a;
}
#site-footer #footer-navigation .intern-usa a:hover,
#site-footer #footer-navigation .intern-usa a:focus {
  color: #2981af;
}
#site-footer #footer-navigation .work-travel a {
  color: #d65916;
}
#site-footer #footer-navigation .work-travel a:hover,
#site-footer #footer-navigation .work-travel a:focus {
  color: #e8641e;
}
#site-footer #footer-navigation .teach a {
  color: #e8ae1e;
}
#site-footer #footer-navigation .teach a:hover,
#site-footer #footer-navigation .teach a:focus {
  color: #e8641e;
}
#site-footer #footer-navigation .intl-prog a {
  color: #e8ae1e;
}
#site-footer #footer-navigation .intl-prog a:hover,
#site-footer #footer-navigation .intl-prog a:focus {
  color: #86a329;
}
#site-footer #footer-navigation .about-cicd a {
  color: #929292;
}
#site-footer #footer-navigation .about-cicd a:hover,
#site-footer #footer-navigation .about-cicd a:focus {
  color: #fff;
}
#site-footer .social-affiliates {
  float: left;
  overflow: hidden;
}
#site-footer .social-affiliates span {
  color: #929292;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}
#site-footer .social-affiliates .footer-social {
  overflow: hidden;
}
#site-footer .social-affiliates .footer-social .facebook,
#site-footer .social-affiliates .footer-social .instagram,
#site-footer .social-affiliates .footer-social .linkedin,
#site-footer .social-affiliates .footer-social .youtube,
#site-footer .social-affiliates .footer-social .twitter {
  height: 28px;
  background: url(../images/social-sprite.png);
  float: left;
  margin-right: 4px;
  display: block;
}

#site-footer .social-affiliates .footer-social .linkedin {
  margin-top: 4px;
  width: 28px;
  background-position: -112px 0;
}

#site-footer .social-affiliates .footer-social .youtube {
  margin-top: 4px;
  width: 28px;
  background-position: -84px 0;
}

#site-footer .social-affiliates .footer-social .instagram {
  margin-top: 4px;
  width: 28px;
  background-position: -56px 0;
}

#site-footer .social-affiliates .footer-social .facebook {
   margin-top: 4px;
  width: 28px;
}
#site-footer .social-affiliates .footer-social .twitter {
  margin-top: 4px;
  width: 28px;
  background-position: -28px 0;
}
#site-footer .social-affiliates .footer-affiliates {
  margin-top: 20px;
  overflow: hidden;
}
#site-footer .social-affiliates .footer-affiliates .affiliate {
  margin-top: 5px;
  overflow: hidden;
}
.copyright-footer {
  background: #030404;
  color: #333;
  padding: 20px 0;
}
.copyright-footer img {
  float: left;
}
.copyright-footer span {
  margin-top: 15px;
  display: block;
  float: left;
}
@media (min-width: 768px) {
  .copyright-footer span {
    margin: 25px 0 0 60px;
    position: relative;
  }
  .copyright-footer span:before {
    content: '|';
    left: -30px;
    position: absolute;
  }
}
/*	Comments
---------------------------------------------------------*/
#comments {
  margin-bottom: 20px;
}
.comment-list {
  padding-left: 0;
  list-style: none;
}
.comment-list article.comment-body {
  margin-bottom: 10px;
  padding-left: 64px;
}
.comment-list article.comment-body:before,
.comment-list article.comment-body:after {
  content: " ";
  display: table;
}
.comment-list article.comment-body:after {
  clear: both;
}
.comment-list article.comment-body:before,
.comment-list article.comment-body:after {
  content: " ";
  display: table;
}
.comment-list article.comment-body:after {
  clear: both;
}
.comment-list article.comment-body .comment-meta {
  font-size: 12px;
  margin-bottom: 5px;
}
.comment-list article.comment-body img.avatar {
  float: left;
  margin-left: -64px;
}
.comment-list article.comment-body .comment-content p {
  margin-bottom: 5px;
}
.comment-list article.comment-body .comment-reply-link {
  font-size: 12px;
}
.comment-list .children {
  list-style: none;
  padding-left: 64px;
}
.comment-list .children article.comment-body {
  padding-left: 54px;
}
.comment-list .children article.comment-body img.avatar {
  margin-left: -54px;
}
.comment-list .children .children {
  padding-left: 54px;
}
.comment-respond input[type=submit] {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.comment-respond input[type=submit]:hover,
.comment-respond input[type=submit]:focus,
.comment-respond input[type=submit]:active,
.comment-respond input[type=submit].active,
.open .dropdown-toggle.comment-respond input[type=submit] {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.comment-respond input[type=submit]:active,
.comment-respond input[type=submit].active,
.open .dropdown-toggle.comment-respond input[type=submit] {
  background-image: none;
}
.comment-respond input[type=submit].disabled,
.comment-respond input[type=submit][disabled],
fieldset[disabled] .comment-respond input[type=submit],
.comment-respond input[type=submit].disabled:hover,
.comment-respond input[type=submit][disabled]:hover,
fieldset[disabled] .comment-respond input[type=submit]:hover,
.comment-respond input[type=submit].disabled:focus,
.comment-respond input[type=submit][disabled]:focus,
fieldset[disabled] .comment-respond input[type=submit]:focus,
.comment-respond input[type=submit].disabled:active,
.comment-respond input[type=submit][disabled]:active,
fieldset[disabled] .comment-respond input[type=submit]:active,
.comment-respond input[type=submit].disabled.active,
.comment-respond input[type=submit][disabled].active,
fieldset[disabled] .comment-respond input[type=submit].active {
  background-color: #428bca;
  border-color: #357ebd;
}
.comment-respond input[type=submit] .badge {
  color: #428bca;
  background-color: #ffffff;
}
.comment-respond .form-allowed-tags code {
  display: block;
  white-space: normal;
}
/*	Widgets
---------------------------------------------------------*/
.widget {
  margin-bottom: 20px;
}
.ui-datepicker-title select {
  color: #333333;
}
/*	Utilities
---------------------------------------------------------*/
.alignleft,
.alignright {
  margin-bottom: 10px;
}
.aligncenter {
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%;
  }
  .alignleft {
    float: left;
    margin: 0 20px 10px 0;
  }
  .alignright {
    float: right;
    margin: 0 0 10px 20px;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #428bca;
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  height: auto;
  left: 5px;
  top: 5px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  z-index: 100000;
}
/* 404 Page */
body.error404 #main {
  padding: 80px 0 160px;
}
body.error404 #main #secondary {
  display: none;
}

/* blog pages */

body.blog #main .main-content>.container>.page-content>.row,body.single-post #main .main-content>.container>.page-content>.row,body.archive.category #main .main-content>.container>.page-content>.row,body.archive.author #main .main-content>.container>.page-content>.row,body.archive.tag #main .main-content>.container>.page-content>.row,body.archive.date #main .main-content>.container>.page-content>.row,body.search #main .main-content>.container>.page-content>.row,body.post-type-archive-testimonial #main .main-content>.container>.page-content>.row,body.single-testimonial #main .main-content>.container>.page-content>.row{
margin-top:30px;
margin-left:-15px !important;
margin-right:-15px !important}
body.blog #main .main-content>.container>.page-content>.row>div[class*="col-"],body.single-post #main .main-content>.container>.page-content>.row>div[class*="col-"],body.archive.category #main .main-content>.container>.page-content>.row>div[class*="col-"],body.archive.author #main .main-content>.container>.page-content>.row>div[class*="col-"],body.archive.tag #main .main-content>.container>.page-content>.row>div[class*="col-"],body.archive.date #main .main-content>.container>.page-content>.row>div[class*="col-"],body.search #main .main-content>.container>.page-content>.row>div[class*="col-"],body.post-type-archive-testimonial #main .main-content>.container>.page-content>.row>div[class*="col-"],body.single-testimonial #main .main-content>.container>.page-content>.row>div[class*="col-"]{
padding-left:15px !important;
padding-right:15px !important}
body.blog article.post,body.single-post article.post,body.archive.category article.post,body.archive.author article.post,body.archive.tag article.post,body.archive.date article.post,body.search article.post,body.post-type-archive-testimonial article.post,body.single-testimonial article.post{
padding-bottom:20px;
margin-bottom:10px;
border-bottom:1px solid #eee}
body.blog article.post:last-child,body.single-post article.post:last-child,body.archive.category article.post:last-child,body.archive.date article.post:last-child,body.search article.post:last-child,body.post-type-archive-testimonial article.post:last-child,body.single-testimonial article.post:last-child{
border-bottom:0}
body.blog article.post .entry-title,body.single-post article.post .entry-title,body.archive.category article.post .entry-title,body.archive.author article.post .entry-title,body.archive.tag article.post .entry-title,body.archive.date article.post .entry-title,body.search article.post .entry-title,body.post-type-archive-testimonial article.post .entry-title,body.single-testimonial article.post .entry-title{
margin-bottom:0}
body.blog article.post .entry-title a,body.single-post article.post .entry-title a,body.archive.category article.post .entry-title a,body.archive.author article.post .entry-title a,body.archive.tag article.post .entry-title a,body.archive.date article.post .entry-title a,body.search article.post .entry-title a,body.post-type-archive-testimonial article.post .entry-title a,body.single-testimonial article.post .entry-title a{
color:#1d83ab;
font-weight:700}
body.blog article.post .entry-title a:hover,body.single-post article.post .entry-title a:hover,body.archive.category article.post .entry-title a:hover,body.archive.author article.post .entry-title a:hover,body.archive.tag article.post .entry-title a:hover,body.archive.date article.post .entry-title a:hover,body.search article.post .entry-title a:hover,body.post-type-archive-testimonial article.post .entry-title a:hover,body.single-testimonial article.post .entry-title a:hover,body.blog article.post .entry-title a:focus,body.single-post article.post .entry-title a:focus,body.archive.category article.post .entry-title a:focus,body.archive.author article.post .entry-title a:focus,body.archive.tag article.post .entry-title a:focus,body.archive.date article.post .entry-title a:focus,body.search article.post .entry-title a:focus,body.post-type-archive-testimonial article.post .entry-title a:focus,body.single-testimonial article.post .entry-title a:focus{
color:#6f8d1f}
body.blog article.post .date,body.single-post article.post .date,body.archive.category article.post .date,body.archive.author article.post .date,body.archive.tag article.post .date,body.archive.date article.post .date,body.search article.post .date,body.post-type-archive-testimonial article.post .date,body.single-testimonial article.post .date{
margin-bottom:15px;
font-size:12px;
font-weight:700}
body.blog article.post.has-post-thumbnail .entry-title,body.single-post article.post.has-post-thumbnail .entry-title,body.archive.category article.post.has-post-thumbnail .entry-title,body.archive.author article.post.has-post-thumbnail .entry-title,body.archive.tag article.post.has-post-thumbnail .entry-title,body.archive.date article.post.has-post-thumbnail .entry-title,body.search article.post.has-post-thumbnail .entry-title,body.post-type-archive-testimonial article.post.has-post-thumbnail .entry-title,body.single-testimonial article.post.has-post-thumbnail .entry-title{
margin-bottom:15px}
body.blog article.post.has-post-thumbnail .thumbnail,body.single-post article.post.has-post-thumbnail .thumbnail,body.archive.category article.post.has-post-thumbnail .thumbnail,body.archive.author article.post.has-post-thumbnail .thumbnail,body.archive.tag article.post.has-post-thumbnail .thumbnail,body.archive.date article.post.has-post-thumbnail .thumbnail,body.search article.post.has-post-thumbnail .thumbnail,body.post-type-archive-testimonial article.post.has-post-thumbnail .thumbnail,body.single-testimonial article.post.has-post-thumbnail .thumbnail{
position:relative;
display:inline-block}
body.blog article.post.has-post-thumbnail .thumbnail img,body.single-post article.post.has-post-thumbnail .thumbnail img,body.archive.category article.post.has-post-thumbnail .thumbnail img,body.archive.author article.post.has-post-thumbnail .thumbnail img,body.archive.tag article.post.has-post-thumbnail .thumbnail img,body.archive.date article.post.has-post-thumbnail .thumbnail img,body.search article.post.has-post-thumbnail .thumbnail img,body.post-type-archive-testimonial article.post.has-post-thumbnail .thumbnail img,body.single-testimonial article.post.has-post-thumbnail .thumbnail img{
margin-bottom:10px;
border:0;
-webkit-box-shadow:none;
box-shadow:none}
body.blog article.post.has-post-thumbnail .thumbnail .date,body.single-post article.post.has-post-thumbnail .thumbnail .date,body.archive.category article.post.has-post-thumbnail .thumbnail .date,body.archive.author article.post.has-post-thumbnail .thumbnail .date,body.archive.tag article.post.has-post-thumbnail .thumbnail .date,body.archive.date article.post.has-post-thumbnail .thumbnail .date,body.search article.post.has-post-thumbnail .thumbnail .date,body.post-type-archive-testimonial article.post.has-post-thumbnail .thumbnail .date,body.single-testimonial article.post.has-post-thumbnail .thumbnail .date{
position:absolute;
top:0;
right:0;
background-color:#1d83ab;
color:#fff;
font-weight:700;
font-size:14px;
padding:5px}
body.blog article.post.has-post-thumbnail .thumbnail .date:before,body.single-post article.post.has-post-thumbnail .thumbnail .date:before,body.archive.category article.post.has-post-thumbnail .thumbnail .date:before,body.archive.author article.post.has-post-thumbnail .thumbnail .date:before,body.archive.tag article.post.has-post-thumbnail .thumbnail .date:before,body.archive.date article.post.has-post-thumbnail .thumbnail .date:before,body.search article.post.has-post-thumbnail .thumbnail .date:before,body.post-type-archive-testimonial article.post.has-post-thumbnail .thumbnail .date:before,body.single-testimonial article.post.has-post-thumbnail .thumbnail .date:before{
content:"";
position:absolute;
right:100%;
top:0;
bottom:0;
height:100%;
border-top:15px solid transparent;
border-left:10px solid transparent;
border-right:10px solid #1d83ab;
border-bottom:15px solid #1d83ab}
body.blog #secondary .secondary-inner,body.single-post #secondary .secondary-inner,body.archive.category #secondary .secondary-inner,body.archive.author #secondary .secondary-inner,body.archive.tag #secondary .secondary-inner,body.archive.date #secondary .secondary-inner,body.search #secondary .secondary-inner,body.post-type-archive-testimonial #secondary .secondary-inner,body.single-testimonial #secondary .secondary-inner{
padding:0;
margin:0;
-webkit-box-shadow: 0 0 10px 0 #cccccc;
box-shadow: 0 0 10px 0 #cccccc;
border-bottom:5px solid;
/*
border-top:0px solid;
border-left:0px solid;
border-right:0px solid;
*/
border-color:#fff;
background-color:#fff;
border-radius:2px;
position:relative}
body.blog #secondary .secondary-inner .widget .widget-title,body.single-post #secondary .secondary-inner .widget .widget-title,body.archive.category #secondary .secondary-inner .widget .widget-title,body.archive.author #secondary .secondary-inner .widget .widget-title,body.archive.tag #secondary .secondary-inner .widget .widget-title,body.archive.date #secondary .secondary-inner .widget .widget-title,body.search #secondary .secondary-inner .widget .widget-title,body.post-type-archive-testimonial #secondary .secondary-inner .widget .widget-title,body.single-testimonial #secondary .secondary-inner .widget .widget-title{
padding:10px 10px 10px 12px;
background-color:#f0f0f0;
color:#2e3334;
font-weight:500}
body.blog #secondary .secondary-inner .widget>ul,body.single-post #secondary .secondary-inner .widget>ul,body.archive.category #secondary .secondary-inner .widget>ul,body.archive.date #secondary .secondary-inner .widget>ul,body.archive.author #secondary .secondary-inner .widget>ul,body.archive.date #secondary .secondary-inner .widget>ul,body.archive.tag #secondary .secondary-inner .widget>ul,body.archive.date #secondary .secondary-inner .widget>ul,body.search #secondary .secondary-inner .widget>ul,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul,body.single-testimonial #secondary .secondary-inner .widget>ul{
margin:0;
padding:0 10px}
body.blog #secondary .secondary-inner .widget>ul li,body.single-post #secondary .secondary-inner .widget>ul li,body.archive.category #secondary .secondary-inner .widget>ul li,body.archive.author #secondary .secondary-inner .widget>ul li,body.archive.tag #secondary .secondary-inner .widget>ul li,body.archive.date #secondary .secondary-inner .widget>ul li,body.search #secondary .secondary-inner .widget>ul li,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li,body.single-testimonial #secondary .secondary-inner .widget>ul li{
list-style-type:none;
border-bottom:1px solid #e0e0e0;
border-top:1px solid #fbfbfb;
padding-bottom:4px;}
body.blog #secondary .secondary-inner .widget>ul li:first-child,body.single-post #secondary .secondary-inner .widget>ul li:first-child,body.archive.category #secondary .secondary-inner .widget>ul li:first-child,body.archive.author #secondary .secondary-inner .widget>ul li:first-child,body.archive.tag #secondary .secondary-inner .widget>ul li:first-child,body.archive.date #secondary .secondary-inner .widget>ul li:first-child,body.search #secondary .secondary-inner .widget>ul li:first-child,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li:first-child,body.single-testimonial #secondary .secondary-inner .widget>ul li:first-child,body.blog #secondary .secondary-inner .widget>ul li.register-online,body.single-post #secondary .secondary-inner .widget>ul li.register-online,body.archive.category #secondary .secondary-inner .widget>ul li.register-online,body.archive.date #secondary .secondary-inner .widget>ul li.register-online,body.archive.author #secondary .secondary-inner .widget>ul li.register-online,body.archive.date #secondary .secondary-inner .widget>ul li.register-online,body.archive.tag #secondary .secondary-inner .widget>ul li.register-online,body.archive.date #secondary .secondary-inner .widget>ul li.register-online,body.search #secondary .secondary-inner .widget>ul li.register-online,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li.register-online,body.single-testimonial #secondary .secondary-inner .widget>ul li.register-online{
border-top:0}
body.blog #secondary .secondary-inner .widget>ul li:last-child,body.single-post #secondary .secondary-inner .widget>ul li:last-child,body.archive.category #secondary .secondary-inner .widget>ul li:last-child,body.archive.author #secondary .secondary-inner .widget>ul li:last-child,body.archive.tag #secondary .secondary-inner .widget>ul li:last-child,body.archive.date #secondary .secondary-inner .widget>ul li:last-child,body.search #secondary .secondary-inner .widget>ul li:last-child,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li:last-child,body.single-testimonial #secondary .secondary-inner .widget>ul li:last-child,body.blog #secondary .secondary-inner .widget>ul li.pre-register,body.single-post #secondary .secondary-inner .widget>ul li.pre-register,body.archive.category #secondary .secondary-inner .widget>ul li.pre-register,body.archive.author #secondary .secondary-inner .widget>ul li.pre-register,body.archive.tag #secondary .secondary-inner .widget>ul li.pre-register,body.archive.date #secondary .secondary-inner .widget>ul li.pre-register,body.search #secondary .secondary-inner .widget>ul li.pre-register,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li.pre-register,body.single-testimonial #secondary .secondary-inner .widget>ul li.pre-register{
border-bottom:0}
body.blog #secondary .secondary-inner .widget>ul li a,body.single-post #secondary .secondary-inner .widget>ul li a,body.archive.category #secondary .secondary-inner .widget>ul li a,body.archive.author #secondary .secondary-inner .widget>ul li a,body.archive.tag #secondary .secondary-inner .widget>ul li a,body.archive.date #secondary .secondary-inner .widget>ul li a,body.search #secondary .secondary-inner .widget>ul li a,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li a,body.single-testimonial #secondary .secondary-inner .widget>ul li a{
font-size:14px;
color:#2e3334;
display:block;
padding:4px 0 4px 0px;
position:relative}
/*
body.blog #secondary .secondary-inner .widget>ul li a:before,body.single-post #secondary .secondary-inner .widget>ul li a:before,body.archive.category #secondary .secondary-inner .widget>ul li a:before,body.archive.date #secondary .secondary-inner .widget>ul li a:before,body.search #secondary .secondary-inner .widget>ul li a:before,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li a:before,body.single-testimonial #secondary .secondary-inner .widget>ul li a:before{
content:"\f054";
position:absolute;
left:0;
top:50%;
margin-top:-4px;
font-size:8px;
color:#444;
font-family:FontAwesome}
*/
body.blog #secondary .secondary-inner .widget>ul li.active a,body.single-post #secondary .secondary-inner .widget>ul li.active a,body.archive.category #secondary .secondary-inner .widget>ul li.active a,body.archive.author #secondary .secondary-inner .widget>ul li.active a,body.archive.tag #secondary .secondary-inner .widget>ul li.active a,body.archive.date #secondary .secondary-inner .widget>ul li.active a,body.search #secondary .secondary-inner .widget>ul li.active a,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li.active a,body.single-testimonial #secondary .secondary-inner .widget>ul li.active a,body.blog #secondary .secondary-inner .widget>ul li a:hover,body.single-post #secondary .secondary-inner .widget>ul li a:hover,body.archive.category #secondary .secondary-inner .widget>ul li a:hover,body.archive.author #secondary .secondary-inner .widget>ul li a:hover,body.archive.tag #secondary .secondary-inner .widget>ul li a:hover,body.archive.date #secondary .secondary-inner .widget>ul li a:hover,body.search #secondary .secondary-inner .widget>ul li a:hover,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li a:hover,body.single-testimonial #secondary .secondary-inner .widget>ul li a:hover,body.blog #secondary .secondary-inner .widget>ul li a:focus,body.single-post #secondary .secondary-inner .widget>ul li a:focus,body.archive.category #secondary .secondary-inner .widget>ul li a:focus,body.archive.author #secondary .secondary-inner .widget>ul li a:focus,body.archive.tag #secondary .secondary-inner .widget>ul li a:focus,body.archive.date #secondary .secondary-inner .widget>ul li a:focus,body.search #secondary .secondary-inner .widget>ul li a:focus,body.post-type-archive-testimonial #secondary .secondary-inner .widget>ul li a:focus,body.single-testimonial #secondary .secondary-inner .widget>ul li a:focus{
color:#7fa224}
body.blog #secondary .post-date {
	font-size: 12px;
}
body.single-post .thumbnail{
margin-bottom:15px}

article .entry-meta{
font-size:12px;}


.shadowbox {
padding:30px 30px 0 30px;
margin-bottom: 20px;
-webkit-box-shadow: 0 0 10px 0 #cccccc;
box-shadow: 0 0 10px 0 #cccccc;
clear:both;
background-color: #fff;
}








