@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900);
/******************************************************************/
/***   Custom
/***   Author: Gary Brown
/***   Theme: 
/***   Version: 0.1
/******************************************************************/
/* Import our theme variables. */
.font-fontawesome {
  font: 16px/1 "FontAwesome";
}
.primaryfont {
  color: #002266;
}
/** Reset Minimized ***********************************************/
/******************************************************************/
@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}
button {
  cursor: pointer;
}
hr {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/** Additional CSS Love - Minimized *******************************/
/******************************************************************/
html {
  overflow-y: scroll;
}
ul,
ol {
  margin-left: 2em;
}
ol {
  list-style-type: decimal;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
strong,
th {
  font-weight: bold;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
img,
td {
  vertical-align: top;
}
.inViewFadeUp {
  opacity: 0;
}
/*!
 * Animate.less v2.0 (https://github.com/codeworksdev/animate.less)
 * Copyright (c) 2014-2018 CODEWORKS <support@codeworksnyc.com>
 * Licensed under the MIT license
 */
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
.animated {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
.animated.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
.animated.bounceInDown {
  animation-name: bounceInDown;
}
.animated.bounceInLeft {
  animation-name: bounceInLeft;
}
.animated.bounceInRight {
  animation-name: bounceInRight;
}
.animated.bounceInUp {
  animation-name: bounceInUp;
}
.animated.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
.animated.bounceOutDown {
  animation-name: bounceOutDown;
}
.animated.bounceOutLeft {
  animation-name: bounceOutLeft;
}
.animated.bounceOutRight {
  animation-name: bounceOutRight;
}
.animated.bounceOutUp {
  animation-name: bounceOutUp;
}
.animated.fadeIn {
  animation-name: fadeIn;
}
.animated.fadeInDown {
  animation-name: fadeInDown;
}
.animated.fadeInDownBig {
  animation-name: fadeInDownBig;
}
.animated.fadeInLeft {
  animation-name: fadeInLeft;
}
.animated.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
.animated.fadeInRight {
  animation-name: fadeInRight;
}
.animated.fadeInRightBig {
  animation-name: fadeInRightBig;
}
.animated.fadeInUp {
  animation-name: fadeInUp;
}
.animated.fadeInUpBig {
  animation-name: fadeInUpBig;
}
.animated.fadeOut {
  animation-name: fadeOut;
}
.animated.fadeOutDown {
  animation-name: fadeOutDown;
}
.animated.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
.animated.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.animated.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
.animated.fadeOutRight {
  animation-name: fadeOutRight;
}
.animated.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
.animated.fadeOutUp {
  animation-name: fadeOutUp;
}
.animated.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
.animated.flash {
  animation-name: flash;
}
.animated.flashmin {
  animation-name: flashmin;
}
.animated.flip {
  animation-name: flip;
  backface-visibility: visible;
}
.animated.flipInX {
  animation-name: flipInX;
  backface-visibility: visible;
}
.animated.flipInY {
  animation-name: flipInY;
  backface-visibility: visible;
}
.animated.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
.animated.flipOutY {
  animation-name: flipOutY;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
.animated.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
.animated.hinge {
  animation-name: hinge;
  animation-duration: 2s;
}
.animated.jackInTheBox {
  animation-name: jackInTheBox;
}
.animated.jello {
  animation-name: jello;
  transform-origin: center;
}
.animated.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
.animated.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
.animated.pulse {
  animation-name: pulse;
}
.animated.rollIn {
  animation-name: rollIn;
}
.animated.rollOut {
  animation-name: rollOut;
}
.animated.rotate {
  animation-name: rotate;
}
.animated.rotateCC {
  animation-name: rotateCC;
}
.animated.rotateIn {
  animation-name: rotateIn;
}
.animated.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
.animated.rotateInDownRight {
  animation-name: rotateInDownRight;
}
.animated.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
.animated.rotateInUpRight {
  animation-name: rotateInUpRight;
}
.animated.rotateOut {
  animation-name: rotateOut;
}
.animated.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
.animated.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
.animated.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
.animated.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
.animated.rotateZoomIn {
  animation-name: rotateZoomIn;
}
.animated.rotateZoomInCC {
  animation-name: rotateZoomInCC;
}
.animated.rotateZoomOut {
  animation-name: rotateZoomOut;
}
.animated.rotateZoomOutCC {
  animation-name: rotateZoomOutCC;
}
.animated.rubberBand {
  animation-name: rubberBand;
}
.animated.shake {
  animation-name: shake;
}
.animated.slideInDown {
  animation-name: slideInDown;
}
.animated.slideInLeft {
  animation-name: slideInLeft;
}
.animated.slideInRight {
  animation-name: slideInRight;
}
.animated.slideInUp {
  animation-name: slideInUp;
}
.animated.slideOutDown {
  animation-name: slideOutDown;
}
.animated.slideOutLeft {
  animation-name: slideOutLeft;
}
.animated.slideOutRight {
  animation-name: slideOutRight;
}
.animated.slideOutUp {
  animation-name: slideOutUp;
}
.animated.swing {
  animation-name: swing;
  transform-origin: top center;
}
.animated.tada {
  animation-name: tada;
}
.animated.wobble {
  animation-name: wobble;
}
.animated.zoomIn {
  animation-name: zoomIn;
}
.animated.zoomInDown {
  animation-name: zoomInDown;
}
.animated.zoomInLeft {
  animation-name: zoomInLeft;
}
.animated.zoomInRight {
  animation-name: zoomInRight;
}
.animated.zoomInUp {
  animation-name: zoomInUp;
}
.animated.zoomOut {
  animation-name: zoomOut;
}
.animated.zoomOutDown {
  animation-name: zoomOutDown;
}
.animated.zoomOutLeft {
  animation-name: zoomOutLeft;
}
.animated.zoomOutRight {
  animation-name: zoomOutRight;
}
.animated.zoomOutUp {
  animation-name: zoomOutUp;
}
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flashmin {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.33;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes headShake {
  from {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes hinge {
  from {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 80deg);
  }
  40%,
  80% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 60deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jello {
  from,
  11.1% {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rotate {
  from {
    transform-origin: center;
    transform: rotate(-360deg);
  }
  to {
    transform-origin: center;
    transform: rotate(0deg);
  }
}
@keyframes rotateCC {
  from {
    transform-origin: center;
    transform: rotate(360deg);
  }
  to {
    transform-origin: center;
    transform: rotate(0deg);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
  }
  to {
    opacity: 1;
    transform-origin: center;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateInDownLeft {
  from {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateInDownRight {
  from {
    opacity: 0;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  to {
    opacity: 1;
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateInUpLeft {
  from {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateInUpRight {
  from {
    opacity: 0;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
  }
  to {
    opacity: 1;
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
    transform-origin: center;
  }
  to {
    opacity: 0;
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
  }
}
@keyframes rotateZoomIn {
  from {
    opacity: 0;
    transform-origin: center;
    transform: scale3d(0.3, 0.3, 0.3) rotate(-360deg);
  }
  to {
    opacity: 1;
    transform-origin: center;
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
}
@keyframes rotateZoomInCC {
  from {
    opacity: 0;
    transform-origin: center;
    transform: scale3d(0.3, 0.3, 0.3) rotate(360deg);
  }
  to {
    opacity: 1;
    transform-origin: center;
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
}
@keyframes rotateZoomOut {
  from {
    opacity: 1;
    transform-origin: center;
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
  to {
    opacity: 0;
    transform-origin: center;
    transform: scale3d(0.3, 0.3, 0.3) rotate(360deg);
  }
}
@keyframes rotateZoomOutCC {
  from {
    opacity: 1;
    transform-origin: center;
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
  to {
    opacity: 0;
    transform-origin: center;
    transform: scale3d(0.3, 0.3, 0.3) rotate(-360deg);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shake {
  from,
  100% {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=07ee92493cfff3e3552e)
 * Config saved to config.json and https://gist.github.com/07ee92493cfff3e3552e
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/application/themes/custom/css/fonts/glyphicons-halflings-regular.eot');
  src: url('/application/themes/custom/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/application/themes/custom/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/application/themes/custom/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/application/themes/custom/css/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,
.glyphicon-eur: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";
}
* {
  -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: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 1.3rem 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 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"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  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.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.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  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: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
div.ccm-block-page-list-pic-grid-wrapper:before,
div.ccm-block-page-list-pic-grid-wrapper:after,
#simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner:before,
#simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner:after,
#swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner:before,
#swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
div.ccm-block-page-list-pic-grid-wrapper:after,
#simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner:after,
#swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner: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;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ccm-page * {
  transition: 0.33s all ease-out;
  -webkit-transition: 0.33s all ease-out;
  -moz-transition: 0.33s all ease-out;
  -ms-transition: 0.33s all ease-out;
  -o-transition: 0.33s all ease-out;
}
.ccm-page .btn {
  border: none;
  padding: 10px 25px;
  font-weight: 300;
  margin: 15px 0;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
}
.ccm-page .btn-lg {
  padding: 12px 35px;
  font-size: 20px;
}
.ccm-page .btn-primary {
  background-color: linear;
  background: -webkit-gradient(linear, left top, left bottom, from(linear), to(#002b80, #001f5c));
  background: -webkit-linear-gradient(top, linear, #002b80, #001f5c);
  background: -moz-linear-gradient(top, linear, #002b80, #001f5c);
  background: -ms-linear-gradient(top, linear, #002b80, #001f5c);
  background: -o-linear-gradient(top, linear, #002b80, #001f5c);
  color: #fff !important;
}
.ccm-page .btn-primary:hover {
  background-color: linear;
  background: -webkit-gradient(linear, left top, left bottom, from(linear), to(#00308f, #002266));
  background: -webkit-linear-gradient(top, linear, #00308f, #002266);
  background: -moz-linear-gradient(top, linear, #00308f, #002266);
  background: -ms-linear-gradient(top, linear, #00308f, #002266);
  background: -o-linear-gradient(top, linear, #00308f, #002266);
}
.ccm-page .btn-transparent {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  border: 1px solid #fff;
  color: #fff;
}
.ccm-page .btn-transparent:hover {
  background-color: #fff;
  color: #002266;
  mix-blend-mode: screen;
}
.ccm-page .btn-default {
  background: #fefefe;
  color: #002266;
  border: 3px solid #002266;
}
.ccm-page .btn-default:hover {
  background: #002266;
  color: #fefefe !important;
}
.ccm-page .btn.left:before,
.ccm-page .btn.right:after {
  font-size: 16px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font: 16px/1 "FontAwesome";
}
.ccm-page .btn.left:before {
  padding-right: 7px;
  content: "\f053";
}
.ccm-page .btn.right:after {
  padding-left: 7px;
  content: "\f054";
}
.ccm-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ccm-page a {
  color: #0044cc;
  transition: 0.33s all ease-out;
}
.ccm-page a:hover {
  color: #003399;
}
.ccm-page a:active {
  background: none;
}
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  overflow: hidden;
}
body ::-webkit-input-placeholder {
  color: #444444;
}
body :-moz-placeholder {
  color: #444444;
}
body ::-moz-selection {
  background: #003399;
  color: #fff;
  text-shadow: none;
}
body ::selection {
  background: #003399;
  color: #fff;
  text-shadow: none;
}
.clearfix,
div.ccm-block-page-list-pic-grid-wrapper,
#simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner,
#swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner {
  display: block;
  zoom: 1;
}
.clearfix:after,
div.ccm-block-page-list-pic-grid-wrapper:after,
#simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner:after,
#swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.webdesigner {
  margin-top: 2rem;
}
.external {
  padding-right: 15px;
  background: url(/application/themes/custom/css/img/external.png) center right no-repeat;
}
.panel-primary {
  border-color: #002266;
}
.panel-primary > .panel-heading {
  background-color: #002266;
  border-color: #002266;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #002266;
}
.panel-primary > .panel-heading .badge {
  color: #002266;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #002266;
}
.delay {
  animation-delay: 1s;
}
.heading-highlight {
  display: flex;
  flex-direction: row;
}
.heading-highlight:before,
.heading-highlight:after {
  content: '';
  flex: 1 1;
  border-bottom: 2px solid;
  margin: auto;
  background-color: #457ae5;
  max-width: 10%;
}
.heading-highlight:before {
  margin-right: 12px;
}
.heading-highlight:after {
  margin-left: 12px;
}
.primary-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background: linear-gradient(to bottom right, rgba(153, 187, 255, 0.85) 0%, rgba(0, 34, 102, 0.85) 100%);
}
main {
  /* Half Circle */
  /* Half CircleBubble */
}
main .gray-stripe {
  background-image: linear-gradient(to top, #d3d3d3 0%, #d3d3d3 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
  padding-top: 2%;
}
main .primary-stripe {
  background-color: #002266;
  color: #3377ff !important;
  padding-top: 2%;
}
main .secondary-stripe {
  background-color: #00349a;
  color: #679aff !important;
  padding-top: 2%;
}
main .tertiary-stripe {
  background-color: rgba(69, 122, 229, 0.5);
  color: #0c2352 !important;
  padding-top: 2%;
}
main .quaternary-stripe {
  background-color: #335baa;
  padding-top: 2%;
}
main .quaternary-stripe * {
  color: #becdeb !important;
}
main .logo-background {
  padding-top: 2%;
}
main .logo-background-get-in-touch {
  background-image: url("/application/themes/custom/img/get-in-touch.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .logo-background-idea {
  background-image: url("/application/themes/custom/img/idea.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .logo-background-help {
  background-image: url("/application/themes/custom/img/help.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .logo-background-config {
  background-image: url("/application/themes/custom/img/config.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .logo-background-news {
  background-image: url("/application/themes/custom/img/news.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .logo-background-conversation {
  background-image: url("/application/themes/custom/img/conversation.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .primary-stripe.logo-background {
  background-color: #002266;
  color: #3377ff !important;
  padding-top: 2%;
}
main .primary-stripe.logo-background-get-in-touch {
  background-image: url("/application/themes/custom/img/get-in-touch.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .primary-stripe.logo-background-idea {
  background-image: url("/application/themes/custom/img/idea.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .primary-stripe.logo-background-help {
  background-image: url("/application/themes/custom/img/help.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .primary-stripe.logo-background-config {
  background-image: url("/application/themes/custom/img/config.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .primary-stripe.logo-background-news {
  background-image: url("/application/themes/custom/img/news.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .primary-stripe.logo-background-conversation {
  background-image: url("/application/themes/custom/img/conversation.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .secondary-stripe.logo-background {
  background-color: #00349a;
  color: #679aff !important;
  padding-top: 2%;
}
main .secondary-stripe.logo-background-get-in-touch {
  background-image: url("/application/themes/custom/img/get-in-touch.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .secondary-stripe.logo-background-idea {
  background-image: url("/application/themes/custom/img/idea.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .secondary-stripe.logo-background-help {
  background-image: url("/application/themes/custom/img/help.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .secondary-stripe.logo-background-config {
  background-image: url("/application/themes/custom/img/config.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .secondary-stripe.logo-background-news {
  background-image: url("/application/themes/custom/img/news.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .secondary-stripe.logo-background-conversation {
  background-image: url("/application/themes/custom/img/conversation.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .tertiary-stripe.logo-background {
  background-color: rgba(69, 122, 229, 0.5);
  color: #0c2352 !important;
  padding-top: 2%;
}
main .tertiary-stripe.logo-background-get-in-touch {
  background-image: url("/application/themes/custom/img/get-in-touch.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .tertiary-stripe.logo-background-idea {
  background-image: url("/application/themes/custom/img/idea.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .tertiary-stripe.logo-background-help {
  background-image: url("/application/themes/custom/img/help.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .tertiary-stripe.logo-background-config {
  background-image: url("/application/themes/custom/img/config.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .tertiary-stripe.logo-background-news {
  background-image: url("/application/themes/custom/img/news.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .tertiary-stripe.logo-background-conversation {
  background-image: url("/application/themes/custom/img/conversation.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .quaternary-stripe.logo-background {
  background-color: #335baa;
  padding-top: 2%;
}
main .quaternary-stripe.logo-background-get-in-touch {
  background-image: url("/application/themes/custom/img/get-in-touch.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .quaternary-stripe.logo-background-idea {
  background-image: url("/application/themes/custom/img/idea.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .quaternary-stripe.logo-background-help {
  background-image: url("/application/themes/custom/img/help.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .quaternary-stripe.logo-background-config {
  background-image: url("/application/themes/custom/img/config.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .quaternary-stripe.logo-background-news {
  background-image: url("/application/themes/custom/img/news.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .quaternary-stripe.logo-background-conversation {
  background-image: url("/application/themes/custom/img/conversation.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
main .quaternary-stripe.logo-background * {
  color: #becdeb !important;
}
main .primary-stripe.borders {
  border-top: 3px solid #001133;
  border-bottom: 3px solid #001133;
  background-color: #002266;
  color: #3377ff !important;
  padding-top: 2%;
}
main .secondary-stripe.borders {
  border-top: 3px solid #002367;
  border-bottom: 3px solid #002367;
  background-color: #00349a;
  color: #679aff !important;
  padding-top: 2%;
}
main .tertiary-stripe.borders {
  border-top: 3px solid #1e5cd9;
  border-bottom: 3px solid #1e5cd9;
  background-color: rgba(69, 122, 229, 0.5);
  color: #0c2352 !important;
  padding-top: 2%;
}
main .quaternery-stripe.borders {
  border-top: 3px solid #274683;
  border-bottom: 3px solid #274683;
  background-color: #335baa;
  padding-top: 2%;
}
main .quaternery-stripe.borders * {
  color: #becdeb !important;
}
main .bordered {
  border: 1px solid #002266;
}
main .border-left {
  border-left: 1px solid #002266;
  padding: 10px;
}
main .border-right {
  border-right: 1px solid #002266;
  padding: 10px;
}
main .spacing {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}
main .ss-style-halfcircle::before,
main .ss-style-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .ss-style-inczigzag {
  padding-top: 0px;
}
main .ss-style-inczigzag::before,
main .ss-style-inczigzag::after {
  left: 0px;
  width: 100%;
  height: 50px;
  background-size: 20px 100%;
  content: " ";
  display: block;
  padding: 50px;
}
main .ss-style-inczigzag::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #fefefe), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, transparent 50%, #fefefe 50%);
}
main .ss-style-inczigzag::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, transparent), color-stop(0.5, #fefefe));
  background-image: linear-gradient(15deg, #fefefe 50%, transparent 50%);
}
main .ss-style-doublediagonal {
  z-index: 1;
  padding-top: 6em;
  position: relative;
  margin-top: 6em;
}
main .ss-style-doublediagonal::before,
main .ss-style-doublediagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  content: " ";
  display: block;
  position: absolute;
}
main .ss-style-doublediagonal::before {
  height: 50%;
  background: #000000;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}
main .ss-style-triangles {
  position: relative;
}
main .ss-style-triangles::before,
main .ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  content: '';
  position: absolute;
  background: inherit;
}
main .ss-style-triangles::before {
  top: -50px;
}
main .ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
}
main .ss-style-halfcircle {
  position: relative;
}
main .ss-style-halfcircle::before,
main .ss-style-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  position: absolute;
}
main .ss-style-halfcircle::before {
  top: -50px;
}
main .ss-style-halfcircle::after {
  bottom: -50px;
}
main .ss-style-halfcircle {
  position: relative;
}
main .ss-style-bubble::before {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fefefe;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  position: absolute;
}
main .ss-style-bubble::before {
  top: -50px;
}
.site-title {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
}
.title-small-text {
  color: #002266;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  padding-left: 0.5em;
}
.featured-content-title-serif {
  font-size: 2.044em;
  line-height: 1.46em;
  margin-bottom: 0.5em;
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  text-shadow: 0 10px 29px rgba(0, 0, 0, 0.09803920000000001), 10px 15px 5px rgba(0, 0, 0, 0.0470588), -10px 15px 5px rgba(0, 0, 0, 0.0470588);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.featured-content-title:hover {
  text-shadow: 0 -10px 29px rgba(0, 0, 0, 0.09803920000000001), 10px -15px 5px rgba(0, 0, 0, 0.0470588), -10px -15px 5px rgba(0, 0, 0, 0.0470588);
}
.featured-content-title-sans {
  font-size: 2.044em;
  line-height: 1.46em;
  margin-bottom: 0.5em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-shadow: 0 10px 29px rgba(0, 0, 0, 0.09803920000000001), 10px 15px 5px rgba(0, 0, 0, 0.0470588), -10px 15px 5px rgba(0, 0, 0, 0.0470588);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.featured-content-title-serif:hover,
.featured-content-title-sans:hover {
  text-shadow: 0 -10px 29px rgba(0, 0, 0, 0.09803920000000001), 10px -15px 5px rgba(0, 0, 0, 0.0470588), -10px -15px 5px rgba(0, 0, 0, 0.0470588);
}
.small-text {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
.page-title {
  font-size: 40px;
}
.captivating-title {
  display: inline-block;
  font-size: 60px !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
}
.lead {
  font-size: 1.8em;
  font-style: italic;
}
.tooltip {
  font-size: 14px;
  padding: 5px;
}
.bordered {
  border: 1px solid #002266;
}
.border-left {
  border-left: 1px solid #002266;
  padding: 10px;
}
.border-right {
  border-right: 1px solid #002266;
  padding: 10px;
}
.central {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.text-effect {
  color: #330330;
  font-size: 120px;
  line-height: 140px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  margin: 20px auto 0;
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
  position: relative;
}
header#siteHeader {
  position: relative;
  z-index: 2;
}
header#siteHeader .logo-img {
  margin-top: 0.2em;
  margin-right: 0.2em;
}
header#siteHeader #top_bar {
  background-color: #002266;
  padding-top: 0.5em;
}
header#siteHeader #nav {
  background-color: #00349a;
}
header#siteHeader #logo-bar {
  background-color: #00349a;
}
header#siteHeader #logo-bar img {
  margin-top: -30px;
}
header#siteHeader .phone_no,
header#siteHeader .whats_ap,
header#siteHeader .header_email {
  display: inline-block;
  font-size: 1em;
  margin-top: 0.5em;
  color: #dddddd;
}
header#siteHeader .phone_no a,
header#siteHeader .whats_ap a,
header#siteHeader .header_email a {
  color: #fdc000;
}
header#siteHeader .phone_no a:hover,
header#siteHeader .whats_ap a:hover,
header#siteHeader .header_email a:hover {
  text-decoration: none;
  color: #ca9a00;
}
header#siteHeader #contact-bar {
  clear: both;
}
header#siteHeader h1.site-title {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 56px;
  color: #21419a;
  font-weight: bold;
  float: left;
}
@media only screen and (max-width: 992px) {
  header#siteHeader .phone_no,
  header#siteHeader .whats_ap,
  header#siteHeader .header_email {
    font-size: 0.9em;
    margin-top: 0;
    text-align: center;
  }
  header#siteHeader .phone_no h3,
  header#siteHeader .whats_ap h3,
  header#siteHeader .header_email h3 {
    margin: 0;
  }
  header#siteHeader .phone_no a,
  header#siteHeader .whats_ap a,
  header#siteHeader .header_email a {
    color: #fdc000;
  }
  header#siteHeader .phone_no a:hover,
  header#siteHeader .whats_ap a:hover,
  header#siteHeader .header_email a:hover {
    text-decoration: none;
    color: #ca9a00;
  }
}
header#siteHeader nav.original {
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
}
header#siteHeader nav.original .dropdown:after {
  content: ' ▶';
}
header#siteHeader nav.original .dropdown:hover:after {
  content: '\25bc';
}
header#siteHeader nav.original ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  padding: 0px 0px 0px 0px;
  float: right;
}
header#siteHeader nav.original ul li a {
  padding: 13px 15px 15px;
  display: block;
  font-family: 'Roboto';
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
header#siteHeader nav.original ul li a:hover {
  color: #fdc000;
  background-color: #00349a;
  text-decoration: none;
}
header#siteHeader nav.original ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
header#siteHeader nav.original ul li:hover {
  color: #fdc000;
}
header#siteHeader nav.original ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
header#siteHeader nav.original ul li ul {
  cursor: pointer;
  padding: 5px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  background-color: #00349a;
  z-index: 99;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
}
header#siteHeader nav.original ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
header#siteHeader nav.original ul li ul li:hover a {
  color: #fdc000;
}
header#siteHeader nav.original ul li ul li a {
  display: block;
  padding-bottom: 10px;
  font-size: 1.0em;
  text-transform: none;
  color: #ffffff;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
header#siteHeader nav.original ul li ul li a:hover {
  color: #fdc000;
}
/*********************************/
/***
/***   Custom
/***   Author: Gary Brown
/***   Theme: 
/***   Version: 0.1
/***
/*********************************/
main {
  /** General Content Elements ********************/
  /** Form Elements *****************/
  /** Main Area *****************/
  /** Sidebar ********************/
  /** List Icons *****************/
  /*preserve styling when editing content*/
  /*preserve styling when editing content*/
  /*preserve styling when editing content*/
  /*preserve styling when editing content*/
}
main p {
  font-size: 16px;
  line-height: 22.4px;
}
main ul li {
  list-style: disc;
}
main hr {
  margin: 30px 0 50px;
}
main fieldset {
  border: 1px solid #ccc;
  padding: 20px;
}
main fieldset legend {
  padding: 0 15px;
}
main label .text-muted {
  font-size: 12px;
}
main .form-control {
  border: 3px solid #eee;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  font-family: Arial;
  transition: .2s ease all;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
main .form-control:focus {
  -webkit-box-shadow: 0 0 8px #eeeeee;
  -moz-box-shadow: 0 0 8px #eeeeee;
  box-shadow: 0 0 8px #eeeeee;
}
main .ccm-input-date,
main .ccm-input-time-wrapper select {
  width: auto;
  margin-right: 4px;
}
main h1 {
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #002266;
  line-height: 1.42857143;
  text-transform: none;
}
main h2 {
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #002266;
  line-height: 1.42857143;
  text-transform: none;
}
main h3 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #quarternary;
  line-height: 1.42857143;
  text-transform: none;
}
main h4 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #tertiary;
  line-height: 1.42857143;
  text-transform: none;
}
main h5 {
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  font-size: 0.73em;
  font-weight: 700;
  color: #primary;
  line-height: 1.42857143;
  text-transform: uppercase;
}
main h6 {
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #quarternary;
  line-height: 1.42857143;
  text-transform: uppercase;
}
main ul.grey li,
main ul li.grey:before {
  color: #555555;
}
main ul.primary li:before {
  color: #002266;
}
main ul.secondary li:before {
  color: #00349a;
}
main ul.tertiary li:before {
  color: #457ae5;
}
main ul.list li {
  list-style: none;
  padding: 0 0 20px 15px;
  margin: 0px;
}
main ul.list-arrow li:before {
  font-family: 'FontAwesome';
  top: 3px;
  left: 0px;
  content: "\f061";
  margin: 0 10px 0 -15px;
}
main ul.list-chevron li:before {
  font-family: 'FontAwesome';
  top: 3px;
  left: 0px;
  content: "\f138";
  margin: 0 10px 0 -15px;
}
main ul.list-check li:before {
  font-family: 'FontAwesome';
  top: 3px;
  left: 0px;
  content: "\f14a";
  margin: 0 10px 0 -15px;
}
main hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #cccccc, #333333, #cccccc);
}
main #error_code {
  display: inline-block;
  font-size: 5em;
  font-weight: 900;
  vertical-align: -30px;
}
main .content-editor-image-captioned {
  display: table;
  margin-bottom: 10px;
  margin-top: 10px;
}
main img.content-editor-image-left,
main .content-editor-image-captioned.content-editor-image-left {
  float: left;
  margin: 10px 20px 10px 0;
}
main .cke_widget_image.content-editor-image-left {
  float: left;
  margin: 10px 20px 10px 0;
}
main .cke_widget_image.content-editor-image-left .content-editor-image-captioned {
  margin: 0;
}
main div.content-editor-image-center .content-editor-image-captioned {
  margin: 20px auto;
}
main img.content-editor-image-right,
main .content-editor-image-captioned.content-editor-image-right {
  float: right;
  margin: 10px 0 10px 20px;
}
main .cke_widget_image.content-editor-image-right {
  float: right;
  margin: 10px 0 10px 20px;
}
main .cke_widget_image.content-editor-image-right .content-editor-image-captioned {
  margin: 0;
}
main .content-editor-image-captioned figcaption {
  background: #f5f5f5;
  border: 1px solid lightgray;
  caption-side: bottom;
  display: table-caption;
  padding: 10px;
}
main .no-padding {
  padding: 0 !important;
}
footer#footer-theme {
  position: relative;
  background: #002266;
  color: #ffffff;
  font-weight: 300;
  padding: 40px 0 0;
}
footer#footer-theme section {
  margin: 10px 0;
}
footer#footer-theme section:last-of-type {
  margin-bottom: 0px;
}
footer#footer-theme .row {
  display: flex;
  flex-wrap: wrap-reverse;
}
footer#footer-theme .abs-foot {
  background: #001d57;
}
footer#footer-theme a {
  color: #ffffff;
}
footer#footer-theme a:hover {
  color: #fdc000;
}
footer#footer-theme nav {
  text-align: right;
}
footer#footer-theme nav p {
  margin: 10px 0;
  color: #aaa;
}
footer#footer-theme nav ul.nav {
  margin: 0 0 1em;
  float: left;
}
footer#footer-theme nav ul.nav li {
  display: inline-block;
  border-left: 1px solid #ffffff;
  line-height: 13px;
}
footer#footer-theme nav ul.nav li:first-child {
  border: none;
}
footer#footer-theme nav ul.nav li a {
  display: inline-block;
  padding: 0 8px;
  color: #ffffff;
}
footer#footer-theme nav ul.nav li a:hover {
  background: none;
  text-decoration: none;
  color: #fdc000;
}
footer#footer-theme #info {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
footer#footer-theme #copyright {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
footer#footer-theme #ccm-account-menu-container {
  top: unset;
  bottom: 50px;
  left: 45%;
}
footer#footer-theme #ccm-account-menu-container a {
  color: #333333;
}
footer#footer-theme .ccm-ui .dropdown-menu.pull-right {
  right: auto !important;
}
@media only screen and (max-width: 992px) {
  footer#footer-theme.row > div {
    margin-bottom: 3rem;
  }
  #info > p {
    text-align: center;
  }
}
/* Pages */
/* @import "build/pages/home.less";*/
/* @import "build/pages/login.less";*/
/* Blocks */
/*@import "templates/animenu.less";*/
/*@import "templates/responsive-dropdown.less";*/
/*@import "templates/responsive-slideinright.less";*/
/* CSS Document */
#mainNav nav.responsive-fullscreen {
  /* Primary */
  /* Secondary */
}
#mainNav nav.responsive-fullscreen ul {
  float: right;
  padding-right: 40px;
  position: relative;
}
#mainNav nav.responsive-fullscreen ul li {
  position: relative;
  float: left;
  margin: 23px 7px 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  #mainNav nav.responsive-fullscreen ul li {
    margin: 23px 15px 0;
  }
}
#mainNav nav.responsive-fullscreen ul li a {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  display: block;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
#mainNav nav.responsive-fullscreen ul li a:hover,
#mainNav nav.responsive-fullscreen ul li a.nav-selected,
#mainNav nav.responsive-fullscreen ul li a.nav-path-selected {
  background: none;
  border-bottom: 2px solid #fdc000;
  text-decoration: none;
  padding-bottom: 10px;
}
#mainNav nav.responsive-fullscreen ul li a:hover {
  color: #fdc000;
}
#mainNav nav.responsive-fullscreen ul ul {
  position: absolute;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  display: none;
  background: #fff;
  left: 0;
  top: 37px;
  width: 200px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-top: none;
}
#mainNav nav.responsive-fullscreen ul li:hover ul {
  display: block;
  z-index: 9999;
}
#mainNav nav.responsive-fullscreen ul ul li {
  margin: 3px 0;
  float: none;
}
#mainNav nav.responsive-fullscreen ul ul li a {
  font-size: 14px;
  text-transform: none;
  border: none;
  color: #002266;
}
#mainNav nav.responsive-fullscreen ul ul li a:hover,
#mainNav nav.responsive-fullscreen ul li.nav-selected {
  color: #335baa;
}
#mainNav nav.responsive-fullscreen .checkbox-toggle {
  display: none;
}
@media only screen and (max-width: 991px) {
  #mainNav nav.responsive-fullscreen {
    display: none;
  }
}
/** Mobile Nav Styles *********************************************/
/******************************************************************/
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav#mobileNav {
  position: fixed;
  top: 10vh;
  right: 0;
  z-index: 999;
}
nav#mobileNav .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
nav#mobileNav .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
nav#mobileNav .checkbox-toggle:checked + .hamburger > div:before,
nav#mobileNav .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
nav#mobileNav .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
nav#mobileNav .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
nav#mobileNav .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: .75s;
}
nav#mobileNav .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
nav#mobileNav .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
nav#mobileNav .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
nav#mobileNav .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 60px;
  height: 60px;
  padding: .5em 1em;
  background: rgba(0, 34, 102, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav#mobileNav .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav#mobileNav .hamburger > div:before,
nav#mobileNav .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
nav#mobileNav .hamburger > div:after {
  top: 10px;
}
nav#mobileNav .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav#mobileNav .menu > div {
  width: 300vw;
  height: 300vw;
  color: #fefefe;
  background: rgba(0, 34, 102, 0.97);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav#mobileNav .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
nav#mobileNav .menu > div > div .logo {
  height: 100px;
  width: 100%;
  background: url(/application/files/8716/0397/3211/swifs-white-logo.png) no-repeat;
  background-size: contain;
}
nav#mobileNav .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
nav#mobileNav .menu > div > div > ul > li {
  padding: 0;
  margin: 0.5em;
  font-size: 24px;
  display: block;
}
nav#mobileNav .menu > div > div > ul > li > a {
  color: #fefefe;
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
}
nav#mobileNav .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
  text-decoration: none;
}
nav#mobileNav .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
nav#mobileNav .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}
nav#mobileNav .menu > div > div > ul > li > ul li a {
  color: #fdc000;
  font-size: 0.8em;
}
@media only screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.app {
  text-align: center;
}
.app_icon {
  display: inline-block;
  margin: 2em;
}
.app_icon img {
  margin-left: auto;
  margin-right: auto;
  border: 5px solid;
  border-radius: 50%;
  border-color: #002266;
}
.app_icon a {
  font-weight: 600;
  font-variant: small-caps;
  color: #002266;
}
.app_icon img:hover {
  border-color: #001133;
}
.app_icon a:hover {
  font-weight: 600;
  color: #001133;
  text-decoration: none !important;
}
.app-no-border .app_icon img {
  border: none;
}
.app-thick-border .app_icon img {
  border: 15px solid;
}
.app-square .app_icon img {
  border-radius: 0%;
}
.app-sepia .app {
  text-align: center;
}
.app-sepia .app_icon {
  display: inline-block;
  margin: 2em;
}
.app-sepia .app_icon img {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid;
  border-color: #002266;
  padding: 5px;
  -webkit-filter: sepia(100%);
  /* Safari 6.0 - 9.0 */
  filter: sepia(100%);
}
.app-sepia .app_icon a {
  font-weight: 600;
  font-variant: small-caps;
  color: #002266 !important;
  font-size: 2em;
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  display: block;
}
.app-sepia .app_icon img:hover {
  border-color: #457ae5;
  -webkit-filter: sepia(0%);
  /* Safari 6.0 - 9.0 */
  filter: sepia(0%);
}
.app-sepia .app_icon a:hover {
  font-weight: 600;
  color: #457ae5 !important;
  text-decoration: none !important;
}
.app-sepia .app_icon a:hover img {
  -webkit-filter: sepia(0%);
  /* Safari 6.0 - 9.0 */
  filter: sepai(0%);
}
.st-next-previous-wrapper {
  margin: 0 0 30px;
  padding-top: 10px;
  border-top: dotted 1px #aaa;
}
.st-next-previous-wrapper h5 {
  margin: 0;
  font-weight: 400;
  border: none;
}
.st-next-previous-wrapper .st-top-container,
.st-next-previous-wrapper .st-previous-container,
.st-next-previous-wrapper .st-next-container {
  margin: 0;
  padding-bottom: 10px;
  font-size: 1em;
  line-height: 1.4;
}
.st-next-previous-wrapper a {
  display: block;
  padding: 0 0 10px;
  color: #0044cc;
}
.st-next-previous-wrapper a:before {
  font-family: "FontAwesome", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.st-next-previous-wrapper a:hover {
  color: #003399;
  text-decoration: none;
}
.st-next-previous-wrapper .st-next-previous-parent-link {
  padding-top: 10px;
  line-height: 1.2;
}
.st-next-previous-wrapper .st-next-previous-parent-link a:before {
  padding-right: 5px;
  content: "\f139";
}
.st-next-previous-wrapper .st-next-previous-previous-link {
  padding-bottom: 10px;
  line-height: 1.2;
}
.st-next-previous-wrapper .st-next-previous-previous-link a:before {
  padding-right: 5px;
  content: "\f137";
}
.st-next-previous-wrapper .st-next-previous-next-link {
  padding-bottom: 10px;
  line-height: 1.2;
}
.st-next-previous-wrapper .st-next-previous-next-link a:before {
  padding-right: 5px;
  content: "\f138";
}
@media only screen and (min-width: 480px) {
  .st-next-previous-wrapper {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .st-next-previous-wrapper .st-top-container,
  .st-next-previous-wrapper .st-previous-container,
  .st-next-previous-wrapper .st-next-container {
    flex: 1;
  }
  .st-next-previous-wrapper a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    padding: 0;
    color: #0044cc;
    background: none;
  }
  .st-next-previous-wrapper a:before {
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    color: #0044cc;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
  }
  .st-next-previous-wrapper a:hover {
    color: #003399;
  }
  .st-next-previous-wrapper a:hover:before {
    color: #003399;
  }
  .st-next-previous-wrapper .st-top-container {
    text-align: center;
  }
  .st-next-previous-wrapper .st-top-container .st-next-previous-parent-link {
    margin: 0;
    padding-top: 0;
    border: none;
  }
  .st-next-previous-wrapper .st-top-container .st-next-previous-parent-link a:before {
    content: "\f139";
  }
  .st-next-previous-wrapper .st-previous-container .st-next-previous-previous-link {
    margin: 0;
  }
  .st-next-previous-wrapper .st-previous-container .st-next-previous-previous-link a:before {
    content: "\f137";
  }
  .st-next-previous-wrapper .st-next-container {
    text-align: right;
  }
  .st-next-previous-wrapper .st-next-container .st-next-previous-next-link {
    margin: 0;
  }
  .st-next-previous-wrapper .st-next-container .st-next-previous-next-link a:before {
    content: none;
  }
  .st-next-previous-wrapper .st-next-container .st-next-previous-next-link a:after {
    display: inline-block;
    padding-right: 0;
    padding-left: 5px;
    font-family: "FontAwesome", sans-serif;
    color: #0044cc;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    content: "\f138";
  }
  .st-next-previous-wrapper .st-next-container .st-next-previous-next-link a:hover {
    color: #003399;
  }
  .st-next-previous-wrapper .st-next-container .st-next-previous-next-link a:hover:after {
    color: #003399;
  }
}
.contents-next-previous-wrapper {
  margin: 0 0 50px;
}
.contents-next-previous-wrapper h5 {
  margin: 0;
  font-weight: 400;
  border: none;
}
.contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link a {
  display: block;
  padding: 10px 0 10px 10px;
  color: #fefefe;
  background-color: #002266;
}
.contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link a:before {
  padding-right: 3px;
  font-family: "FontAwesome", sans-serif;
  font-size: .9em;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f106";
}
.contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link a:hover {
  color: #002266;
  text-decoration: none;
  background-color: #444444;
  background-position: 0 -80px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link a:focus {
  outline: dotted 1px #003399;
}
@media only screen and (min-width: 480px) {
  .contents-next-previous-wrapper .contents-top-container {
    flex: 1;
    text-align: center;
  }
  .contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link a {
    padding: 0;
    color: #4c4c4c;
    background: none;
    border: none;
  }
  .contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link a:hover {
    color: #003399;
    background: none;
  }
}
.contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link a {
  display: block;
  padding: 10px 0 10px 10px;
  color: #fefefe;
  background-color: #002266;
}
.contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link a:before {
  padding-right: 3px;
  font-family: "FontAwesome", sans-serif;
  font-size: .9em;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f104";
}
.contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link a:hover {
  color: #002266;
  text-decoration: none;
  background-color: #444444;
  background-position: 0 -80px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link a:focus {
  outline: dotted 1px #003399;
}
@media only screen and (min-width: 480px) {
  .contents-next-previous-wrapper .contents-previous-container {
    flex: 1;
  }
  .contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link a {
    padding: 0;
    color: #4c4c4c;
    background: none;
    border: none;
  }
  .contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link a:hover {
    color: #003399;
    background: none;
  }
}
.contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a {
  display: block;
  padding: 10px 0 10px 10px;
  color: #fefefe;
  background-color: #002266;
}
.contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:before {
  padding-right: 3px;
  font-family: "FontAwesome", sans-serif;
  font-size: .9em;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f105";
}
.contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:hover {
  color: #002266;
  text-decoration: none;
  background-color: #444444;
  background-position: 0 -80px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:focus {
  outline: dotted 1px #003399;
}
@media only screen and (min-width: 480px) {
  .contents-next-previous-wrapper .contents-next-container {
    flex: 1;
    text-align: right;
  }
  .contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a {
    padding: 0;
    color: #4c4c4c;
    background: none;
    border: none;
  }
  .contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:before {
    padding-left: 0;
    content: "";
  }
  .contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:after {
    padding-left: 3px;
    font-family: "FontAwesome", sans-serif;
    font-size: .9em;
    font-size: .9rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\f105";
  }
  .contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:hover {
    color: #003399;
    background: none;
  }
}
.contents-next-previous-wrapper.button {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.contents-next-previous-wrapper.button .contents-top-container {
  flex: 1;
  text-align: center;
}
.contents-next-previous-wrapper.button .contents-top-container .contents-next-previous-parent-link a {
  display: inline-block;
  padding: 10px 20px;
  color: #fefefe;
  background-color: #002266;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contents-next-previous-wrapper.button .contents-top-container .contents-next-previous-parent-link a:before {
  padding-right: 3px;
  font-family: "FontAwesome", sans-serif;
  font-size: .9em;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f106";
}
.contents-next-previous-wrapper.button .contents-top-container .contents-next-previous-parent-link a:hover {
  text-decoration: none;
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.contents-next-previous-wrapper.button .contents-top-container .contents-next-previous-parent-link a:focus {
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.contents-next-previous-wrapper.button .contents-previous-container {
  flex: 1;
}
.contents-next-previous-wrapper.button .contents-previous-container .contents-next-previous-previous-link a {
  display: inline-block;
  padding: 10px 20px;
  color: #fefefe;
  background-color: #002266;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contents-next-previous-wrapper.button .contents-previous-container .contents-next-previous-previous-link a:before {
  padding-right: 3px;
  font-family: "FontAwesome", sans-serif;
  font-size: .9em;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f104";
}
.contents-next-previous-wrapper.button .contents-previous-container .contents-next-previous-previous-link a:hover {
  text-decoration: none;
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.contents-next-previous-wrapper.button .contents-previous-container .contents-next-previous-previous-link a:focus {
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.contents-next-previous-wrapper.button .contents-next-container {
  flex: 1;
  text-align: right;
}
.contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a {
  display: inline-block;
  padding: 10px 20px;
  color: #fefefe;
  background-color: #002266;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:before {
  padding-left: 0;
  content: "";
}
.contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:after {
  padding-left: 3px;
  font-family: "FontAwesome", sans-serif;
  font-size: .9em;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f105";
}
.contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:hover {
  text-decoration: none;
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:focus {
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 480px) {
  .contents-next-previous-wrapper {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.hero-featurette.jumbotron {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 0;
}
@media only screen and (min-width: 500px) {
  .hero-featurette.jumbotron {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-featurette.jumbotron {
    height: 684px;
  }
}
.hero-featurette.jumbotron .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  text-align: center;
  background-position: center top;
}
.hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slide-color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slider-text {
  position: relative;
  z-index: 10;
}
.hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slider-text h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
}
@media only screen and (min-width: 500px) {
  .hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slider-text h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slider-text h1 {
    font-size: 80px;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slider-text h1 {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
.hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slider-text .btn {
  margin: 10px 20px;
}
@media only screen and (min-width: 1024px) {
  .hero-featurette.jumbotron .swiper-wrapper .swiper-slide .slider-text .btn {
    padding: 15px 25px;
  }
}
.hero-featurette.jumbotron .btn-slide-prev,
.hero-featurette.jumbotron .btn-slide-next {
  display: none;
  position: absolute;
  top: 40%;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media only screen and (min-width: 500px) {
  .hero-featurette.jumbotron .btn-slide-prev,
  .hero-featurette.jumbotron .btn-slide-next {
    display: block;
  }
}
.hero-featurette.jumbotron .btn-slide-prev:hover,
.hero-featurette.jumbotron .btn-slide-next:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.hero-featurette.jumbotron .btn-slide-prev {
  font-size: 80px;
  left: 20px;
}
.hero-featurette.jumbotron .btn-slide-next {
  font-size: 80px;
  right: 20px;
}
.intro-cta {
  background: #f8f8f8;
  padding: 30px;
  margin: 30px;
}
.intro-cta .intro-cta-text {
  color: #999;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.intro-cta .intro-cta-btn .btn {
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .intro-cta .intro-cta-btn .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.primary.dark.intro-cta {
  background: #002266;
}
.secondary.dark.intro-cta {
  background: #00349a;
}
.primary.dark.intro-cta .intro-cta-text {
  color: #b3ccff;
}
.secondary.dark.intro-cta .intro-cta-text {
  color: #e6efff;
}
.primary.dark.intro-cta .btn-primary {
  background: transparent;
  color: #b3ccff !important;
  border: 2px solid #b3ccff;
}
.secondary.dark.intro-cta .btn-primary {
  background: transparent;
  color: #e6efff !important;
  border: 2px solid #e6efff;
}
.primary.dark.intro-cta .btn-primary:hover {
  background-color: #b3ccff;
  color: #002266 !important;
  border: 2px solid #b3ccff !important;
}
.secondary.dark.intro-cta .btn-primary:hover {
  background-color: #e6efff;
  color: #00349a !important;
  border: 2px solid #e6efff !important;
}
.primary.light.intro-cta {
  background: #003399;
}
.secondary.light.intro-cta {
  background: #0045cd;
}
.primary.light.intro-cta .intro-cta-text {
  color: #3377ff;
}
.secondary.light.intro-cta .intro-cta-text {
  color: #679aff;
}
.primary.light.intro-cta .btn-primary {
  background: transparent;
  color: #3377ff !important;
  border: 2px solid #3377ff;
}
.secondary.light.intro-cta .btn-primary {
  background: transparent;
  color: #679aff !important;
  border: 2px solid #679aff;
}
.primary.light.intro-cta .btn-primary:hover {
  background-color: #3377ff;
  color: #003399 !important;
  border: 2px solid #3377ff !important;
}
.secondary.light.intro-cta .btn-primary:hover {
  background-color: #679aff;
  color: #0045cd !important;
  border: 2px solid #679aff !important;
}
/** Thumbnail Page List ***********************************/
.thumbnail-page-list .ccm-block-page-list-page-entry-thumbnail {
  position: relative;
}
.thumbnail-page-list .ccm-block-page-list-page-entry-thumbnail img {
  position: relative;
  z-index: 1;
}
.thumbnail-page-list .ccm-block-page-list-page-entry-thumbnail a {
  font-style: italic;
  transition: .2s ease all;
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-align: center;
  padding-top: 25%;
  text-decoration: none;
  background: rgba(0, 34, 102, 0.8);
}
.thumbnail-page-list .ccm-block-page-list-page-entry-thumbnail:hover a {
  display: block;
}
.ccm-block-page-list-thumbnail-grid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a {
  display: table;
  margin-top: 20px;
  color: #4c4c4c;
  position: relative;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover {
  opacity: 1;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover .ccm-block-page-list-page-entry-grid-thumbnail-hover {
  opacity: 1;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #fefefe;
  font-size: 1.25em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title i {
  display: none;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  display: block;
  margin: 0 auto 10px auto;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
  font-family: FontAwesome;
  content: "\f064";
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-title {
  margin: 10px 0;
  font-size: 1.05em;
  color: #002266;
  font-weight: 700;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-title a {
  color: #003399;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-header {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.1em;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-no-pages {
  /* display: inline-block; */
  width: 30%;
  margin: 50px auto;
  padding: 30px;
  font-size: 1.46em;
  text-align: center;
  border: solid 2px #00349a;
}
@media (min-width: 767px) {
  .ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
    min-height: 147px;
  }
  .ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 147px;
  }
}
@media (min-width: 992px) {
  .ccm-block-page-list-page-entry-grid-item {
    min-height: 193px;
  }
  .ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 193px;
  }
}
@media (min-width: 1200px) {
  .ccm-block-page-list-page-entry-grid-item {
    min-height: 240px;
  }
  .ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 240px;
  }
}
.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 8px;
  color: #fefefe;
  background-color: #002266;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus {
  outline-offset: -3px;
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.ccm-block-page-list-title h2,
.ccm-block-page-list-title h2 a {
  padding-left: 20px;
}
.announcement {
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.announcement a.ccm-block-page-list-rss-feed {
  padding-top: 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.announcement .block-heading {
  margin: 0;
}
.announcement .block-heading h1,
.announcement .block-heading h2,
.announcement .block-heading h3,
.announcement .block-heading h4,
.announcement .block-heading h5,
.announcement .block-heading h6 {
  margin-top: 10px;
  color: #002266;
  font-weight: normal;
}
.announcement .block-heading h1 {
  font-size: 1.2em;
  font-size: 1.2rem;
}
.announcement ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}
.announcement ul li {
  margin: 10px 0;
  padding: 10px 0 0 0;
  color: #444444;
  font-size: .9em;
  font-size: .9rem;
  line-height: 1.8;
  border-top: dotted 1px #fefefe;
  list-style: none;
}
.announcement ul li:first-child {
  border: none;
}
.announcement ul li .ccm-block-page-list-title {
  padding-right: 0;
  font-weight: 700;
}
.announcement ul li .ccm-block-page-list-title time {
  font-weight: 400;
}
.announcement ul li a {
  color: #0044cc;
  text-decoration: none;
}
.announcement ul li a:hover,
.announcement ul li a:focus {
  color: #003399;
}
.announcement ul li a:before {
  margin-right: 3px;
  padding: 0;
  font-family: "FontAwesome", sans-serif;
  font-size: 1em;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f105";
}
.announcement ul li .ccm-block-page-list-page-entry-read-more {
  text-align: right;
}
.announcement ul li p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #444444;
  font-size: .8em;
  font-size: .8rem;
  line-height: 1.8;
}
.announcement ul li time {
  display: inline-block;
  width: 11em;
  padding-right: 10px;
}
.announcement ul li span {
  /* font-weight: bold; */
}
.announcement ul li .new {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 6px;
  color: #fefefe;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-size: .8rem;
  line-height: 1.2;
  font-weight: bold;
  background-color: #002266;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.announcement .announcement-container {
  width: 100%;
  margin: 0;
  text-align: left;
}
.announcement .announcement-container .centered {
  margin: 10px 0 0 0;
}
.announcement.white h1,
.announcement.white h2,
.announcement.white h3,
.announcement.white h4,
.announcement.white h5,
.announcement.white h6,
.announcement.white .ccm-block-page-list-rss-feed,
.announcement.white ul li a {
  color: #fefefe;
}
.announcement.white.topics h2 {
  margin-bottom: 30px;
  font-size: 1.5em;
  font-size: 1.5rem;
  position: relative;
}
.announcement.white.topics h2:after {
  width: 100%;
  height: 10px;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#002266), color-stop(0.25, #002266), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #002266), color-stop(0.75, #002266), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #002266 25%, transparent 25%, transparent 50%, #002266 50%, #002266 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #002266 25%, transparent 25%, transparent 50%, #002266 50%, #002266 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
}
.announcement.white.topics h2 .new {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: .8em;
  font-size: .8rem;
}
.announcement.white.topics li {
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: .9em;
  font-size: .9rem;
  list-style: none;
}
.announcement.white.topics li:first-child {
  padding-top: 0;
}
.announcement.white.topics li .ccm-block-page-list-page-entry-read-more {
  text-align: right;
}
.announcement.white.topics li .ccm-block-page-list-page-entry-read-more a {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 8px;
  color: #fefefe;
  background-color: #002266;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.announcement.white.topics li .ccm-block-page-list-page-entry-read-more a:hover,
.announcement.white.topics li .ccm-block-page-list-page-entry-read-more a:focus {
  background-color: #001847;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.announcement.white .ccm-block-page-list-pub {
  text-align: right;
}
.announcement.white .ccm-block-page-list-pub .page-date {
  width: auto;
  margin-right: 20px;
  color: #00349a;
}
.announcement.white .ccm-block-page-list-pub .page-date:before {
  padding-right: 2px;
  font-family: "FontAwesome", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f017";
}
.announcement.white .ccm-block-page-list-pub .page-date time {
  width: auto;
  padding-right: 0;
  color: #00349a;
}
.announcement.white .ccm-block-page-list-pub .page-author {
  color: #00349a;
}
.announcement.white .ccm-block-page-list-pub .page-author:before {
  padding-right: 2px;
  font-family: "FontAwesome", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\f007";
}
.announcement .announcement-list time {
  display: block;
}
@media (min-width: 768px) {
  .announcement .announcement-list time {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .announcement.horizontal {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .announcement.horizontal .block-heading {
    margin: 0;
    flex: 1;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: center;
  }
  .announcement.horizontal .block-heading h1,
  .announcement.horizontal .block-heading h2,
  .announcement.horizontal .block-heading h3,
  .announcement.horizontal .block-heading h4,
  .announcement.horizontal .block-heading h5,
  .announcement.horizontal .block-heading h6 {
    margin: 0;
  }
  .announcement.horizontal p {
    margin: 10px 0;
  }
  .announcement.horizontal .announcement-container {
    flex: 2;
    /* min-height: 210px; */
    width: auto;
    height: 50%;
    margin-right: 0;
    padding-left: 30px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .announcement.horizontal .announcement-container .centered {
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
  }
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #002266;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry div.ccm-block-page-list-title {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #quarternary;
  line-height: 1.42857143;
  text-transform: none;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  display: inline-block;
  color: #002266;
  background-color: #fefefe;
  border-color: #001133;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #002266;
  background-color: #e5e5e5;
  border-color: #000000;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  color: #002266;
  background-color: #e5e5e5;
  border-color: #000000;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  color: #002266;
  background-color: #e5e5e5;
  background-image: none;
  border-color: #000000;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:hover,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:hover,
.open > .dropdown-togglediv.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:focus,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:focus,
.open > .dropdown-togglediv.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active.focus,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active.focus,
.open > .dropdown-togglediv.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #002266;
  background-color: #d3d3d3;
  border-color: #000000;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:hover,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:hover,
fieldset[disabled] div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:focus,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:focus,
fieldset[disabled] div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled.focus,
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].focus,
fieldset[disabled] div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  background-color: #fefefe;
  border-color: #001133;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more .badge {
  color: #fefefe;
  background-color: #002266;
}
div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  text-decoration: none;
}
/** Homepage_Blog ***********************************/
.blog-list.homepage-blog-list article.entry {
  margin-bottom: 40px;
  font-size: 16px;
}
.blog-list.homepage-blog-list article.entry header {
  margin-bottom: 20px;
}
.blog-list.homepage-blog-list article.entry header time {
  display: block;
  padding: 3px 0 6px;
  background: #002266;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.blog-list.homepage-blog-list article.entry header time .day {
  font-size: 32px;
  display: block;
}
.blog-list.homepage-blog-list article.entry header time .month {
  font-size: 14px;
  display: block;
}
.blog-list.homepage-blog-list article.entry header h3 {
  margin: 0;
  font-size: 20px;
}
.blog-list.homepage-blog-list article.entry header p {
  line-height: 1;
  margin: 3px 0 !important;
}
.blog-list.homepage-blog-list article.entry .entry-content {
  margin-bottom: 10px;
}
.blog-list.homepage-blog-list article.entry .entry-content p {
  margin-top: 0 !important;
}
.blog-list.homepage-blog-list article.entry .read-more-shell a {
  border-top: 1px solid #ccc;
  box-shadow: inset 0 1px 0 #fff;
  background: #fafafa;
  display: block;
  padding: 6px 0 6px 28%;
}
.blog-list.homepage-blog-list article.entry .read-more-shell a:hover {
  background: #002266;
  color: #fff !important;
  text-decoration: none;
}
/** News_Index ***********************************/
.news-list article {
  margin-bottom: 50px;
}
.news-list time {
  display: block;
  padding: 3px 0 6px;
  background: #002266;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.news-list time .day {
  font-size: 32px;
  display: block;
}
.news-list time .month {
  font-size: 14px;
  display: block;
}
.news-list time .year {
  font-size: 10px: display:block;
}
.news-list header {
  text-align: left;
}
.news-list header h2 {
  margin-bottom: 10 !important;
  font-size: 22px !important;
}
.news-list header time {
  font-size: 16px;
}
.news-list .ccm-block-page-list-page-entry-read-more {
  text-align: right;
}
.news-list .ccm-block-page-list-page-entry-read-more a {
  color: #002266;
  background: #fefefe !important;
}
.news-list .ccm-block-page-list-page-entry-read-more a:hover {
  text-decoration: none;
}
.news-list .ccm-block-page-list-rss-feed {
  float: right;
}
div.ccm-block-page-list-pic-grid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 480px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    min-height: 245px;
  }
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item img {
    width: 100%;
    height: 245px;
  }
}
@media (min-width: 1024px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    min-height: 320px;
  }
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item img {
    width: 100%;
    height: 320px;
  }
}
@media (min-width: 1280px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    min-height: 400px;
  }
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item img {
    width: 100%;
    height: 400px;
  }
}
div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-thumbnail a,
div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid a {
  border: 1px solid #ddd;
}
div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 480px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 480px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    min-height: 147px;
  }
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item img {
    width: 100%;
    height: 147px;
  }
}
@media (min-width: 1024px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    min-height: 193px;
  }
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item img {
    width: 100%;
    height: 193px;
  }
}
@media (min-width: 1280px) {
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item {
    min-height: 240px;
  }
  div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-item img {
    width: 100%;
    height: 240px;
  }
}
div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-page-entry-pic-grid-thumbnail-hover {
  background-color: rgba(0, 68, 204, 0.7);
}
div.ccm-block-page-list-pic-grid-wrapper i.ccm-block-page-list-page-entry-pic-grid-thumbnail-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.ccm-block-page-list-pic-grid-wrapper i.ccm-block-page-list-page-entry-pic-grid-thumbnail-icon:before {
  font-family: FontAwesome;
  content: "\f064";
}
div.ccm-block-page-list-pic-grid-wrapper div.ccm-block-page-list-title {
  margin-top: 30px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #tertiary;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-block-page-list-page-entry-pic-grid-thumbnail-title {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
div.ccm-block-page-list-page-entry-pic-grid-thumbnail:hover .ccm-block-page-list-page-entry-pic-grid-thumbnail-title {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transition-delay: 0.3s;
  font-size: 200%;
}
div.ccm-block-page-list-page-entry-pic-grid-thumbnail-title .ccm-block-page-list-page-entry-pic-grid-thumbnail-icon {
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
div.ccm-block-page-list-page-entry-pic-grid-thumbnail:hover .ccm-block-page-list-page-entry-pic-grid-thumbnail-title .ccm-block-page-list-page-entry-pic-grid-thumbnail-icon {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition-delay: 0.4s;
}
.locationBlock.inline-pipes .adr .locality:before {
  content: "| ";
}
.locationBlock.inline-pipes .adr .postal-code:after {
  content: " | ";
}
.locationBlock.stack .adr .street-address,
.locationBlock .tel {
  display: block;
}
.ccm-faq-container.base .ccm-faq-block-links a {
  display: block;
  background: #f5f5f5;
  padding: 4px 25px;
  margin: 0 0 3px;
}
.ccm-faq-container.base .ccm-faq-block-links a:hover {
  text-decoration: none;
  background: #002266;
  color: #fff !important;
}
.ccm-block-tags-wrapper .ccm-block-tags-header h5 {
  font-size: 24px;
}
.ccm-block-tags-wrapper a:hover {
  text-decoration: none !important;
}
.featured-content {
  text-align: center;
  padding: 50px 0;
  font-size: 26px;
  margin: 50px 0;
  background-image: url(/application/themes/custom/img/white-radial-gradient.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: auto;
}
 + .featured-content {
  margin-top: -50px;
}
.featured-content:last-child {
  margin-bottom: -60px;
}
.featured-content .row *:not(.btn) {
  margin: .2em 0 !important;
}
.featured-content .featured-content-title {
  font-size: 42px !important;
  margin-bottom: 5px !important;
}
.ccm-block-feature-item-hover-wrapper {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 120%;
}
.ccm-block-feature-item-hover-wrapper:hover {
  cursor: help;
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover {
  display: table;
  margin: 0 auto;
  cursor: help;
  /*
		&:hover {
			.ccm-block-feature-item-hover-icon {
				color: @icon-hover-color;
				background: @icon-background-hover-color;

				i {
					margin-top: 3px;
					color: @icon-background-color;
				}
			}
		}
*/
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
  display: table-cell;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  border: 4px solid #002266;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: #002266;
  /* cursor: help; */
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: #ffffff;
  font-size: 2.1em;
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon.hover {
  color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 34, 102, 0.1);
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon.hover i {
  margin-top: 3px;
  color: #002266;
}
@media (min-width: 768px) {
  .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-title {
  color: #002266;
  font-size: 1.05em;
  font-weight: 300;
  margin-top: 10px;
}
.tooltip-inner {
  padding: 10px 10px;
}
.circle-left i {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 2px;
  text-align: center;
  background-color: #002266;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.circle-left h4 {
  color: #002266;
  font-size: 1.05em;
  font-weight: 700;
}
.circle-left h4 a {
  color: #002266;
}
.circle-left p {
  margin-left: 0;
  padding: 0 2px;
}
.card-feature-item a,
.card-feature-item span {
  display: block;
  width: 70%;
  margin: 0 auto 40px auto;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.16), 0 0px 3px 1px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card-feature-item a:hover,
.card-feature-item span:hover,
.card-feature-item a:focus,
.card-feature-item span:focus {
  text-decoration: none;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.18), 0 2px 10px 1px rgba(0, 0, 0, 0.18);
}
.card-feature-item h4 {
  margin: 0;
  padding: 50px 0 50px;
  color: #ffffff;
  text-align: center;
  background-color: #002266;
}
.card-feature-item h4 a {
  color: #ffffff;
}
.card-feature-item .icon {
  margin: -27px auto 0;
  text-align: center;
}
.card-feature-item i {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  background-color: #002266;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  line-height: 46px;
  border: solid 4px #ffffff;
}
.card-feature-item .card-body {
  margin: 0;
  padding: 10px 20px 20px;
}
.card-feature-item p {
  margin: 0;
  text-align: center;
}
.narrow-card .card-feature-item {
  width: 50%;
}
div.ccm-block-feature-circle-item-wrapper {
  text-align: center;
}
div.ccm-block-feature-circle-item-icon {
  margin-bottom: 1em;
  font-size: 1.8em;
}
div.ccm-block-feature-circle-item-icon i {
  background-color: #fefefe;
  color: #002266;
  border: 3px solid #002266;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ccm-block-feature-circle-item:hover .ccm-block-feature-circle-item-icon i {
  background-color: #002266;
  color: #fefefe;
}
div.ccm-block-feature-circle-item-title {
  font-size: 1.5em;
  color: #00349a;
  margin-bottom: 0.5em;
}
div.ccm-block-feature-circle-item p {
  text-align: center;
  font-size: 1.2em !important;
}
div.ccm-block-white-feature-item-wrapper {
  text-align: center;
  font-size: 120%;
}
div.ccm-block-white-feature-item {
  margin-bottom: 5px;
}
div.ccm-block-white-feature-item-icon {
  margin-bottom: 0.2em;
  font-size: 2em;
  color: #457ae5;
}
div.ccm-block-white-feature-item-title {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
div.ccm-block-white-feature-item p {
  text-align: center;
  font-size: 1em !important;
}
#dot-image-slider .ccm-image-slider-container {
  margin-bottom: 1em;
  background-color: #444444;
  /*
	@media (min-width: 768px) {
		.ccm-image-slider {
			width: 750px;
		}
	}
	@media (min-width: 992px) {
		.ccm-image-slider {
			width: 970px;
		}
	}
	@media (min-width: 1200px) {
		.ccm-image-slider {
			width: 1170px;
		}
	}
*/
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider {
  margin-left: auto;
  margin-right: auto;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 480px;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .5;
  background: url(/application/themes/custom/img/dot_overlay.png) center center;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text {
  display: none;
  z-index: 10;
}
@media (min-width: 768px) {
  #dot-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text {
    display: block;
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 10px;
    top: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #dot-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2 {
    margin: 0;
    display: inline-block;
    padding: 15px;
    color: #fefefe;
    font-family: 'Droid Serif', Times New Roman, Times, serif;
    font-size: 1.46em;
    font-weight: 300;
    text-shadow: 0 0 2px #555555;
  }
  #dot-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p {
    display: inline-block;
    color: #fefefe;
    margin: 0px;
    padding: 0 15px 15px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 0.73em;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 0 2px #555555;
  }
  #dot-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p:after {
    content: "\f064";
    font-family: FontAwesome;
    font-size: 2em;
    display: inline-block;
    line-height: 1;
    speak: none;
    margin-left: 1em;
  }
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_nav {
  opacity: 1;
  height: 32px;
  margin-top: -20px;
  width: 32px;
  background: #002266;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_nav.next {
  padding-top: 6px;
  color: #fefefe;
  text-align: center;
  right: -50px;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_nav.next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  line-height: 1;
  speak: none;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_nav.prev {
  padding-top: 6px;
  color: #fefefe;
  text-align: center;
  left: -50px;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_nav.prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  line-height: 1;
  speak: none;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.next {
  text-decoration: none;
  opacity: 0.7;
  right: 25px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.next:hover {
  opacity: 1;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.next:focus {
  opacity: 1;
  outline: dotted 1px #003399;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.prev {
  text-decoration: none;
  opacity: 0.7;
  left: 25px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.prev:hover {
  opacity: 1;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.prev:focus {
  opacity: 1;
  outline: dotted 1px #003399;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs {
  margin: 15px auto 0;
  padding: 0;
  text-align: center;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs li a {
  background: #002266;
  opacity: 0.5;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -ms-border-radius: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs li a:hover,
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs li a:focus {
  background: #002266;
  opacity: 1;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs li.rslides_here a {
  background: #002266;
  opacity: 1;
}
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs li.rslides_here a:hover,
#dot-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_tabs li.rslides_here a:focus {
  background: #002266;
  opacity: 1;
}
#simple-image-slider .ccm-image-slider-container {
  border-bottom: 2px solid #f0eee1;
  background-color: transparent;
  background-repeat: repeat;
  /* background-image is moved to main.less because it needs to be in the theme root */
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider {
  display: block;
  zoom: 1;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider img {
  filter: blur(2px);
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text {
  width: 100%;
  top: 25%;
  text-align: center;
  text-shadow: 0px 1px 5px gray;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2 {
  color: #fefefe;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3.504em;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  animation-name: fadeInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.infinite {
  animation-iteration-count: infinite;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInDown {
  animation-name: bounceInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInLeft {
  animation-name: bounceInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInRight {
  animation-name: bounceInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInUp {
  animation-name: bounceInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutDown {
  animation-name: bounceOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutLeft {
  animation-name: bounceOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutRight {
  animation-name: bounceOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutUp {
  animation-name: bounceOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeIn {
  animation-name: fadeIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInDown {
  animation-name: fadeInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInDownBig {
  animation-name: fadeInDownBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInLeft {
  animation-name: fadeInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInRight {
  animation-name: fadeInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInRightBig {
  animation-name: fadeInRightBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInUp {
  animation-name: fadeInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInUpBig {
  animation-name: fadeInUpBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOut {
  animation-name: fadeOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutDown {
  animation-name: fadeOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutLeft {
  animation-name: fadeOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutRight {
  animation-name: fadeOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutUp {
  animation-name: fadeOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flash {
  animation-name: flash;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flashmin {
  animation-name: flashmin;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flip {
  animation-name: flip;
  backface-visibility: visible;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipInX {
  animation-name: flipInX;
  backface-visibility: visible;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipInY {
  animation-name: flipInY;
  backface-visibility: visible;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipOutY {
  animation-name: flipOutY;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.hinge {
  animation-name: hinge;
  animation-duration: 2s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.jackInTheBox {
  animation-name: jackInTheBox;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.jello {
  animation-name: jello;
  transform-origin: center;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.pulse {
  animation-name: pulse;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rollIn {
  animation-name: rollIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rollOut {
  animation-name: rollOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotate {
  animation-name: rotate;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateCC {
  animation-name: rotateCC;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateIn {
  animation-name: rotateIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInDownRight {
  animation-name: rotateInDownRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInUpRight {
  animation-name: rotateInUpRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOut {
  animation-name: rotateOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomIn {
  animation-name: rotateZoomIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomInCC {
  animation-name: rotateZoomInCC;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomOut {
  animation-name: rotateZoomOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomOutCC {
  animation-name: rotateZoomOutCC;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rubberBand {
  animation-name: rubberBand;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.shake {
  animation-name: shake;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInDown {
  animation-name: slideInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInLeft {
  animation-name: slideInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInRight {
  animation-name: slideInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInUp {
  animation-name: slideInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutDown {
  animation-name: slideOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutLeft {
  animation-name: slideOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutRight {
  animation-name: slideOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutUp {
  animation-name: slideOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.swing {
  animation-name: swing;
  transform-origin: top center;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.tada {
  animation-name: tada;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.wobble {
  animation-name: wobble;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomIn {
  animation-name: zoomIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInDown {
  animation-name: zoomInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInLeft {
  animation-name: zoomInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInRight {
  animation-name: zoomInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInUp {
  animation-name: zoomInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOut {
  animation-name: zoomOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutDown {
  animation-name: zoomOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutLeft {
  animation-name: zoomOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutRight {
  animation-name: zoomOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutUp {
  animation-name: zoomOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p {
  color: #fefefe;
  margin-left: 20px;
  font-size: 1.46em;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: fadeInUp;
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  font-variant: small-caps;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.infinite {
  animation-iteration-count: infinite;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInDown {
  animation-name: bounceInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInLeft {
  animation-name: bounceInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInRight {
  animation-name: bounceInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInUp {
  animation-name: bounceInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutDown {
  animation-name: bounceOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutLeft {
  animation-name: bounceOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutRight {
  animation-name: bounceOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutUp {
  animation-name: bounceOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeIn {
  animation-name: fadeIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInDown {
  animation-name: fadeInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInDownBig {
  animation-name: fadeInDownBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInLeft {
  animation-name: fadeInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInRight {
  animation-name: fadeInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInRightBig {
  animation-name: fadeInRightBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInUp {
  animation-name: fadeInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInUpBig {
  animation-name: fadeInUpBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOut {
  animation-name: fadeOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutDown {
  animation-name: fadeOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutLeft {
  animation-name: fadeOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutRight {
  animation-name: fadeOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutUp {
  animation-name: fadeOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flash {
  animation-name: flash;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flashmin {
  animation-name: flashmin;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flip {
  animation-name: flip;
  backface-visibility: visible;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipInX {
  animation-name: flipInX;
  backface-visibility: visible;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipInY {
  animation-name: flipInY;
  backface-visibility: visible;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipOutY {
  animation-name: flipOutY;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.hinge {
  animation-name: hinge;
  animation-duration: 2s;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.jackInTheBox {
  animation-name: jackInTheBox;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.jello {
  animation-name: jello;
  transform-origin: center;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.pulse {
  animation-name: pulse;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rollIn {
  animation-name: rollIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rollOut {
  animation-name: rollOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotate {
  animation-name: rotate;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateCC {
  animation-name: rotateCC;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateIn {
  animation-name: rotateIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInDownRight {
  animation-name: rotateInDownRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInUpRight {
  animation-name: rotateInUpRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOut {
  animation-name: rotateOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomIn {
  animation-name: rotateZoomIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomInCC {
  animation-name: rotateZoomInCC;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomOut {
  animation-name: rotateZoomOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomOutCC {
  animation-name: rotateZoomOutCC;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rubberBand {
  animation-name: rubberBand;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.shake {
  animation-name: shake;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInDown {
  animation-name: slideInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInLeft {
  animation-name: slideInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInRight {
  animation-name: slideInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInUp {
  animation-name: slideInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutDown {
  animation-name: slideOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutLeft {
  animation-name: slideOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutRight {
  animation-name: slideOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutUp {
  animation-name: slideOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.swing {
  animation-name: swing;
  transform-origin: top center;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.tada {
  animation-name: tada;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.wobble {
  animation-name: wobble;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomIn {
  animation-name: zoomIn;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInDown {
  animation-name: zoomInDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInLeft {
  animation-name: zoomInLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInRight {
  animation-name: zoomInRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInUp {
  animation-name: zoomInUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOut {
  animation-name: zoomOut;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutDown {
  animation-name: zoomOutDown;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutLeft {
  animation-name: zoomOutLeft;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutRight {
  animation-name: zoomOutRight;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutUp {
  animation-name: zoomOutUp;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 220px;
}
@media (max-width: 480px) {
  #simple-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-title {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #simple-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 320px;
  }
}
@media (min-width: 480px) {
  #simple-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 350px;
  }
}
@media (min-width: 1024px) {
  #simple-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 429px;
  }
}
@media (min-width: 1280px) {
  #simple-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 480px;
  }
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider:before,
#simple-image-slider .ccm-image-slider-container .ccm-image-slider:after {
  display: table;
  content: " ";
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
#simple-image-slider .ccm-image-slider-container .ccm-image-slider:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#simple-image-slider .ccm-image-slider-container .rslides_nav {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-decoration: none;
}
#simple-image-slider .ccm-image-slider-container .rslides_nav.next {
  position: absolute;
  right: 50px;
  background: rgba(255, 255, 255, 0.35);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  line-height: 56px;
  color: rgba(0, 0, 0, 0);
  font-size: 0px;
  opacity: 1;
  cursor: pointer;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#simple-image-slider .ccm-image-slider-container .rslides_nav.next:hover {
  background: #febf02;
}
#simple-image-slider .ccm-image-slider-container .rslides_nav.next:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  left: 0;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#simple-image-slider .ccm-image-slider-container .rslides_nav.prev {
  position: absolute;
  left: 50px;
  background: rgba(255, 255, 255, 0.35);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  line-height: 56px;
  font-size: 0px;
  opacity: 1;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#simple-image-slider .ccm-image-slider-container .rslides_nav.prev:hover {
  background: #febf02;
}
#simple-image-slider .ccm-image-slider-container .rslides_nav.prev:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  left: 0;
  color: #ffffff;
  font-size: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#simple-image-slider .ccm-image-slider-container .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
#simple-image-slider .ccm-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
#simple-image-slider .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: #002266;
}
#simple-image-slider .ccm-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #002266;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  #simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1280px) {
  #simple-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner {
    float: left;
    width: 83.33333333%;
  }
}
#swifs-image-slider .ccm-image-slider-container {
  border-bottom: 2px solid #f0eee1;
  height: 480px;
  background-image: url("https://swifs.co.uk/application/files/6816/0768/8028/1.jpg");
  background-color: transparent;
  background-size: cover;
  /* background-image is moved to header.less because it needs to be in the theme root */
}
@media (min-width: 320px) and (max-width: 479px) {
  #swifs-image-slider .ccm-image-slider-container {
    max-height: 200px;
  }
}
@media (min-width: 480px) {
  #swifs-image-slider .ccm-image-slider-container {
    max-height: 300px;
  }
}
@media (min-width: 1024px) {
  #swifs-image-slider .ccm-image-slider-container {
    max-height: 429px;
  }
}
@media (min-width: 1280px) {
  #swifs-image-slider .ccm-image-slider-container {
    max-height: 480px;
  }
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider {
  height: 100%;
  display: block;
  zoom: 1;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text {
  display: flex;
  flex-direction: column;
  background: #1e19571c;
  border-radius: 15px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  top: 20%;
  position: relative;
  text-align: center;
  text-shadow: 0px 1px 5px gray;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text .small-text {
  font-size: 1.2rem;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2 {
  color: #fefefe;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3.504em;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  animation-name: fadeInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.infinite {
  animation-iteration-count: infinite;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInDown {
  animation-name: bounceInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInLeft {
  animation-name: bounceInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInRight {
  animation-name: bounceInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceInUp {
  animation-name: bounceInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutDown {
  animation-name: bounceOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutLeft {
  animation-name: bounceOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutRight {
  animation-name: bounceOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.bounceOutUp {
  animation-name: bounceOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeIn {
  animation-name: fadeIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInDown {
  animation-name: fadeInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInDownBig {
  animation-name: fadeInDownBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInLeft {
  animation-name: fadeInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInRight {
  animation-name: fadeInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInRightBig {
  animation-name: fadeInRightBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInUp {
  animation-name: fadeInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeInUpBig {
  animation-name: fadeInUpBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOut {
  animation-name: fadeOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutDown {
  animation-name: fadeOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutLeft {
  animation-name: fadeOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutRight {
  animation-name: fadeOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutUp {
  animation-name: fadeOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flash {
  animation-name: flash;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flashmin {
  animation-name: flashmin;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flip {
  animation-name: flip;
  backface-visibility: visible;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipInX {
  animation-name: flipInX;
  backface-visibility: visible;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipInY {
  animation-name: flipInY;
  backface-visibility: visible;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.flipOutY {
  animation-name: flipOutY;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.hinge {
  animation-name: hinge;
  animation-duration: 2s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.jackInTheBox {
  animation-name: jackInTheBox;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.jello {
  animation-name: jello;
  transform-origin: center;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.pulse {
  animation-name: pulse;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rollIn {
  animation-name: rollIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rollOut {
  animation-name: rollOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotate {
  animation-name: rotate;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateCC {
  animation-name: rotateCC;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateIn {
  animation-name: rotateIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInDownRight {
  animation-name: rotateInDownRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateInUpRight {
  animation-name: rotateInUpRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOut {
  animation-name: rotateOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomIn {
  animation-name: rotateZoomIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomInCC {
  animation-name: rotateZoomInCC;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomOut {
  animation-name: rotateZoomOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rotateZoomOutCC {
  animation-name: rotateZoomOutCC;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.rubberBand {
  animation-name: rubberBand;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.shake {
  animation-name: shake;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInDown {
  animation-name: slideInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInLeft {
  animation-name: slideInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInRight {
  animation-name: slideInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideInUp {
  animation-name: slideInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutDown {
  animation-name: slideOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutLeft {
  animation-name: slideOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutRight {
  animation-name: slideOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.slideOutUp {
  animation-name: slideOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.swing {
  animation-name: swing;
  transform-origin: top center;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.tada {
  animation-name: tada;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.wobble {
  animation-name: wobble;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomIn {
  animation-name: zoomIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInDown {
  animation-name: zoomInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInLeft {
  animation-name: zoomInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInRight {
  animation-name: zoomInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomInUp {
  animation-name: zoomInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOut {
  animation-name: zoomOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutDown {
  animation-name: zoomOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutLeft {
  animation-name: zoomOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutRight {
  animation-name: zoomOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2.zoomOutUp {
  animation-name: zoomOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p {
  color: #fefefe;
  margin-left: 20px;
  font-size: 1.46em;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: fadeInUp;
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  font-variant: small-caps;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.infinite {
  animation-iteration-count: infinite;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInDown {
  animation-name: bounceInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInLeft {
  animation-name: bounceInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInRight {
  animation-name: bounceInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceInUp {
  animation-name: bounceInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutDown {
  animation-name: bounceOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutLeft {
  animation-name: bounceOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutRight {
  animation-name: bounceOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.bounceOutUp {
  animation-name: bounceOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeIn {
  animation-name: fadeIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInDown {
  animation-name: fadeInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInDownBig {
  animation-name: fadeInDownBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInLeft {
  animation-name: fadeInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInRight {
  animation-name: fadeInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInRightBig {
  animation-name: fadeInRightBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInUp {
  animation-name: fadeInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeInUpBig {
  animation-name: fadeInUpBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOut {
  animation-name: fadeOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutDown {
  animation-name: fadeOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutLeft {
  animation-name: fadeOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutRight {
  animation-name: fadeOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutUp {
  animation-name: fadeOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flash {
  animation-name: flash;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flashmin {
  animation-name: flashmin;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flip {
  animation-name: flip;
  backface-visibility: visible;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipInX {
  animation-name: flipInX;
  backface-visibility: visible;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipInY {
  animation-name: flipInY;
  backface-visibility: visible;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.flipOutY {
  animation-name: flipOutY;
  backface-visibility: visible;
  animation-duration: 0.75s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.hinge {
  animation-name: hinge;
  animation-duration: 2s;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.jackInTheBox {
  animation-name: jackInTheBox;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.jello {
  animation-name: jello;
  transform-origin: center;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.pulse {
  animation-name: pulse;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rollIn {
  animation-name: rollIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rollOut {
  animation-name: rollOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotate {
  animation-name: rotate;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateCC {
  animation-name: rotateCC;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateIn {
  animation-name: rotateIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInDownRight {
  animation-name: rotateInDownRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateInUpRight {
  animation-name: rotateInUpRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOut {
  animation-name: rotateOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomIn {
  animation-name: rotateZoomIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomInCC {
  animation-name: rotateZoomInCC;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomOut {
  animation-name: rotateZoomOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rotateZoomOutCC {
  animation-name: rotateZoomOutCC;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.rubberBand {
  animation-name: rubberBand;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.shake {
  animation-name: shake;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInDown {
  animation-name: slideInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInLeft {
  animation-name: slideInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInRight {
  animation-name: slideInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideInUp {
  animation-name: slideInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutDown {
  animation-name: slideOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutLeft {
  animation-name: slideOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutRight {
  animation-name: slideOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.slideOutUp {
  animation-name: slideOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.swing {
  animation-name: swing;
  transform-origin: top center;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.tada {
  animation-name: tada;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.wobble {
  animation-name: wobble;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomIn {
  animation-name: zoomIn;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInDown {
  animation-name: zoomInDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInLeft {
  animation-name: zoomInLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInRight {
  animation-name: zoomInRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomInUp {
  animation-name: zoomInUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOut {
  animation-name: zoomOut;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutDown {
  animation-name: zoomOutDown;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutLeft {
  animation-name: zoomOutLeft;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutRight {
  animation-name: zoomOutRight;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p.zoomOutUp {
  animation-name: zoomOutUp;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .rslides {
  height: 100%;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
  height: 100%;
}
@media (max-width: 480px) {
  #swifs-image-slider .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text,
  #swifs-image-slider .ccm-image-slider-container .ccm-image-slider .rslides_nav {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #swifs-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 200px;
  }
}
@media (min-width: 480px) {
  #swifs-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 300px;
  }
}
@media (min-width: 1024px) {
  #swifs-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 429px;
  }
}
@media (min-width: 1280px) {
  #swifs-image-slider .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 480px;
  }
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider:before,
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider:after {
  display: table;
  content: " ";
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
#swifs-image-slider .ccm-image-slider-container .ccm-image-slider:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#swifs-image-slider .ccm-image-slider-container .rslides_nav {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-decoration: none;
}
#swifs-image-slider .ccm-image-slider-container .rslides_nav.next {
  position: absolute;
  right: 50px;
  background: rgba(255, 255, 255, 0.35);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  line-height: 56px;
  color: rgba(0, 0, 0, 0);
  font-size: 0px;
  opacity: 1;
  cursor: pointer;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#swifs-image-slider .ccm-image-slider-container .rslides_nav.next:hover {
  background: #febf02;
}
#swifs-image-slider .ccm-image-slider-container .rslides_nav.next:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  left: 0;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#swifs-image-slider .ccm-image-slider-container .rslides_nav.prev {
  position: absolute;
  left: 50px;
  background: rgba(255, 255, 255, 0.35);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  line-height: 56px;
  font-size: 0px;
  opacity: 1;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#swifs-image-slider .ccm-image-slider-container .rslides_nav.prev:hover {
  background: #febf02;
}
#swifs-image-slider .ccm-image-slider-container .rslides_nav.prev:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  left: 0;
  color: #ffffff;
  font-size: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#swifs-image-slider .ccm-image-slider-container .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
#swifs-image-slider .ccm-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
#swifs-image-slider .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: #002266;
}
#swifs-image-slider .ccm-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #002266;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  #swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1280px) {
  #swifs-image-slider .ccm-image-slider-container.ccm-block-image-slider-arrows.ccm-image-slider-inner {
    float: left;
    width: 83.33333333%;
  }
}
.ccm-block-social-links ul li {
  margin: 0 2px;
}
.singleColor .ccm-block-social-links ul li a {
  background: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-top: 20%;
  text-align: center;
}
.singleColor .ccm-block-social-links ul li a i {
  font-size: 22px;
  color: #bbb;
}
.singleColor .ccm-block-social-links ul li a:hover i {
  color: #fff;
}
.flatFullColor .ccm-block-social-links ul li a i {
  background: red;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-top: 25%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-facebook {
  background: #3b5998;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-google-plus-square {
  background: #dd4b39;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-instagram {
  background: #69696b;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-linkedin-square {
  background: #0d84c8;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-pinterest {
  background: #ea5656;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-twitter {
  background: #78ccf1;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-youtube {
  background: #e86549;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-dribbble {
  background: #f46899;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-flickr {
  background: none;
  color: #fff;
  font-size: 32px;
  padding-top: 0;
  background-image: linear-gradient(to right, #0062da 50%, #ff0084 50%);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-foursquare {
  background: #0086bf;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-github-square {
  background: #000000;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-external-link {
  background: #002266;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-reddit {
  background: #ff4107;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-skype {
  background: #04b3ec;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-soundcloud {
  background: #ff5419;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-steam {
  background: #333333;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-stumbleupon {
  background: #eb4923;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-tumblr-square {
  background: #304e6c;
}
.flatFullColor .ccm-block-social-links ul li a i.fa-vine {
  background: #00b386;
}
.roundedGradient .ccm-block-social-links ul li a i {
  background: red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-top: 25%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.roundedGradient .ccm-block-social-links ul li a i.fa-facebook {
  text-shadow: #2d4373;
  background-color: #4c70ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c70ba), to(#3b5998));
  background: -webkit-linear-gradient(top, #4c70ba, #3b5998);
  background: -moz-linear-gradient(top, #4c70ba, #3b5998);
  background: -ms-linear-gradient(top, #4c70ba, #3b5998);
  background: -o-linear-gradient(top, #4c70ba, #3b5998);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-google-plus-square {
  text-shadow: #c23321;
  background-color: #e47365;
  background: -webkit-gradient(linear, left top, left bottom, from(#e47365), to(#dd4b39));
  background: -webkit-linear-gradient(top, #e47365, #dd4b39);
  background: -moz-linear-gradient(top, #e47365, #dd4b39);
  background: -ms-linear-gradient(top, #e47365, #dd4b39);
  background: -o-linear-gradient(top, #e47365, #dd4b39);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-instagram {
  text-shadow: #505051;
  background-color: #828285;
  background: -webkit-gradient(linear, left top, left bottom, from(#828285), to(#69696b));
  background: -webkit-linear-gradient(top, #828285, #69696b);
  background: -moz-linear-gradient(top, #828285, #69696b);
  background: -ms-linear-gradient(top, #828285, #69696b);
  background: -o-linear-gradient(top, #828285, #69696b);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-linkedin-square {
  text-shadow: #0a6498;
  background-color: #18a1f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#18a1f0), to(#0d84c8));
  background: -webkit-linear-gradient(top, #18a1f0, #0d84c8);
  background: -moz-linear-gradient(top, #18a1f0, #0d84c8);
  background: -ms-linear-gradient(top, #18a1f0, #0d84c8);
  background: -o-linear-gradient(top, #18a1f0, #0d84c8);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-pinterest {
  text-shadow: #e42929;
  background-color: #f08383;
  background: -webkit-gradient(linear, left top, left bottom, from(#f08383), to(#ea5656));
  background: -webkit-linear-gradient(top, #f08383, #ea5656);
  background: -moz-linear-gradient(top, #f08383, #ea5656);
  background: -ms-linear-gradient(top, #f08383, #ea5656);
  background: -o-linear-gradient(top, #f08383, #ea5656);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-twitter {
  text-shadow: #4abbec;
  background-color: #a6ddf6;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6ddf6), to(#78ccf1));
  background: -webkit-linear-gradient(top, #a6ddf6, #78ccf1);
  background: -moz-linear-gradient(top, #a6ddf6, #78ccf1);
  background: -ms-linear-gradient(top, #a6ddf6, #78ccf1);
  background: -o-linear-gradient(top, #a6ddf6, #78ccf1);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-youtube {
  text-shadow: #e23f1c;
  background-color: #ee8b76;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee8b76), to(#e86549));
  background: -webkit-linear-gradient(top, #ee8b76, #e86549);
  background: -moz-linear-gradient(top, #ee8b76, #e86549);
  background: -ms-linear-gradient(top, #ee8b76, #e86549);
  background: -o-linear-gradient(top, #ee8b76, #e86549);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-dribbble {
  text-shadow: #f13879;
  background-color: #f798b9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f798b9), to(#f46899));
  background: -webkit-linear-gradient(top, #f798b9, #f46899);
  background: -moz-linear-gradient(top, #f798b9, #f46899);
  background: -ms-linear-gradient(top, #f798b9, #f46899);
  background: -o-linear-gradient(top, #f798b9, #f46899);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-flickr {
  background: none;
  color: #fff;
  font-size: 34px;
  padding-top: 0;
  background-image: linear-gradient(to right, #0062da 50%, #ff0084 50%);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.roundedGradient .ccm-block-social-links ul li a i.fa-foursquare {
  text-shadow: #00628c;
  background-color: #00aaf2;
  background: -webkit-gradient(linear, left top, left bottom, from(#00aaf2), to(#0086bf));
  background: -webkit-linear-gradient(top, #00aaf2, #0086bf);
  background: -moz-linear-gradient(top, #00aaf2, #0086bf);
  background: -ms-linear-gradient(top, #00aaf2, #0086bf);
  background: -o-linear-gradient(top, #00aaf2, #0086bf);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-github-square {
  text-shadow: #000000;
  background-color: #1a1a1a;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#000000));
  background: -webkit-linear-gradient(top, #1a1a1a, #000000);
  background: -moz-linear-gradient(top, #1a1a1a, #000000);
  background: -ms-linear-gradient(top, #1a1a1a, #000000);
  background: -o-linear-gradient(top, #1a1a1a, #000000);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-external-link {
  text-shadow: #001133;
  background-color: #003399;
  background: -webkit-gradient(linear, left top, left bottom, from(#003399), to(#002266));
  background: -webkit-linear-gradient(top, #003399, #002266);
  background: -moz-linear-gradient(top, #003399, #002266);
  background: -ms-linear-gradient(top, #003399, #002266);
  background: -o-linear-gradient(top, #003399, #002266);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-reddit {
  text-shadow: #d33100;
  background-color: #ff683a;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff683a), to(#ff4107));
  background: -webkit-linear-gradient(top, #ff683a, #ff4107);
  background: -moz-linear-gradient(top, #ff683a, #ff4107);
  background: -ms-linear-gradient(top, #ff683a, #ff4107);
  background: -o-linear-gradient(top, #ff683a, #ff4107);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-skype {
  text-shadow: #038dba;
  background-color: #28c7fb;
  background: -webkit-gradient(linear, left top, left bottom, from(#28c7fb), to(#04b3ec));
  background: -webkit-linear-gradient(top, #28c7fb, #04b3ec);
  background: -moz-linear-gradient(top, #28c7fb, #04b3ec);
  background: -ms-linear-gradient(top, #28c7fb, #04b3ec);
  background: -o-linear-gradient(top, #28c7fb, #04b3ec);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-soundcloud {
  text-shadow: #e53b00;
  background-color: #ff7a4c;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7a4c), to(#ff5419));
  background: -webkit-linear-gradient(top, #ff7a4c, #ff5419);
  background: -moz-linear-gradient(top, #ff7a4c, #ff5419);
  background: -ms-linear-gradient(top, #ff7a4c, #ff5419);
  background: -o-linear-gradient(top, #ff7a4c, #ff5419);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-steam {
  text-shadow: #1a1a1a;
  background-color: #4d4d4d;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#333333));
  background: -webkit-linear-gradient(top, #4d4d4d, #333333);
  background: -moz-linear-gradient(top, #4d4d4d, #333333);
  background: -ms-linear-gradient(top, #4d4d4d, #333333);
  background: -o-linear-gradient(top, #4d4d4d, #333333);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-stumbleupon {
  text-shadow: #c93512;
  background-color: #ef7052;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef7052), to(#eb4923));
  background: -webkit-linear-gradient(top, #ef7052, #eb4923);
  background: -moz-linear-gradient(top, #ef7052, #eb4923);
  background: -ms-linear-gradient(top, #ef7052, #eb4923);
  background: -o-linear-gradient(top, #ef7052, #eb4923);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-tumblr-square {
  text-shadow: #203449;
  background-color: #40678f;
  background: -webkit-gradient(linear, left top, left bottom, from(#40678f), to(#304e6c));
  background: -webkit-linear-gradient(top, #40678f, #304e6c);
  background: -moz-linear-gradient(top, #40678f, #304e6c);
  background: -ms-linear-gradient(top, #40678f, #304e6c);
  background: -o-linear-gradient(top, #40678f, #304e6c);
}
.roundedGradient .ccm-block-social-links ul li a i.fa-vine {
  text-shadow: #008060;
  background-color: #00e6ac;
  background: -webkit-gradient(linear, left top, left bottom, from(#00e6ac), to(#00b386));
  background: -webkit-linear-gradient(top, #00e6ac, #00b386);
  background: -moz-linear-gradient(top, #00e6ac, #00b386);
  background: -ms-linear-gradient(top, #00e6ac, #00b386);
  background: -o-linear-gradient(top, #00e6ac, #00b386);
}
.roundedFlat .ccm-block-social-links ul li a i {
  background: red;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-top: 25%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-facebook {
  background: #3b5998;
  text-shadow: 1px 1px 0 #1e2e4f;
  -webkit-box-shadow: 0 2px 0 #1e2e4f;
  -moz-box-shadow: 0 2px 0 #1e2e4f;
  box-shadow: 0 2px 0 #1e2e4f;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-google-plus-square {
  background: #dd4b39;
  text-shadow: 1px 1px 0 #96271a;
  -webkit-box-shadow: 0 2px 0 #96271a;
  -moz-box-shadow: 0 2px 0 #96271a;
  box-shadow: 0 2px 0 #96271a;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-instagram {
  background: #69696b;
  text-shadow: 1px 1px 0 #363638;
  -webkit-box-shadow: 0 2px 0 #363638;
  -moz-box-shadow: 0 2px 0 #363638;
  box-shadow: 0 2px 0 #363638;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-linkedin-square {
  background: #0d84c8;
  text-shadow: 1px 1px 0 #1e2e4f;
  -webkit-box-shadow: 0 2px 0 #1e2e4f;
  -moz-box-shadow: 0 2px 0 #1e2e4f;
  box-shadow: 0 2px 0 #1e2e4f;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-pinterest {
  background: #ea5656;
  text-shadow: 1px 1px 0 #074568;
  -webkit-box-shadow: 0 2px 0 #074568;
  -moz-box-shadow: 0 2px 0 #074568;
  box-shadow: 0 2px 0 #074568;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-twitter {
  background: #78ccf1;
  text-shadow: 1px 1px 0 #1ca9e7;
  -webkit-box-shadow: 0 2px 0 #1ca9e7;
  -moz-box-shadow: 0 2px 0 #1ca9e7;
  box-shadow: 0 2px 0 #1ca9e7;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-youtube {
  background: #e86549;
  text-shadow: 1px 1px 0 #b43317;
  -webkit-box-shadow: 0 2px 0 #b43317;
  -moz-box-shadow: 0 2px 0 #b43317;
  box-shadow: 0 2px 0 #b43317;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-dribbble {
  background: #f46899;
  text-shadow: 1px 1px 0 #e5115b;
  -webkit-box-shadow: 0 2px 0 #e5115b;
  -moz-box-shadow: 0 2px 0 #e5115b;
  box-shadow: 0 2px 0 #e5115b;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-flickr {
  background: none;
  color: #fff;
  font-size: 32px;
  padding-top: 0;
  background-image: linear-gradient(to right, #0062da 50%, #ff0084 50%);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-foursquare {
  background: #0086bf;
  text-shadow: 1px 1px 0 #003e59;
  -webkit-box-shadow: 0 2px 0 #003e59;
  -moz-box-shadow: 0 2px 0 #003e59;
  box-shadow: 0 2px 0 #003e59;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-github-square {
  background: #000000;
  text-shadow: 1px 1px 0 #000000;
  -webkit-box-shadow: 0 2px 0 #000000;
  -moz-box-shadow: 0 2px 0 #000000;
  box-shadow: 0 2px 0 #000000;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-external-link {
  background: #002266;
  text-shadow: 1px 1px 0 #000000;
  -webkit-box-shadow: 0 2px 0 #000000;
  -moz-box-shadow: 0 2px 0 #000000;
  box-shadow: 0 2px 0 #000000;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-reddit {
  background: #ff4107;
  text-shadow: 1px 1px 0 #a02500;
  -webkit-box-shadow: 0 2px 0 #a02500;
  -moz-box-shadow: 0 2px 0 #a02500;
  box-shadow: 0 2px 0 #a02500;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-skype {
  background: #04b3ec;
  text-shadow: 1px 1px 0 #026788;
  -webkit-box-shadow: 0 2px 0 #026788;
  -moz-box-shadow: 0 2px 0 #026788;
  box-shadow: 0 2px 0 #026788;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-soundcloud {
  background: #ff5419;
  text-shadow: 1px 1px 0 #b22e00;
  -webkit-box-shadow: 0 2px 0 #b22e00;
  -moz-box-shadow: 0 2px 0 #b22e00;
  box-shadow: 0 2px 0 #b22e00;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-steam {
  background: #333333;
  text-shadow: 1px 1px 0 #000000;
  -webkit-box-shadow: 0 2px 0 #000000;
  -moz-box-shadow: 0 2px 0 #000000;
  box-shadow: 0 2px 0 #000000;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-stumbleupon {
  background: #eb4923;
  text-shadow: 1px 1px 0 #9a290e;
  -webkit-box-shadow: 0 2px 0 #9a290e;
  -moz-box-shadow: 0 2px 0 #9a290e;
  box-shadow: 0 2px 0 #9a290e;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-tumblr-square {
  background: #304e6c;
  text-shadow: 1px 1px 0 #111b25;
  -webkit-box-shadow: 0 2px 0 #111b25;
  -moz-box-shadow: 0 2px 0 #111b25;
  box-shadow: 0 2px 0 #111b25;
}
.roundedFlat .ccm-block-social-links ul li a i.fa-vine {
  background: #00b386;
  text-shadow: 1px 1px 0 #004d3a;
  -webkit-box-shadow: 0 2px 0 #004d3a;
  -moz-box-shadow: 0 2px 0 #004d3a;
  box-shadow: 0 2px 0 #004d3a;
}
.ccm-block-social-links ul i {
  background-color: #fefefe;
  color: #002266;
}
.ccm-block-social-links ul i:hover {
  color: #002266;
  background-color: #ffffff;
}
.ccm-block-social-links {
  margin: 20px auto;
}
.ccm-block-social-links ul.list-inline {
  list-style: none;
  margin: 10px auto;
}
.ccm-block-social-links ul li {
  margin: 0 2px;
  padding: 0;
}
.ccm-block-social-links ul li a {
  display: block;
}
.ccm-block-social-links ul i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-sidebar-wrapped .ccm-block-social-links {
  margin: 0 0 20px;
}
.block-sidebar-wrapped .ccm-block-social-links i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer-theme .ccm-block-social-links {
  margin: 0 auto;
}
#footer-theme .ccm-block-social-links ul.list-inline {
  list-style: none;
  margin: 0 auto;
}
#footer-theme .ccm-block-social-links ul li {
  margin: 0 2px;
  padding: 0;
}
#footer-theme .ccm-block-social-links ul li a {
  display: block;
}
#footer-theme .ccm-block-social-links ul i {
  width: 50px;
  height: 50px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 55px;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer-theme .ccm-block-social-links.social-buttons li {
  margin: 0 5px;
}
#footer-theme .ccm-block-social-links.social-buttons li.icon-effect a {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
#footer-theme .ccm-block-social-links.social-buttons li.icon-effect a.social-icon {
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
#footer-theme .ccm-block-social-links.social-buttons li.icon-effect a.social-icon:after {
  display: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
#footer-theme .ccm-block-social-links.social-buttons li.icon-effect a.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}
#footer-theme .ccm-block-social-links.social-buttons li.icon-effect a.social-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}
#footer-theme .ccm-block-social-links.social-buttons li.icon-effect a i {
  position: absolute;
  top: -2px;
  left: 0;
}
.block-sidebar-wrapped .ccm-block-social-links i {
  background-color: #fefefe;
  color: #002266;
}
.block-sidebar-wrapped .ccm-block-social-links i:hover {
  color: #002266;
  background-color: #ffffff;
}
#footer-theme .ccm-block-social-links li a:focus {
  outline: dotted 1px #001133;
}
#footer-theme .ccm-block-social-links i {
  color: #fefefe;
}
#footer-theme .ccm-block-social-links i:hover {
  color: #001133;
}
.ccm-block-social-links.social-buttons li.icon-effect a {
  color: #002266;
}
.ccm-block-social-links.social-buttons li.icon-effect i {
  color: #002266;
}
.ccm-block-social-links .social-buttons-spin {
  text-align: center;
  transform: translatez(0);
}
.ccm-block-social-links .social-buttons-spin ul li {
  display: inline-block;
  margin: 20px;
  list-style: none;
}
.ccm-block-social-links .social-buttons-spin ul li i {
  width: 100px;
  height: 100px;
  color: #fefefe;
  font-size: 3.4em;
  text-align: center;
  line-height: 100px;
  background-color: #002266;
  transition: all 0.5s ease;
  border-radius: 0px;
}
.ccm-block-social-links .social-buttons-spin ul li i:hover {
  transform: rotate(360deg);
  border-radius: 100px;
}
#footer-theme .ccm-block-social-links .social-buttons-spin ul i {
  width: 100px;
  height: 100px;
  font-size: 3.4em;
  color: #002266;
  background-color: #fff;
  text-align: center;
  line-height: 100px;
}
ul.simpleTabs {
  margin: 0 !important;
  padding: 0 !important;
  display: none;
}
ul.simpleTabs li {
  background: #fff;
  list-style: none !important;
  border: 1px solid #ccc;
  border-bottom: none;
  float: left;
  padding: 8px 5px;
  margin: 14px 2px 0 0;
}
ul.simpleTabs li.active {
  padding: 15px 5px;
  margin: 0 2px 0 0;
}
ul.simpleTabs li a {
  font-size: 14px;
  color: #888 !important;
  text-decoration: none !important;
  font-weight: normal;
}
ul.simpleTabs li.active a {
  color: #333366 !important;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  ul.simpleTabs {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .simpleTabsContent {
    display: none;
  }
  .simpleTabsContent:first-child {
    display: block;
  }
}
.base-page-title {
  color: #002266;
  padding: 20px 0;
  font-weight: 300;
}
.base-page-title h1 {
  font-weight: 300;
}
.base-page-title p {
  font-size: 16px;
}
.base-site-title {
  color: #002266;
  padding: 30px 0;
  font-weight: 300;
}
.base-site-title h1 {
  font-weight: 400;
}
.base-site-title p {
  font-size: 16px;
}
.heading-white .page-title {
  width: 100%;
  margin: 30px auto;
  padding: 30px 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #002266;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background-color: #fefefe;
}
.heading-white .page-title:after {
  width: auto;
  height: auto;
  background: none;
}
.heading-white.list-title .page-title {
  margin-top: 0;
}
.heading-white-wide .page-title {
  margin: 0;
  padding: 30px 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #002266;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background-color: #fefefe;
}
.heading-white-wide .page-title:after {
  width: auto;
  height: auto;
  background: none;
}
.heading-white-wide.list-title .page-title {
  margin-top: 0;
}
@media (min-width: 768px) {
  .heading-white-wide .page-title {
    padding: 80px 0;
  }
}
.heading-colored .page-title {
  margin: 30px auto;
  padding: 30px 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #fefefe;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background-color: #002266;
}
.heading-colored .page-title:after {
  width: auto;
  height: auto;
  background: none;
}
.heading-colored.list-title .page-title {
  margin-top: 0;
}
.heading-colored h2.page-title,
.heading-colored h3.page-title,
.heading-colored h4.page-title,
.heading-colored h5.page-title,
.heading-colored h6.page-title {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.heading-colored-wide .page-title {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #fefefe;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background-color: #002266;
}
.heading-colored-wide .page-title:after {
  width: auto;
  height: auto;
  background: none;
}
.heading-colored-wide.list-title .page-title {
  margin-top: 0;
}
.heading-colored-wide h2.page-title,
.heading-colored-wide h3.page-title,
.heading-colored-wide h4.page-title,
.heading-colored-wide h5.page-title,
.heading-colored-wide h6.page-title {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: none;
}
@media (min-width: 768px) {
  .heading-colored-wide .page-title {
    padding: 80px 0;
  }
}
.heading-white-arrow-box {
  position: relative;
}
.heading-white-arrow-box:after {
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top-color: #fefefe;
  position: absolute;
  bottom: -9px;
  left: 50%;
  content: '';
}
.heading-colored-arrow-box {
  position: relative;
}
.heading-colored-arrow-box:after {
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top-color: #002266;
  position: absolute;
  bottom: -9px;
  left: 50%;
  content: '';
}
.heading-types .left-border span {
  margin: 0;
  padding: 0 0 0 15px;
  color: #002266;
  border-left: solid 6px #002266;
}
.heading-types .double-line {
  padding-top: 1em;
}
.heading-types .double-line span {
  margin: 0;
  padding: 8px .4em 8px;
  color: #002266;
  border-top: solid 6px #002266;
  border-bottom: solid 6px #002266;
}
.heading-types .under-line span {
  margin: 0;
  padding: 0 0 8px;
  color: #002266;
  border-bottom: solid 6px #002266;
}
.heading-types .dot-under-line span {
  margin: 0;
  padding: 0 0 13px;
  color: #002266;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12px" height="8px" viewBox="0 0 12 8" enable-background="new 0 0 12 8" xml:space="preserve"><circle cx="6" cy="4" r="3" fill="%23002266" /></svg>') center bottom repeat-x;
  display: inline-block;
}
/* CSS Document */
hr.fancy_hr {
  padding: 0px;
  border: 0 !important;
  display: block;
  margin: 0;
  position: relative;
  border-top: solid 1px #000000;
  background: none !important;
}
hr.fancy_hr.primary:after {
  width: 100%;
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#002266), color-stop(0.25, #002266), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #002266), color-stop(0.75, #002266), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #002266 25%, transparent 25%, transparent 50%, #002266 50%, #002266 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #002266 25%, transparent 25%, transparent 50%, #002266 50%, #002266 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
hr.fancy_hr.secondary:after {
  width: 100%;
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#00349a), color-stop(0.25, #00349a), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #00349a), color-stop(0.75, #00349a), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #00349a 25%, transparent 25%, transparent 50%, #00349a 50%, #00349a 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #00349a 25%, transparent 25%, transparent 50%, #00349a 50%, #00349a 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
hr.fancy_hr.tertiary:after {
  width: 100%;
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#457ae5), color-stop(0.25, #457ae5), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #457ae5), color-stop(0.75, #457ae5), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #457ae5 25%, transparent 25%, transparent 50%, #457ae5 50%, #457ae5 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #457ae5 25%, transparent 25%, transparent 50%, #457ae5 50%, #00349a 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
hr.fancy_hr.primary-complement:after {
  width: 100%;
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#fdc000), color-stop(0.25, #fdc000), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fdc000), color-stop(0.75, #fdc000), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #fdc000 25%, transparent 25%, transparent 50%, #fdc000 50%, #fdc000 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #fdc000 25%, transparent 25%, transparent 50%, #fdc000 50%, #fdc000 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
hr.fancy_hr.monochrome:after {
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#555555), color-stop(0.25, #555555), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #555555), color-stop(0.75, #555555), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #555555 25%, transparent 25%, transparent 50%, #555555 50%, #555555 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #555555 25%, transparent 25%, transparent 50%, #555555 50%, #555555 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
hr.fancy_hr.narrow:after {
  height: 8px;
}
hr.fancy_hr.wide:after {
  height: 15px;
}
hr.fancy_hr.padding {
  padding: 50px 0;
}
hr.fancy_hr.padding:after {
  margin: 20px 0 30px;
}
hr.fancy_hr.none {
  padding: 10px 0;
}
hr.fancy_hr.none:after {
  margin: 5px 0;
}
.hw-simple-testimonial-author {
  text-indent: 2.6em !important;
  margin: 10px 0 0 0;
  line-height: 24px;
  font-size: 1.6em !important;
  font-family: 'Nothing You Could Do', cursive;
  font-weight: 600;
}
.hw-simple-testimonial-author span {
  font-variant: small-caps;
  font-family: 'Droid Serif', Times New Roman, Times, serif;
  font-size: 0.6em !important;
  color: #002266;
}
.hw-simple-testimonial-extra {
  text-indent: 6em !important;
  color: #002266;
}
.btn-default {
  color: #f3f3f2;
  background: #2d2d2d;
  text-shadow: none;
}
.btn-default:hover {
  color: #f3f3f2;
  background: #606060;
}
.btn-primary {
  color: #ffffff;
  background: #3c85c3;
}
.btn-primary:hover {
  color: #ffffff;
  background: #2a5d88;
}
.btn-success {
  color: #ffffff;
  background: #21a69e;
}
.btn-success:hover {
  background: #146661;
}
.btn-info {
  color: #ffffff;
  background: #2ec2b6;
}
.btn-info:hover {
  background: #1f847c;
}
.btn-warning {
  color: #ffffff;
  background: #df8943;
}
.btn-warning:hover {
  background: #b6631f;
}
.btn-danger {
  color: #ffffff;
  background: #b64642;
}
.btn-danger:hover {
  background: #7e302e;
}
.graphic-left #file {
  display: block;
  height: 50px;
  padding: 10px;
}
.graphic-left .type-pdf a,
.graphic-left a.type-pdf {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -288px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-doc a,
.graphic-left a.type-doc {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -48px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-bmp a,
.graphic-left a.type-bmp {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 0px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-gif a,
.graphic-left a.type-gif {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -96px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-html a,
.graphic-left .type-htm a,
.graphic-left a.type-htm,
.graphic-left a.type-html {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -144px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-jpg a,
.graphic-left a.type-jpg,
.graphic-left .type-jpeg a {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -192px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-mov a,
.graphic-left a.type-mov {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -240px;
  display: inline-inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-png a,
.graphic-left a.type-png {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -336px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-zip a,
.graphic-left a.type-zip {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -384px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-xls a,
.graphic-left a.type-xls {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -432px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-txt a,
.graphic-left a.type-txt {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -480px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-rtf a,
.graphic-left a.type-rtf {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -528px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-xlsx a,
.graphic-left a.type-xlsx {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -576px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-docx a,
.graphic-left a.type-docx {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -624px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-ppt a,
.graphic-left a.type-ppt {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -672px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-left .type-pptx a,
.graphic-left a.type-pptx {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 0 -720px;
  display: inline-block;
  padding-left: 50px;
  height: 48px;
}
.graphic-right #file {
  display: block;
  height: 50px;
  padding: 10px;
}
.graphic-right .type-pdf a,
.graphic-right a.type-pdf {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -288px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-doc a,
.graphic-right a.type-doc {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -48px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-bmp a,
.graphic-right a.type-bmp {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% 0;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-gif a,
.graphic-right a.type-gif {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -96px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-html a,
.graphic-right .type-htm a,
.graphic-right a.type-htm,
.graphic-right a.type-html {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -144px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-jpg a,
.graphic-right a.type-jpg,
.graphic-right .type-jpeg a {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -192px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-mov a,
.graphic-right a.type-mov {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -240px;
  display: inline-inline-block;
  padding-right: 50%px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-png a,
.graphic-right a.type-png {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -336px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-zip a,
.graphic-right a.type-zip {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -384px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-xls a,
.graphic-right a.type-xls {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -432px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-txt a,
.graphic-right a.type-txt {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -480px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-rtf a,
.graphic-right a.type-rtf {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -528px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-xlsx a,
.graphic-right a.type-xlsx {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -576px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-docx a,
.graphic-right a.type-docx {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -624px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-ppt a,
.graphic-right a.type-ppt {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -672px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.graphic-right .type-pptx a,
.graphic-right a.type-pptx {
  background: url(/application/themes/custom/img/file_formats.png) no-repeat 100% -720px;
  display: inline-block;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
}
.file-circle {
  font-size: 2rem;
}
.file-circle a:before {
  font-family: "FontAwesome";
}
.file-circle #file a::before {
  margin-right: 1rem;
  display: inline-block;
  background-color: #002266;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  line-height: 5rem;
}
.file-circle .type-pdf a,
.file-circle a.type-pdf {
  padding-left: 50px;
}
.file-circle .type-pdf a:before,
.file-circle a.type-pdf:before {
  content: "\f1c1";
}
.file-circle .type-doc a,
.file-circle a.type-doc,
.file-circle .type-docx a,
.file-circle a.type-docx {
  padding-left: 50px;
}
.file-circle .type-doc a:before,
.file-circle a.type-doc:before,
.file-circle .type-docx a:before,
.file-circle a.type-docx:before {
  content: "\f1c2";
}
.file-circle .type-bmp a,
.file-circle a.type-bmp,
.file-circle .type-gif a,
.file-circle a.type-gif,
.file-circle .type-jpg a,
.file-circle a.type-jpg,
.file-circle .type-jpeg a,
.file-circle .type-png a,
.file-circle a.type-png {
  padding-left: 50px;
}
.file-circle .type-bmp a:before,
.file-circle a.type-bmp:before,
.file-circle .type-gif a:before,
.file-circle a.type-gif:before,
.file-circle .type-jpg a:before,
.file-circle a.type-jpg:before,
.file-circle .type-jpeg a:before,
.file-circle .type-png a:before,
.file-circle a.type-png:before {
  content: "\f1c5";
}
.file-circle .type-html a,
.file-circle .type-htm a,
.file-circle a.type-htm,
.file-circle a.type-html {
  padding-left: 50px;
}
.file-circle .type-html a:before,
.file-circle .type-htm a:before,
.file-circle a.type-htm:before,
.file-circle a.type-html:before {
  content: "\f1c9";
}
.file-circle .type-mov a,
.file-circle a.type-mov {
  padding-left: 50px;
}
.file-circle .type-mov a:before,
.file-circle a.type-mov:before {
  content: "\f1c8";
}
.file-circle .type-zip a,
.file-circle a.type-zip {
  padding-left: 50px;
}
.file-circle .type-zip a:before,
.file-circle a.type-zip:before {
  content: "\f1c6";
}
.file-circle .type-xls a,
.file-circle a.type-xls,
.file-circle .type-xlsx a,
.file-circle a.type-xlsx {
  padding-left: 50px;
}
.file-circle .type-xls a:before,
.file-circle a.type-xls:before,
.file-circle .type-xlsx a:before,
.file-circle a.type-xlsx:before {
  content: "\f1c3";
}
.file-circle .type-txt a,
.file-circle a.type-txt,
.file-circle .type-rtf a,
.file-circle a.type-rtf {
  padding-left: 50px;
}
.file-circle .type-txt a:before,
.file-circle a.type-txt:before,
.file-circle .type-rtf a:before,
.file-circle a.type-rtf:before {
  content: "\f0f6";
}
.file-circle .type-ppt a,
.file-circle a.type-ppt,
.file-circle .type-pptx a,
.file-circle a.type-pptx {
  padding-left: 50px;
}
.file-circle .type-ppt a:before,
.file-circle a.type-ppt:before,
.file-circle .type-pptx a:before,
.file-circle a.type-pptx:before {
  content: "\f1c4";
}
.box-bounce .image-box:hover.image-box a img {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.box-bounce .image-box:hover .image-box-inner {
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  background-color: #fff;
}
.box-label .image-box-inner {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: 10% 0;
  position: absolute;
  bottom: 0;
  width: auto;
  padding: .5em 1.5em .55em;
  background-color: #FFF;
  opacity: .95;
  box-shadow: 1px 1px 3px 0 #0000001a;
}
.box-label .image-box-inner .btn {
  margin: 0;
}
/* CSS Document */
/**
 * Handheld footer bar
 */
@media (min-width: 768px) {
  .handheld-footer-bar {
    display: none;
  }
}
.handheld-footer-bar {
  background: #fdc000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.handheld-footer-bar::before,
.handheld-footer-bar::after {
  content: '';
  display: table;
}
.handheld-footer-bar::after {
  clear: both;
}
.handheld-footer-bar ul {
  margin: 0;
}
.handheld-footer-bar ul li {
  display: inline-block;
  float: left;
  text-align: center;
}
.handheld-footer-bar ul li:hover {
  background: #ffcd31;
}
.handheld-footer-bar ul li:hover a::before {
  color: #0044cc;
}
.handheld-footer-bar ul li:last-child > a {
  border-right: 0;
}
.handheld-footer-bar ul li > a {
  height: 4.235801032em;
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 999;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.handheld-footer-bar ul li > a:focus {
  z-index: 1000;
}
.handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none;
}
.handheld-footer-bar ul.columns-2 li {
  width: 50%;
}
.input-focused .handheld-footer-bar {
  display: none;
}
.handheld-footer-bar ul li > a::before,
.handheld-footer-bar ul li > button.search::before {
  color: #002266;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "FontAwesome", sans-serif;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 2.618046972;
  font-size: 1.618em;
  text-indent: 0;
  cursor: pointer;
}
.handheld-footer-bar ul li button.search {
  height: 4.235801032em;
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 999;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  width: 100%;
}
.handheld-footer-bar ul li.handheld-phone > a::before {
  content: "\f095";
}
.handheld-footer-bar ul li > button.search::before {
  content: "\f002";
}
#searchShell {
  background: #fdc000;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#searchShell .searchTitle {
  display: none;
}
#searchShell .ccm-search-block-form {
  white-space: nowrap;
}
#searchShell .ccm-search-block-text {
  color: #002266;
  display: inline-block;
  width: 70%;
  height: 40px;
  padding: 0 5px;
  font-size: .9em;
  font-size: .9rem;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#searchShell .ccm-search-block-text:focus {
  border-color: #002266;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002266;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002266;
}
#searchShell .btn {
  border-radius: 0px;
  border: none;
}
#searchShell .ccm-search-block-submit {
  display: inline-block;
  width: 30%;
  float: right;
  margin: 0px;
  padding: 0 5px;
  height: 40px;
  color: #fdc000;
  font-size: .9em;
  font-size: .9rem;
  vertical-align: middle;
  background: #002266;
}
#searchShell .ccm-search-block-submit:hover {
  background: #001133;
}
#searchShell .ccm-search-block-submit:focus {
  background: #001133;
  outline: dotted 1px #002266;
  outline-offset: -3px;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.18), 0 5px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.18), 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  #siteHeader .ccm-search-block-form {
    display: none;
  }
}
.flip-tile-round-edges .card-front,
.flip-tile-round-edges .card-back,
.flip-tile-round-edges .card img {
  border-radius: 30px;
}
.flip-tile-smaller-pic .card-front,
.flip-tile-smaller-pic .card-back {
  border-radius: 30px;
}
.flip-tile-smaller-pic .card img {
  border-radius: 30px 30px 0px 0px;
  height: 80%;
}
/* Custom-Blocks */
.fc-toolbar {
  text-align: center;
  margin: 0.5em;
}
.fc-toolbar h2 {
  margin: 0;
  margin-top: 0.5em;
  font-size: 1.5em;
}
body .fc {
  font-size: 0.9em !important;
}
.fc-today {
  background: #f2deda !important;
}
hr.fc-widget-header {
  margin: 0px !important;
}
[class*="image-"] .ccm-image-block {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}
.image-right-tilt .ccm-image-block {
  display: block;
  margin: 0px auto 0px auto;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
}
.image-circle .ccm-image-block {
  border-radius: 50%;
}
.image-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-right img {
  float: right;
}
.image-blur-on-hover .ccm-image-block:hover {
  filter: blur(5px);
}
.image-decolorize .ccm-image-block,
.image-decolorize-on-hover .ccm-image-block:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.image-colorize-on-hover .ccm-image-block:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.image-sepia .ccm-image-block,
.image-sepia-on-hover .ccm-image-block:hover {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.image-zoom-in-on-hover .ccm-image-block:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.image-zoom-in-on-hover .ccm-image-block:hover:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.image-zoom-out-on-hover .ccm-image-block:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.image-zoom-out-on-hover .ccm-image-block:hover:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* CSS Document */
hr {
  padding: 0px;
  border: 0 !important;
  display: block;
  margin: 0;
  position: relative;
  border-top: solid 1px #000000;
}
hr.primary:after {
  width: 100%;
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#002266), color-stop(0.25, #002266), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #002266), color-stop(0.75, #002266), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #002266 25%, transparent 25%, transparent 50%, #002266 50%, #002266 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #002266 25%, transparent 25%, transparent 50%, #002266 50%, #002266 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
hr.monochrome:after {
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#555555), color-stop(0.25, #555555), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #555555), color-stop(0.75, #555555), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #555555 25%, transparent 25%, transparent 50%, #555555 50%, #555555 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #555555 25%, transparent 25%, transparent 50%, #555555 50%, #555555 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
hr.narrow:after {
  height: 8px;
}
hr.wide:after {
  height: 15px;
}
hr.padding:after {
  margin: 30px 0 40px;
}
hr.none {
  padding: 0px;
}
hr.none:after {
  margin: 0px;
}
.ccm-page .repeatable-element-container.row-of-flex {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* CSS Document */
@media only screen and (max-width: 990px) {
  .large-drop-shadow {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .large-drop-shadow {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 479px) {
  .large-drop-shadow {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-left-gap {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .dropdown-left-gap {
    font-size: 35px;
  }
}
/* CSS Document */
@media only screen and (max-width: 990px) {
  .3d-text {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .3d-text {
    font-size: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .3d-text {
    font-size: 50px;
  }
}
/* CSS Document */
@media only screen and (max-width: 990px) {
  .text-glow {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .text-glow {
    font-size: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .text-glow {
    font-size: 60px;
  }
}
div.ccm-block-page-list-thumbnail-gallery-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-block-page-list-thumbnail-gallery-wrapper .ccm-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
div.ccm-block-page-list-thumbnail-gallery-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-hover,
div.ccm-block-page-list-thumbnail-gallery-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-gallery-hover {
  background-color: rgba(0, 68, 204, 0.7);
}
div.ccm-block-page-list-thumbnail-gallery-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon,
div.ccm-block-page-list-thumbnail-gallery-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-gallery-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.ccm-block-page-list-thumbnail-gallery-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before,
div.ccm-block-page-list-thumbnail-gallery-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-gallery-icon:before {
  font-family: FontAwesome;
  content: "\f00e";
}
div.ccm-block-page-list-thumbnail-gallery-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-gallery-title {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
div.ccm-block-page-list-thumbnail-gallery-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-gallery:hover .ccm-block-page-list-page-entry-grid-thumbnail-gallery-title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition-delay: 0.3s;
  font-size: 200%;
}
div.ccm-block-page-list-thumbnail-gallery-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-gallery-title .ccm-block-page-list-page-entry-grid-thumbnail-gallery-icon {
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
div.ccm-block-page-list-thumbnail-gallery-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-gallery:hover .ccm-block-page-list-page-entry-grid-thumbnail-gallery-title .ccm-block-page-list-page-entry-grid-thumbnail-gallery-icon {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition-delay: 0.4s;
}
div.area-content-accent {
  background-color: #f8faf1;
  margin-top: 80px;
  padding: 65px 0px 65px 0px;
  /*
  div.container:last-child {
    padding-bottom: 0px;
  }
  */
  margin-bottom: -80px;
}
div.area-content-accent .title-caps,
div.area-content-accent .title-caps-bold,
div.area-content-accent h3 {
  color: #988e47 !important;
}
