/*!
 * Project_Name: Themezy Hosting Theme
 * Author: Themezy
 * Email: info@themezy.com
 * URL: http://themezy.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  background-color: #152559;
  line-height: normal;
  border: none;
  outline: none;
  font-size: 14px;
  font-size: 0.875em;
}

.button.secondary {
  background-color: #e9eaed;
  color: #7d808c;
}

.fullwidth-block {
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 510px) {
  .col-us {
    width: 100% !important;
    float: none;
  }
}

.breadcrumbs {
  background: #f6f7f9;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875em;
  color: #aeb0b9;
  font-weight: 300;
}
.breadcrumbs a {
  color: #aeb0b9;
  text-decoration: none;
}

.slider {
  position: relative;
  background: #f6f7f9;
  margin-bottom: 10px;
}
.slider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.slider .slides:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.slider .slides li {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 30px 0;
}
.slider .slides li img {
  float: right;
}
.slider .slide-caption {
  padding: 70px 50px 30px 0;
}
.slider .slide-title, .slider .slide-subtitle, .slider .slide-summary, .slider .button {
  -webkit-transition: .3s ease-in;
          transition: .3s ease-in;
  opacity: 0;
}
.slider .slide-title {
  color: #152559;
  margin: 0 0 10px;
  font-size: 55px;
  font-size: 3.4375em;
/*  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);*/
  line-height: 55px;
}
.slider .slide-subtitle {
  color: #01a6d4;
  display: block;
  margin: 0 0 50px;
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25em;
/*  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);*/
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.slider .slide-summary {
/*  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);*/
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  margin-bottom: 50px;
}
.slider .button {
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.slider .flex-active-slide .slide-title, .slider .flex-active-slide .slide-subtitle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.slider .flex-active-slide .slide-summary {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.slider .flex-active-slide .button {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.slider .flex-control-nav {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.slider .flex-control-nav li {
  display: inline-block;
  margin: 0 2px;
}
.slider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbccce;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
.slider .flex-control-nav li a.flex-active {
  background: #01a6d4;
}

.feature {
  margin-bottom: 30px;
  position: relative;
}
.feature [class^="icon-"] {
  font-size: 48px;
  float: left;
  margin-right: 20px;
  color: #01a6d4;
  position: relative;
  top: 5px;
}
.feature .feature-title {
  color: #152559;
  margin-bottom: 20px;
}
.feature .feature-title .title, .feature .feature-title .subtitle {
  display: table;
}
.feature .feature-title .title {
  font-size: 24px;
  font-size: 1.5em;
  margin: 0;
}
.feature .feature-title .subtitle {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 100;
  color: #7d808c;
}
.feature .feature-summary {
  margin-bottom: 50px;
  padding-right: 20px;
}
.feature.top-icon {
  text-align: center;
}
.feature.top-icon [class^="icon-"] {
  display: block;
  text-align: center;
  font-size: 48px;
  position: relative;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
.feature.top-icon .feature-title {
  color: #01a6d4;
}
.feature.has-connector:before {
  content: " ";
  width: 260px;
  height: 67px;
  background: url(images/connector.png) no-repeat;
  position: absolute;
  top: -75px;
  left: 55%;
}
@media screen and (max-width: 990px) {
  .feature.has-connector:before {
    display: none;
  }
}

.pricing-table {
  border: 2px solid #dedfe2;
  border-radius: 10px;
  margin-bottom: 30px;
}
.pricing-table .pricing-title {
  background-color: #01a6d4;
  text-align: center;
  padding: 10px 0;
  margin: -2px -2px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white !important;
}
.pricing-table .pricing-title .pricing-type {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: white !important;
}
.pricing-table .pricing-title small {
  font-size: 1em;
}
.pricing-table .price-tag {
  padding: 20px 30px;
}
.pricing-table .price-tag strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}
.pricing-table .price-tag small {
  font-size: 1em;
}
.pricing-table .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}
.pricing-table .list-fa {
  padding: 0 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  padding: 20px 0 20px 70px;
  border-bottom: 1px solid #adafb8;
  position: relative;
}
.feature-list [class^="icon-"] {
  position: absolute;
  font-size: 48px;
  left: 0;
  top: 25px;
  color: #01a6d4;
}
.feature-list h3 {
  color: #152559;
  font-size: 17px;
  font-size: 1.0625em;
  margin: 0 0;
}
.feature-list p {
  margin: 0;
}

.boxed-content {
  border-radius: 10px;
  padding: 30px;
}

.team {
  text-align: center;
}
.team .team-image {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.map {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 350px;
}
.map:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

address {
  font-style: normal;
}

form input:not([type="submit"]), form textarea {
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #dedfe2;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
form input:not([type="submit"]):hover, form input:not([type="submit"]):active, form input:not([type="submit"]):focus, form textarea:hover, form textarea:active, form textarea:focus {
  border-color: #01a6d4;
}
form textarea {
  display: block;
  min-height: 180px;
  resize: vertical;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-cop1gd");
  src: url("fonts/icomoon.eot?#iefix-cop1gd") format("embedded-opentype"), url("fonts/icomoon.woff?-cop1gd") format("woff"), url("fonts/icomoon.ttf?-cop1gd") format("truetype"), url("fonts/icomoon.svg?-cop1gd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-person-globe:before {
  content: "\e600";
}

.icon-person-time:before {
  content: "\e601";
}

.icon-chess-knight:before {
  content: "\e602";
}

.icon-maze:before {
  content: "\e603";
}

.icon-bulb:before {
  content: "\e604";
}

.icon-handshake:before {
  content: "\e605";
}

.icon-doc-time:before {
  content: "\e606";
}

.icon-mobile-check:before {
  content: "\e607";
}

.icon-person-move:before {
  content: "\e608";
}

.icon-target:before {
  content: "\e609";
}

.icon-bar-chart-up:before {
  content: "\e60a";
}

.icon-bar-chart-down:before {
  content: "\e60b";
}

.icon-person-target:before {
  content: "\e60c";
}

.icon-bulb-structure:before {
  content: "\e60d";
}

.icon-doc-check:before {
  content: "\e60f";
}

.icon-customer-service:before {
  content: "\e610";
}

.icon-barcode:before {
  content: "\e611";
}

.icon-box-search:before {
  content: "\e612";
}

.icon-box-timer:before {
  content: "\e613";
}

.icon-box-verified:before {
  content: "\e614";
}

.icon-recyclable:before {
  content: "\e615";
}

.icon-broken-glass:before {
  content: "\e616";
}

.icon-umberella:before {
  content: "\e617";
}

.icon-map-pin-alt:before {
  content: "\e618";
}

.icon-box-delivery:before {
  content: "\e619";
}

.icon-box:before {
  content: "\e61a";
}

.icon-globe-plane:before {
  content: "\e61b";
}

.icon-send-receive:before {
  content: "\e61c";
}

.icon-vehicle-run:before {
  content: "\e61d";
}

.icon-cart:before {
  content: "\e61e";
}

.icon-globe:before {
  content: "\e61f";
}

.icon-map-pin:before {
  content: "\e620";
}

.icon-server-update:before {
  content: "\e621";
}

.icon-server-search:before {
  content: "\e622";
}

.icon-server-add:before {
  content: "\e623";
}

.icon-server-lock:before {
  content: "\e624";
}

.icon-expand:before {
  content: "\e625";
}

.icon-shrink:before {
  content: "\e626";
}

.icon-signal:before {
  content: "\e627";
}

.icon-doc-download:before {
  content: "\e628";
}

.icon-icon-27:before {
  content: "\e629";
}

.icon-lock:before {
  content: "\e62a";
}

.icon-unlock:before {
  content: "\e62b";
}

.icon-key:before {
  content: "\e62c";
}

.icon-credit-card-hand:before {
  content: "\e62d";
}

.icon-credit-card:before {
  content: "\e62e";
}

.icon-money-head:before {
  content: "\e62f";
}

.icon-icon-46:before {
  content: "\e630";
}

.icon-diamond:before {
  content: "\e631";
}

.icon-piggy:before {
  content: "\e632";
}

.icon-pie-chart:before {
  content: "\e633";
}

.icon-line-chart-up:before {
  content: "\e634";
}

.icon-line-chart-down:before {
  content: "\e635";
}

.icon-money-paper:before {
  content: "\e636";
}

.icon-mobile-money:before {
  content: "\e637";
}

.icon-mobile-chart:before {
  content: "\e638";
}

.icon-money-storage:before {
  content: "\e639";
}

.icon-cc-terminal:before {
  content: "\e63a";
}

.icon-checque:before {
  content: "\e63b";
}

.icon-money-atm:before {
  content: "\e63c";
}

.icon-cash-machine:before {
  content: "\e63d";
}

.icon-hammer:before {
  content: "\e63e";
}

.icon-bear:before {
  content: "\e640";
}

.icon-bull:before {
  content: "\e641";
}

.icon-person-money:before {
  content: "\e642";
}

.icon-gold:before {
  content: "\e643";
}

.icon-calculator:before {
  content: "\e644";
}

.icon-money-bag:before {
  content: "\e645";
}

.icon-wallet:before {
  content: "\e646";
}

.icon-money-globe:before {
  content: "\e647";
}

.icon-bank:before {
  content: "\e648";
}

.icon-money-doc:before {
  content: "\e649";
}

.icon-abacus:before {
  content: "\e64a";
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
/*  margin-left: -15px;
  margin-right: -15px;*/
  *zoom: 1;
}
.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.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, .slider .slide-caption, .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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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, .slider .slide-caption, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8, .slider .slide-caption {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-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;
  }
}
body {
  position: relative;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #7d808c;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.site-header {
  position: relative;
  z-index: 99;
  line-height: normal;
}

.top-header {
  background: #292c35;
  color: #aaacb5;
  padding: 20px 0;
}
.top-header a {
  color: #aaacb5;
  text-decoration: none;
}

.member-navigation .fa {
  margin-right: 5px;
}
.member-navigation a {
  display: inline-block;
  margin-left: 20px;
}

.bottom-header {
  background: white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  *zoom: 1;
}
.bottom-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.bottom-header .branding {
  padding: 15px 0;
}
.bottom-header .branding {
  color: #152559;
  text-decoration: none;
}
.branding .site-title {
  color: #152559;
}
.branding .site-title span {
  font-size: 20px;
  color: #01a6d4;
}
.branding .site-description {
  color: #7d808c;
}
.branding {
  *zoom: 1;
}
.branding:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.branding img.logo-icon {
  float: left;
  margin-right: 10px;
}
.branding .site-title, .branding .site-description {
  display: table;
}
.branding .site-title {
  font-size: 1.5em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.branding .site-title a {
  color: #152559;
  text-decoration: none;
}
.branding .site-title a span {
  color: #01a6d4;
}
.branding .site-description {
  font-size: 20px;
  font-size: 1em;
  color: #01a6d4;
  margin: 0;
}

.main-navigation .menu-toggle {
  display: none;
  background: none;
  padding: 10px;
  margin-top: 10px;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu-toggle {
    display: block;
  }
}
.main-navigation .menu {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
.main-navigation .menu:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .main-navigation .menu {
    display: block !important;
  }
}
.main-navigation .menu .menu-item {
  float: left;
  padding: 0 20px;
}
.main-navigation .menu .menu-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu .menu-item {
    display: block;
    float: none;
  }
  .main-navigation .menu .menu-item a:after {
    display: none;
  }
}
.main-navigation .menu .menu-item a {
  padding: 30px 0;
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s ease;
          transition: .2s ease;
}
.main-navigation .menu .menu-item a:after {
  content: "|";
  position: absolute;
  right: -20px;
  font-weight: 100;
  color: #e4e4e4;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu .menu-item a {
    padding: 10px 20px;
  }
}
.main-navigation .menu .menu-item:first-child {
  border-left: none;
}
.main-navigation .menu .menu-item:last-child a {
  padding-right: 0;
}
.main-navigation .menu .menu-item:last-child a:after {
  display: none;
}
.main-navigation .menu .menu-item:hover a, .main-navigation .menu .menu-item.current-menu-item a {
  color: #01a6d4;
  border-bottom: 2px solid #01a6d4;
}

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

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

.alig-center {
  text-align: center;
}

hr {
  border: none;
  border-bottom: 1px solid #adafb8;
}

.list-fa {
  padding: 0;
  list-style: none;
}
.list-fa li {
  padding: 6px 0;
}
.list-fa li .fa {
  margin-right: 10px;
  color: #01a6d4;
}

.list-check {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.list-check li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.list-check li .fa {
  position: absolute;
  top: 7px;
  left: 0;
  color: #01a6d4;
}
.list-check li h3 {
  color: #01a6d4;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 5px;
}
.list-check li p {
  margin: 0;
}

.leading {
  font-size: 24px;
  font-size: 1.5em;
  color: #01a6d4;
  font-weight: 300;
}
.leading.muted {
  color: #adafb8;
}

.about-section h2 {
  color: #152559;
  font-size: 36px;
  font-size: 2.25em;
}

.inner-content {
  padding-top: 50px;
}

img.pull-left {
  margin-right: 30px;
}

img.pull-right {
  margin-left: 30px;
}

img.pull-left, img.pull-right {
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  img.pull-left, img.pull-right {
    float: none !important;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
}

hr {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
hr.spacer {
  border: none;
  padding: 20px;
}

.site-footer {
  background-color: #292c35;
  padding: 15px 0;
  color: #aaacb5;
  position: absolute;
  width: 100%;
}
.site-footer .copy {
  font-size: 12px;
  font-size: 0.75em;
}
.site-footer a {
  color: #aaacb5;
}
.site-footer .branding .site-title a, .site-footer .branding .site-title span {
  color: #aaacb5;
}
.site-footer .branding .site-title, .site-footer .branding .site-description {
  line-height: normal;
}
.site-footer .branding .site-description {
  color: #767982;
}
@media screen and (max-width: 480px) {
  .site-footer .branding {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .site-footer {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .footer-navigation {
    text-align: left;
  }
}
.footer-navigation a {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  line-height: 15px;
  border-left: 1px solid #767982;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.footer-navigation a:hover {
  color: #01a6d4;
}
.footer-navigation a:first-child {
  border-left: none;
}
.footer-navigation a:last-child {
  padding-right: 0;
}

.social-links {
  margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
  .social-links {
    text-align: left;
  }
}
.social-links a {
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #454851;
  color: #aaacb5;
  display: inline-block;
  border-radius: 50%;
  line-height: 35px;
  margin-left: 10px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.social-links a:hover {
  background-color: #5c606d;
}

.post {
  padding: 50px 0;
  border-bottom: 1px solid #ededed;
}
.post:first-child {
  padding-top: 0;
}
.post .entry-title {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
.post .entry-title a {
  color: #152559;
  text-decoration: none;
}
.post .featured-image {
  border-radius: 10px;
  overflow: hidden;
}
.post .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.post .entry-summary {
  margin: 20px 0;
}
.post .entry-summary p {
  margin: 0;
}

.pagination {
  padding: 30px 0;
  text-align: center;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #152559;
  margin: 0 0 10px;
  line-height: normal;
}

.widget {
  margin-bottom: 50px;
}
.widget .widget-title {
  font-size: 20px;
  font-size: 1.25em;
  color: #152559;
  margin-top: 0;
  margin-bottom: 30px;
}
.widget .posts {
  list-style: none;
  padding-left: 0;
}
.widget .posts li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e4e4e4;
}
.widget .posts .entry-title {
  margin: 0;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
  font-size: 1em;
}
.widget .posts .entry-title a {
  color: #01a6d4;
}
.widget .posts .date {
  font-size: 13px;
  font-size: 0.8125em;
}
.widget blockquote {
  font-size: 16px;
  font-size: 1em;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 30px;
}
.widget blockquote:before {
  content: " ";
  width: 21px;
  height: 22px;
  background: url(images/quote.png) no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.widget blockquote cite {
  font-weight: 500;
  font-style: normal;
}


.card {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 min-width:0;
 word-wrap:break-word;
 background-color:#fff;
 background-clip:border-box;
 border:1px solid rgba(0,0,0,.125);
 border-radius:.25rem
}
.card>hr {
 margin-right:0;
 margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child {
 border-top-left-radius:4px;
 border-top-left-radius:.25rem;
 border-top-right-radius:4px;
 border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
 border-bottom-right-radius:4px;
 border-bottom-right-radius:.25rem;
 border-bottom-left-radius:4px;
 border-bottom-left-radius:.25rem
}
.card-body {
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
/* padding:20px;*/
 padding-top: 1rem;
 padding-right: 1rem;
 padding-bottom: 1rem;
 padding-left: 1rem;
}
.card-title {
 margin-bottom:12px;
 margin-bottom:.75rem
}
.card-subtitle {
 margin-top:-6px;
 margin-top:-.375rem
}
.card-subtitle,
.card-text:last-child {
 margin-bottom:0
}
.card-link:hover {
 text-decoration:none
}
.card-link+.card-link {
 margin-left:20px;
 margin-left:1.25rem
}
.card-header {
 padding:12px 20px;
 padding:.5rem 1.25rem;
 margin-bottom:0;
 background-color:rgba(0,0,0,.03);
 border-bottom:1px solid rgba(0,0,0,.125)
}
/*.card-header:first-child {
 border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}*/
.card-header+.list-group .list-group-item:first-child {
 border-top:0
}
.card-footer {
 padding:12px 20px;
 padding:.75rem 1.25rem;
 background-color:rgba(0,0,0,.03);
 border-top:1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
 border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
 margin-bottom:-12px;
 margin-bottom:-.75rem;
 border-bottom:0
}
.card-header-pills,
.card-header-tabs {
 margin-right:-10px;
 margin-right:-.625rem;
 margin-left:-10px;
 margin-left:-.625rem
}
.card-img-overlay {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 padding:20px;
 padding:1.25rem
}
.card-img {
 width:100%;
 border-radius:calc(.25rem - 1px)
}
.card-img-top {
 width:100%;
 border-top-left-radius:calc(.25rem - 1px);
 border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
 width:100%;
 border-bottom-right-radius:calc(.25rem - 1px);
 border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.card-deck .card {
 margin-bottom:15px
}
@media (min-width:576px) {
 .card-deck {
  -webkit-box-orient:horizontal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  margin-right:-15px;
  margin-left:-15px
 }
 .card-deck,
 .card-deck .card {
  -webkit-box-direction:normal
 }
 .card-deck .card {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
  -ms-flex:1 0 0%;
  flex:1 0 0%;
  -webkit-box-orient:vertical;
  -ms-flex-direction:column;
  flex-direction:column;
  margin-right:15px;
  margin-bottom:0;
  margin-left:15px
 }
}
.card-group {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.card-group>.card {
 margin-bottom:15px
}
@media (min-width:576px) {
 .card-group {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap
 }
 .card-group>.card {
  -webkit-box-flex:1;
  -ms-flex:1 0 0%;
  flex:1 0 0%;
  margin-bottom:0
 }
 .card-group>.card+.card {
  margin-left:0;
  border-left:0
 }
 .card-group>.card:not(:last-child) {
  border-top-right-radius:0;
  border-bottom-right-radius:0
 }
 .card-group>.card:not(:last-child) .card-header,
 .card-group>.card:not(:last-child) .card-img-top {
  border-top-right-radius:0
 }
 .card-group>.card:not(:last-child) .card-footer,
 .card-group>.card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius:0
 }
 .card-group>.card:not(:first-child) {
  border-top-left-radius:0;
  border-bottom-left-radius:0
 }
 .card-group>.card:not(:first-child) .card-header,
 .card-group>.card:not(:first-child) .card-img-top {
  border-top-left-radius:0
 }
 .card-group>.card:not(:first-child) .card-footer,
 .card-group>.card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius:0
 }
}
.card-columns .card {
 margin-bottom:12px;
 margin-bottom:.75rem
}
@media (min-width:576px) {
 .card-columns {
  -webkit-column-count:3;
  column-count:3;
  -webkit-column-gap:1.25rem;
  column-gap:1.25rem;
  orphans:1;
  widows:1
 }
 .card-columns .card {
  display:inline-block;
  width:100%
 }
}
.accordion>.card {
 overflow:hidden
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
 border-radius:0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
 border-bottom:0;
 border-radius:0
}
.accordion>.card:first-of-type {
 border-bottom:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.accordion>.card:last-of-type {
 border-top-left-radius:0;
 border-top-right-radius:0
}
.accordion>.card .card-header {
 margin-bottom:-1px
}

