/*
Theme Name: Assemblies Unlimited 2017
Description: Assemblies Unlimited 2017 Theme
Version: 1.0
Author: Dario Zadro
Author URI: http://zadroweb.com
Tags: zadro web, assemblies unlimited
*/

/* site global styles */
html,
body {font-family: 'Open Sans', sans-serif;height: 100%;width: 100%;background-color: white; color: #5b5a5a; -webkit-font-smoothing: antialiased;}
h1, h2, h3, h4, h5, h6 {color:#263e4e;font-weight:600;text-transform: uppercase;}
p {font-size: 15px;line-height: 1.8;margin-bottom: 20px;}
hr.small {border-color: #5fa3d6;border-width: 3px;max-width: 100px;}
hr.small.wide {max-width: 200px;}
hr.small.left {margin-left: 0;text-align: left;}
.img-center {margin:0 auto;display:block;}
section,
.section {padding-top:80px;padding-bottom:80px;}
.section-dark {background-color:#f6f6f6;border-top:2px solid #e2e2e2;border-bottom:2px solid #e2e2e2;}
.section-dark.no-border {border-bottom: 0;}
.section-title {margin-top:0;margin-bottom:30px;}
.section-title.home {font-size:24px;}
.section-title.map {font-size:24px;display:block;}

.mt-0 {margin-top:0;}
.mt-5 {margin-top:2em;}

::-moz-selection {color: white;text-shadow: none;background: #5fa3d6;}
::selection {color: white;text-shadow: none;background: #5fa3d6;}
img::selection {color: white;background: transparent;}
img::-moz-selection {color: white;background: transparent;}
body {webkit-tap-highlight-color: #5fa3d6;}

.visible-mobile {display:inline-block;}
@media (min-width: 768px) {
  .visible-mobile {display:none;}
}

.btn {text-transform: uppercase;}
.btn-primary {background-color: #5fa3d6;border-color: #5fa3d6;}
.btn-xl {padding:15px 20px;font-size:22px;}
.btn-about {margin-bottom: 15px;}
@media (min-width: 768px) {
  .btn-about {float: right;}
}
.btn-blog {margin-bottom:20px;}

.btn-file {position: relative;overflow: hidden;}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


@media (max-width: 767px) {
  .btn-phone {
    background: #fbd568;
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(255,176,71,0.8);
    border: 1px solid #ffb347;
    color: white!important;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 19px;
    border-radius: 4px;
  }
  .btn-phone:hover {
    background: #fbd568;
    background: -moz-linear-gradient(#ffb347, #fbd568);
    background: -ms-linear-gradient(#ffb347, #fbd568);
    background: -o-linear-gradient(#ffb347, #fbd568);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb347), to(#fbd568));
    background: -webkit-linear-gradient(#ffb347, #fbd568);
    background: linear-gradient(#ffb347, #fbd568);
  }
  .btn-phone .fa {vertical-align: middle;}
}

/* fix webtrax thomasnet image */
img[name=pphLoggerImage] {overflow:hidden;display:block;height:1px;margin-top:-1px;}

/* navbar */
/*.navbar-fixed-top {top:170px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}*/
.navbar-default {
  background: #263e4e;
  background: -moz-linear-gradient(#2274aa, ##263e4e);
  background: -ms-linear-gradient(#2274aa, ##263e4e);
  background: -o-linear-gradient(#2274aa, ##263e4e);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#263e4e), to(#263e4e));
  background: -webkit-linear-gradient(#2274aa, ##263e4e);
  background: linear-gradient(#2274aa, #263e4e);
  border-radius:0;border:none;margin:0;
  border-top: 1px solid #0a4369;
}
.navbar-default .navbar-collapse {border-color:rgba(255, 255, 255, 0.02);}
.navbar-default .navbar-toggle {background-color:#5fa3d6;border:none;}
.navbar-default .navbar-toggle .icon-bar {background-color:white;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color:#5fa3d6;}
.navbar-default .navbar-nav li a {
  font-weight: 500;
  color: white;
  font-size:15px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {color: #8bcaf9;outline: none;}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {color:white;background-color:#5fa3d6;}
.navbar-default .nav .menu-item-has-children:hover .dropdown-menu {
  display:block;
  visibility:visible;
  border-radius:4px;
  padding:10px 0;
  margin-bottom:10px;
  font-size:13px;
  background-color: #ffffff;
}
.navbar-default .nav .menu-item-has-children .dropdown-menu a {color:#203669;font-weight:400;padding-bottom:8px;border-bottom:1px solid #eee;padding-top:8px;text-transform: none;}
.navbar-default .nav .menu-item-has-children .dropdown-menu li:last-child a {border:none;}
.navbar-default .nav .menu-item-has-children .active > a,
.navbar-default .nav .menu-item-has-children .dropdown-menu a:hover {background-color:#5fa3d6;color:white;}

.navbar-default .navbar-nav .current_page_item > a,
.navbar-default .navbar-nav .current-menu-ancestor a,
.navbar-default .navbar-nav .current_page_parent > a {color:#8bcaf9;}
.navbar-default .navbar-nav .current_page_item > a:hover,
.navbar-default .navbar-nav .current_page_parent > a:hover {color:#5ab0f1;}

#bar .nav-hide {display: inline-block;}
#bar {background-color: #f5f5f5;line-height:40px;}
#bar .links,
#brand .phone {margin:0;}
#bar .links li {padding-right:5px;}
#bar .links li a {padding-right:10px;border-right:1px solid #cdcdcd;}
#bar .links li:last-child a {border:none;}

@media (min-width: 768px) {
  .navbar-default {
    margin: 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-default .navbar-collapse {text-align:center;padding:0;}
  .navbar-default .navbar-nav {float:none;margin:0 auto;display:table;table-layout:fixed;} /* center aligned nav */
  .navbar-default .nav-hide {display: none;}
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li a {padding:26px 12px;}
  .dropdown-menu:before {
    content:"";
    border-bottom: 13px solid #ffffff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    top: -11px;
    left: 38px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .navbar-default .nav .dropdown-menu a {color:#e6e6e6!important;font-weight:600!important;border:none!important;}
  .navbar-default .nav .dropdown-menu a:hover {color:#5fa3d6!important;background:none!important;}
  .navbar-default .nav .menu-item-has-children:hover .dropdown-menu {position:relative;width:100%;background:none;border:none;-webkit-box-shadow: none;box-shadow: none;padding-top:0;padding-bottom:0;}
  #bar .nav-hide {display: none;}
  #bar .links li {padding-right:3px;}
  #bar .links li a {padding-right:7px;}
}
@media (min-width : 1200px) {
  .navbar-default .nav-hide {display: inline-block;}
}


@media (min-width: 768px) and (max-width : 991px) {
  .navbar-default .navbar-nav li a {font-size:14px;padding-right:9px;padding-left:9px;}
  .navbar-default .navbar-nav li a .caret {display: none;}
}




#bar .links a {color:#909090;font-size:12px;text-transform:uppercase;}
#brand .phone {font-size:22px;font-weight:bold;margin-bottom:20px;text-align:center;}
#brand .phone li {color:#5fa3d6;padding-right:0;margin-bottom:8px;display:block;}
#brand .phone a {color:#263e4e;text-decoration: none;}

#brand .logo {margin-top:20px;margin-bottom:20px;display:block;}
#brand .logo img {margin:0 auto;display:block;}
#brand #searchform .input-group {max-width: 320px;float:right;margin-top:10px;}

@media (min-width: 768px) {
  #brand .phone,
  #bar .links,
  #brand #searchform .input-group {float:right;}
  #brand .phone {margin-top:25px;margin-bottom:0;}
  #brand .phone li {margin-bottom:0;display:inline-block;}
  #brand .logo {margin-top:40px;margin-bottom:40px;}
  #brand .logo img {margin:0;}
}

#hero {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('assets/img/assemblies-unlimited-contract-packaging-services.jpg');
  text-align: center;
  color: white;
  border-bottom:2px solid #5fa3d6;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
#hero .hero-message {background: rgba(40,40,40,0.7);padding:7px 15px;border-radius: 6px;display:inline-block;margin-bottom:30px;}
#hero .hero-content {position: relative;text-align: center;padding:80px 15px;width: 100%;}
#hero .hero-title {font-size:30px;color:white;}
#hero .hero-title span {/*background-color:#5fa3d6;padding:10px 15px;border-radius:4px;*/}

@media (min-width: 768px) {
  #hero .hero-content {padding:220px 15px 200px 15px;}
  #hero .hero-title {font-size: 36px;}
  #hero .hero-lead {font-size: 18px;}
}


#carousel-wrapper {}
#carousel-wrapper h2 {color:#fff;}
#carousel-main .carousel-inner.carousel-caption {position: static;text-align: left;}
#carousel-main .carousel-inner .item {width: 100%;max-height: 650px;vertical-align: middle;}
#carousel-main .carousel-inner .item img {width: 100%;}
#carousel-main .carousel .carousel-indicators {bottom: 0px !important;}
#carousel-main .carousel .carousel-indicators li {margin: 0 2px;background-color: #fff;border-color: #fff;}
#carousel-main .carousel .carousel-indicators li.active {background-color: #d6881e;border-color: #d6881e;}

@media (min-width: 768px) {
  #carousel-wrapper h2 {margin-bottom:80px;font-size:35px;}
}
@media (min-width: 992px) {
    #carousel-wrapper h2 {margin-bottom:150px;font-size:45px;}
}
@media (min-width: 1200px) {
    #carousel-wrapper h2 {margin-bottom:200px;font-size:65px;}
}




/* homepage */
#services {text-align: center;}
#services .title {font-size:18px;}
#services .panel-body img {border:1px solid white;}
#services .panel-body img:hover {border:1px solid white;}
@media (min-width: 768px) {
    #services .panel-message {min-height: 240px;}
}
@media (min-width: 992px) {
    #services .panel-message {min-height: 400px;}
}
@media (min-width: 1200px) {
    #services .panel-message {min-height: 300px;}
}

/* logo slider */
#logos {background-color:#c3def3;padding-top:15px;padding-bottom:15px;}
#logos .logos-heading {text-transform: uppercase;margin-top:0;margin-bottom:9px;text-align: center;font-size: 14px;color:#07538e;}
#logos .logos-heading span {
  position: relative;
  display: inline-block;
  margin: 0;
}
#logos .logos-heading span:after,
#logos .logos-heading span:before {
  content: '';
  width: 50px;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #07538e;
}
#logos .logos-heading span:before {
  left: 0;
  transform: translate(-120%, -50%);
}
#logos .logos-heading span:after {
  right: 0;
  transform: translate(120%, -50%);
}
#slide-clients {border-radius:6px;border:2px solid #07538e;padding:2px 0;background-color:white;}
#slide-clients .clientrule {
    background-image: url(assets/img/clients/clients-rule.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 11px;
}


/* lead form */
/*#lead-form.fixed {position:fixed;top:50px;z-index:1000;}*/
#lead-form .form-group {margin-bottom:10px;}
#lead-form .control-label {font-size: 12px;margin-bottom:3px;}
#lead-form {
  position: relative;
  background: #e8f4fc;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:0 20px;
}
#lead-form .lead-heading {
  font-size: 24px;
  text-transform: uppercase;
  margin-left:-20px;
  margin-right:-20px;
  margin-bottom:10px;
  border-bottom: 1px solid #EBE6E2;
  box-shadow: 0 1px 0 rgba(255,255,255,0.8);
  background: #263e4e;
  background: -moz-linear-gradient(#2274aa, ##263e4e);
  background: -ms-linear-gradient(#2274aa, ##263e4e);
  background: -o-linear-gradient(#2274aa, ##263e4e);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#263e4e), to(#263e4e));
  background: -webkit-linear-gradient(#2274aa, ##263e4e);
  background: linear-gradient(#2274aa, #263e4e);
  border: 1px solid #0a4369;
  color: white;
  padding:20px;
  position:relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  text-align:center;
}
#lead-form .lead-heading span {
  font-size:14px;
  display: block;
  color: #87cdfb;
  text-shadow: none;
}
#lead-form .lead-message {font-weight:bold;font-size:16px;text-transform: uppercase;text-align: center;}
#lead-form .lead-secure {font-size:12px;margin:5px auto;}
#lead-form .lead-bottom {
  clear:both;
  margin-top:15px;
  background: #263e4e;
  background: -moz-linear-gradient(#2274aa, ##263e4e);
  background: -ms-linear-gradient(#2274aa, ##263e4e);
  background: -o-linear-gradient(#2274aa, ##263e4e);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#263e4e), to(#263e4e));
  background: -webkit-linear-gradient(#2274aa, ##263e4e);
  background: linear-gradient(#2274aa, #263e4e);
  border: 1px solid #0a4369;
  height:10px;
  -webkit-border-radius:  0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-left:-20px;
  margin-right:-20px;
}
#lead-form .error-message {margin-top:10px;}
.btn-lead {
  background: #fbd568;
  background: -moz-linear-gradient(#fbd568, #ffb347);
  background: -ms-linear-gradient(#fbd568, #ffb347);
  background: -o-linear-gradient(#fbd568, #ffb347);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
  background: -webkit-linear-gradient(#fbd568, #ffb347);
  background: linear-gradient(#fbd568, #ffb347);
  font-weight: bold;
  text-shadow: 0 2px 0 rgba(255,176,71,0.8);
  border: 1px solid #ffb347;
}
.btn-lead:hover {
  background: #fbd568;
  background: -moz-linear-gradient(#ffb347, #fbd568);
  background: -ms-linear-gradient(#ffb347, #fbd568);
  background: -o-linear-gradient(#ffb347, #fbd568);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb347), to(#fbd568));
  background: -webkit-linear-gradient(#ffb347, #fbd568);
  background: linear-gradient(#ffb347, #fbd568);
}
.btn-lead .fa {vertical-align: middle;}


/* thak you page */
.thanks-form {
  border: 4px solid #5CA3D7;
  padding:20px;
  padding-bottom:10px;
}
.thanks-form-right{
  padding:10px;
  margin-top:15px;
  border:4px solid #858C95;
  background-color:#6d747e;
}
.thanks-form-bottom{
  color: #999999;
  font-size: 10px;
  font-family:Verdana, Geneva, sans-serif;
  margin-top:30px;
}


/* interactive map */
#map-container { position:relative; margin:0 auto; max-width:770px; }
#map-container .map-legend {position: absolute;bottom:0;z-index:100;text-transform: uppercase;font-style: italic;font-weight: bold;font-size: 12px;}
#map-container .map-legend li {line-height: 20px;}
#map-container .map-legend .fa {font-size: 17px;vertical-align: middle;}
#map-container .map-img { width:100%; max-width:100%; display:inline-block; vertical-align:middle; z-index:10; position:relative;}

#map-container .marker-title {margin-top:0;font-size:15px;}
#map-container .marker-popover { position: absolute; left: 50%; width: 230px;  bottom: 100%; padding-bottom: 8px; opacity:0; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transition:opacity ease-in-out 0.3s; -moz-transition:opacity ease-in-out 0.3s; -ms-transition:opacity ease-in-out 0.3s; -webkit-transition:opacity ease-in-out 0.3s;  }
#map-container .marker-popover strong { margin-bottom:5px; display:block; text-transform: uppercase;font-size: 11px;} 
#map-container .marker-popover p { margin-bottom:10px; color:#666;line-height:1.5;font-size: 12px;}

#map-container .popover-inner { background: #fff; padding: 8px 12px; font-size:12px; line-height:1.4; border-radius: 3px; position:relative; box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25); -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25); -ms-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25); -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);}
#map-container .popover-inner:after,
#map-container .popover-inner:before { position:absolute; left:50%; display:inline-block; content:""; border-style:solid; width:0; height:0; border-color:transparent; }
#map-container .popover-inner:after { border-width:12px 12px 0 12px; border-top-color:rgba(0,0,0,0.4); bottom:-11px; margin-left:-11px; z-index:1;}
#map-container .popover-inner:before { border-width:11px 11px 0 11px; border-top-color:#fff; bottom:-10px; margin-left:-10px; z-index:5;}

#map-container .marker-wrap { position:absolute; z-index:100; overflow:hidden; transform:translate(-50%,-100%); border-radius:3px 3px 0 0;}
#map-container .marker-wrap.regional {z-index: 101;}
#map-container .marker-wrap:hover { overflow:visible;z-index:1000;}
#map-container .marker-wrap:hover .marker-popover { opacity:1; }
#map-container .marker-wrap .fa {cursor:pointer; display:inline-block; vertical-align:middle; font-size:23px; color:#1d7cc3; transform-origin: bottom center;}
#map-container .marker-wrap .fa.fa-star {color: #0d588f;}
#map-container .marker-wrap .fa.small {font-size:22px;}
#map-container .marker-wrap .fa.tiny {font-size:15px;}
#map-container .atlanta    { top: 68.3%; left: 74%;}
#map-container .tampa    { top: 88.8%; left: 79%;}
#map-container .winston-salem    { top: 58.3%; left: 84.5%;}
#map-container .cleveland    { top: 38.8%; left: 76.7%; }
#map-container .chicago    { top: 37.3%; left: 65.8%; }
#map-container .bloomingdale    { top: 40%; left: 65%; }
#map-container .mundelein { top: 37.4%; left: 64.3%; }
#map-container .laporte   { top: 39.4%; left: 68.2%; }
#map-container .merrillville   { top: 44%; left: 68%; }
#map-container .arlington     { top: 74%; left: 50%;}
#map-container .fortWorth     { top: 73.2%; left: 48%;}
#map-container .houston    { top: 85%; left: 52.5%; }
#map-container .paris    { top: 71%; left: 51.6%; }
#map-container .harrisonburg   { top: 49%; left: 83.4%; }
#map-container .indio   { top: 58.7%; left: 11%; }
#map-container .fontana   { top: 57.5%; left: 9.3%; }
#map-container .saltlake   { top: 37.5%; left: 22.7%; }
#map-container .milwaukee    { top: 33.0%; left: 65%; }
#map-container .cranford { top: 38.5%; left: 89.3%; }
#map-container .edison { top: 42.4%; left: 90.1%; }
#map-container .sanDiego     { top: 64.2%; left: 9%; }
#map-container .losAngeles    { top: 58%; left: 6.7%; }
#map-container .irvine    { top: 61%; left: 8.3%; }
#map-container .ontario    { top: 54%; left: 8.8%; }
#map-container .nogales    { top: 77%; left: 20.8%;}
#map-container .tijuana    { top: 68.7%; left: 10.7%; }
#map-container .randolph { top: 34%; left: 89.4%; }
#map-container .brooklyn { top: 36.3%; left: 90.8%; }
#map-container .garden-city { top: 36.5%; left: 92.4%; }
#map-container .milford { top: 34.3%; left: 87.2%; }

@media screen and (max-width:991px){
  #map-container .marker-popover {width: 210px;}
  #map-container .marker-title {font-size:13px;}
  #map-container .marker-popover p {line-height:1.3;font-size: 10px;}
  #map-container .marker-popover.popoverLeft { transform:translateX(-15%);}
  #map-container .marker-popover.popoverRight { transform:translateX(-85%);}
  #map-container .marker-popover.popoverLeft .popover-inner:before,
  #map-container .marker-popover.popoverLeft .popover-inner:after { left:15%; }
  #map-container .marker-popover.popoverRight .popover-inner:before,
  #map-container .marker-popover.popoverRight .popover-inner:after { left:85%; }
}
@media screen and (max-width:767px){
  #map-container .marker-wrap .fa,
  #map-container .marker-wrap .fa.small,
  #map-container .marker-wrap .fa.tiny { font-size:4vw;}
  #map-container .marker-wrap .fa,
  #map-container .marker-wrap .fa.small,
  #map-container .marker-wrap .fa.tiny { margin-top:9px;}
}


#map-regions {text-align: center;margin-top:40px;}
#map-regions .region-title {border-top:7px solid #ddd;padding-top:15px;}

#map-regions .region-title.western {border-color:#f1d189;}
#map-regions .region-title.central {border-color:#8dd1f4;}
#map-regions .region-title.eastern {border-color:#ecbad7;}
#map-regions ul {margin-top: 25px;}
#map-regions li {margin-bottom:8px;font-size:16px;}

#map-regions .region-phone > a {color:inherit;text-decoration: none;}

.team-heading {border-bottom:1px solid #efefef;padding-bottom:15px;font-size:23px;margin-top:30px;}
.team-member {margin-top:30px;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #efefef;}
.team-member.omega {margin-bottom: 0;}
.team-member img {margin: 0 auto;border: 6px solid #cfcfcf;}
.team-member h3 {margin:0;}
.team-member p {margin-top:0;font-size:14px;line-height:1.5;}
.team-member .title {margin-bottom:20px;}

/* pdf callout */
.pdf-callout {background:#fffdc7;border:2px solid #e0bb3e;padding:15px;margin:20px 0;max-width:100%;font-weight:bold;text-align:center;font-size:1.6em;}
.pdf-callout img {margin-right: 20px;}
.pdf-callout a {margin:0;padding:0;}
.pdf-callout.callout-green {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #488c0f;
}
.pdf-callout.callout-green a {
  animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #3c763d;    }
    49%{    color: #3c763d; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #3c763d;    }
}


.ytclip .yt-heading {margin-top:60px;}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* content */
.entry > p {}
.entry-title {margin-top:0;margin-bottom:25px;text-transform:none;}
.entry h2,
.entry h3,
.entry h4 {text-transform:none;}
.page-title {text-transform: uppercase;}
.entry li {margin-bottom: 7px;font-size: 15px;line-height: 1.8;}
.entry.reviews > p {font-size: 17px;}



/* sidebar */
#sidebar ul {list-style: none;padding: 0;margin: 0;}
#sidebar ul ul {list-style: none;}
#sidebar ul ul li {margin-bottom: 10px;}
#sidebar ul ul li:last-child {margin-bottom:0;}

.rpwwt-widget .rpwwt-post-title {}
.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em;padding-bottom:5px;}
.rpwwt-widget ul li:last-child { margin-bottom: 0; padding-bottom:0;}
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0;}
#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 50px; height: 50px;vertical-align: middle; }

/* blog comments */
#blog #comments-container {margin-top: 60px;}
#comments-container ul {list-style:none;}
#comments-container .children {}
#comments-container #comments {}
#comments-container .media-object {margin-top: 5px;}
#comments-container .media-body {padding: 5px;}
.comment-date {margin-bottom: 10px;display: block;}
#blog #respond {margin-top: 30px;}
#blog .form-group {margin-bottom: 25px;}
#blog .form-group input,
#blog .form-group textarea {padding: 10px;}
#blog .form-group input.form-control {height: auto;}
#blog .form-group textarea.form-control {height: 126px;}
#blog .text-danger {color: #e74c3c;}

/* Aligns and Captions */
.aligncenter {margin-left: auto; margin-right: auto; text-align: center;}
.post img.alignleft,
.post img.alignright,
.post img.aligncenter,
.wp-caption {
  padding:4px;
  border:1px solid #eee;
}
.alignleft {float: left; }
img.alignleft,
.wp-caption.alignleft {margin: 10px 25px 15px 0;}
.alignright {float: right; }
img.alignright,
.wp-caption.alignright {margin: 10px 0 15px 25px;}
.wp-caption.aligncenter,
img.aligncenter {
  margin-top:25px;
  margin-bottom:25px;
}
.wp-caption {text-align:center;max-width:100%;}
.wp-caption-text {padding-top:7px;padding-bottom:4px;font-size: 0.9em!important;}


.map-row {margin-bottom:20px;line-height: 1.5;}

/* related post plugin */
.wp_rp_wrap {margin: 40px 0;}
.wp_rp_wrap .related_post_title {clear: both;padding: 0;margin: 0;}
.wp_rp_content {display: inline-block;}
.wp_rp_footer {text-align: right;overflow: hidden;}
.wp_rp_footer a {color: #999;font-size: 11px;text-decoration: none;display: inline-block;}
.wp_rp_footer .wp_rp_edit {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
  background: #f79124;
  border-radius: 2px;
  padding: 3px 6px;
}
.related_post {display: inline-block;position: relative;margin: 0;padding: 0;}
.related_post li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 130px;
  margin: 10px 10px 10px 0px;
  padding: 0;
  background: none;
}
.related_post li a {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.6em;
  text-decoration: none;
  margin-bottom: 5px;
  text-indent: 0;
}
.related_post li img {
  display: block;
  width: 130px;
  height: 130px;
  max-width: 100%;
  margin: 0;
  background: none;
  border: none;
  border-radius: 3px;
  padding:4px;
  border:1px solid #eee;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.related_post li img:hover {border:1px solid #263e4e;}
.related_post li a img.wp_rp_santa_hat {display: none;}
.related_post li small {font-size: 80%;}

@media screen and (max-width: 480px) {
  .related_post li {display: inline-block;width: 130px;clear: both;}
  .related_post li a:nth-child(1) {float: left;}
  .related_post li a:nth-child(2) {font-size: 14px;}
}
@media (max-width: 1199px) { .related_post li:nth-child(5) {display: none;} }

/* Review Page */
.review-link-wrapper {
  margin: 45px 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.review-link-wrapper .review-link {list-style: none;margin-right: 10px}
.review-link-wrapper .review-link>a {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 75px;
  height: 64px;
  border-radius: 3px;
  background-color: #244B5A;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.review-link-wrapper .review-link>a.google {background-color: #dd4b39}
.review-link-wrapper .review-link>a.google:hover {background-color: #e47365}
.review-link-wrapper .review-link>a.yelp {background-color: #c41200}
.review-link-wrapper .review-link>a.yelp:hover {background-color: #f71700}
.review-link-wrapper .review-link>a.facebook {background-color: #3b5998}
.review-link-wrapper .review-link>a.facebook:hover {background-color: #4c70ba}
.review-link-wrapper .review-link>a.trustpilot {background-color: #00b67a}
.review-link-wrapper .review-link>a.trustpilot:hover {background-color: #009d69}


.review-link-wrapper .review-link>a.clutch {background-color: #17313b}
.review-link-wrapper .review-link>a.clutch .review-icon {width: 30px;max-height: 35px;}
.review-link-wrapper .review-link>a.clutch .review-icon>svg {max-width: 30px}
.review-link-wrapper .review-link>a.clutch .review-icon>svg .cls-1 {fill: #fff}
.review-link-wrapper .review-link>a.clutch .review-icon>svg .cls-2 {fill: #fff}
.review-link-wrapper .review-link>a.clutch:hover {background-color: #254f60}

.review-link-wrapper .review-link>a .review-icon {-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;color: #fff;font-size: 2.10em;}
.review-link-wrapper .review-link:last-child {margin-right: 0;}

/* Testimonials */
#testimonials {padding: 40px 0;}
#testimonials blockquote,
#testimonials-quote blockquote {
  padding: 25px;
  margin: 0;
  border: none;
  min-height: 230px;
}
#testimonials .fa-fw,
#testimonials-quote .fa-fw {margin:7px;}
@media (max-width: 480px) {
  #testimonials-quote blockquote {}
}

.block-testimonial {margin-top: 60px;}
.block-testimonial .lead {margin-bottom:10px;}
.block-testimonial cite {font-size:15px;}
.block-testimonial .fa-star {color: #eac53d;margin-bottom:10px;margin-right:3px;font-size:20px;}

#panel-testimonial {
  margin-top: 60px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
#panel-testimonial .panel-footer span:before {content: '\2014 \00A0';}

.testimonial-container {padding-bottom: 20px;}
.testimonial-container:first-child {margin-top: 0;}
.testimonial-container:first-child:before {display: none;}

.testimonial-grid {
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top:0;
  padding-bottom: 0;
}
.testimonial-grid .testimonial-container {
  width: 46%;
  margin: 0 2% 4.5%;
  padding: 25px 50px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.testimonial-grid .testimonial-container:before {display: none};
.testimonial-grid .testimonial-container:after {top: -20px;}

@media (max-width: 768px) {
 .testimonial-grid .testimonial-container {
    width: 100%;
    margin-bottom: 75px;
    padding: 30px 20px;
  }
}

.testimonial-container {position: relative;}
.testimonial-container .testimonial {text-align: center;}
.testimonial-container .testimonial blockquote {border-left:none;}
.testimonial-container .testimonial .testimonial-quote {padding: 0;margin-bottom: 0;position: relative;background-color: transparent;}
.testimonial-container .testimonial .testimonial-quote > p {line-height: 1.5;font-size: 15px!important;}
.testimonial-container .testimonial .testimonial-quote small {margin-top: 10px;white-space: normal;display: inline-block;}

.testimonial-container:after {
  content: "\f10d";
  font-size: 30px;
  font-family:'FontAwesome';
  width: 39px;
  height: 28px;
  position: absolute;
  color: #5fa3d6;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 480px) {
    .testimonial-container:before {
    width: 85%
  }
}

/* footer */
footer {color:#c9c8c8;background-color: #2e383f;padding:50px 0 10px 0;font-size:13px;border-top:2px solid #5fa3d6;border-bottom:2px solid #5a6269;}
footer .col-md-3 {margin-bottom:30px;}
footer p {font-size:13px;}
footer .heading {color:white;text-transform:uppercase;margin-top:0;margin-bottom:15px;}
footer .list-unstyled li {margin-bottom:8px;}
footer a {color:#c9c8c8;}
footer a:hover {color:white;text-decoration: none;}
footer .logos {}
footer .logos li {margin-bottom:17px;}
footer .logos li:last-child {margin-bottom:0;}
footer .logos a {opacity: 0.8;}
footer .logos a:hover {opacity: 1;}
.footer.copyright {color:#ccc;background-color: #454e55;padding-top:30px;padding-bottom:30px;line-height:1.5;font-size:12px;}
.footer .site-by {text-align: left;margin-top:20px;}
#contact-details {margin-bottom:16px;}
#contact-details .phone {font-size:20px;color:#5fa3d6;padding-top:7px;padding-bottom:7px;display:block;}
#contact-details .fa {color:#5fa3d6;margin-right:10px;}

@media (min-width: 768px) {
  .footer .site-by {text-align: right;margin-top:0;}
}

footer .footer-nav li:before{
  margin-right: 6px;
  margin-bottom: -3px;
  display:inline-block;
  font-style:normal;
  font-weight:normal;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family: FontAwesome;
  content: "\f054";
}

#back-top a {
  position: fixed;
  bottom: 26px;
  right: 26px;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  padding: 7px;
  border-radius: 4px;
  text-align: center;
  z-index: 1001;
}
#back-top a:hover {background-color: rgba(0, 0, 0, 0.7);}
#back-top a i {font-size: 3em;}

.social-buttons {margin-bottom:23px;margin-top:23px;}
.social-buttons li {padding-left: 0;}
.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  font-size: 15px;
  line-height: 30px;
  color: white;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.social-buttons li a.footer-twitter:hover {background-color: #59adeb;}
.social-buttons li a.footer-googleplus:hover {background-color: #d34836;}
.social-buttons li a.footer-facebook:hover {background-color: #3b5998;}
.social-buttons li a.footer-linkedin:hover {background-color: #007bb6;}
.social-buttons li a.footer-instagram:hover {background-color: #004879;}
.social-buttons li a.footer-youtube:hover {background-color: #e32524;}
.button-pdf {margin-bottom:15px;min-width: 200px;text-align: left;}
.button-pdf .fa {vertical-align: middle;}
.tn-badge__link {margin-top:20px;display: block;}

/* social sharing */
.share {list-style:none;margin:0;padding:0;}
.share li {margin:0 7px 0 0;display:inline-block;width:58px;vertical-align:middle;}
.share li.gplus {width:50px;}
.share .twitter {position:relative;margin-top:40px;}
.share .horizontal {width:80px;height:25px;}
.share .fb, .share .horizontal.fb {float:left;}
.share .horizontal.fb {width:80px;}
.share .horizontal.twitter {width:97px;margin-top:0;}
.share .horizontal.gplus {width:65px;}
.share .horizontal.linkedin {width:115px;}
.share.share-tall {margin-top: 30px;margin-bottom:20px;}

.countbubble,
.countbubble-tall {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-color:#bbb;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #CCCCCC solid 1px;
  text-align: center;
}
.countbubble {left:66px;top:0;height:20px;padding:2px 3px;min-width:20px;}
.countbubble-tall {left:0;right:0;top:-40px;padding:6px 3px;}
.countbubble:after,
.countbubble-tall:after,
.countbubble:before,
.countbubble-tall:before {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -4px;
}
.countbubble:after {border-width:4px 4px 4px 0;border-color:transparent #FFFFFF;left:-4px;top:50%;}
.countbubble-tall:after {border-width:4px 4px 0 4px;border-color:#fff transparent transparent;left:24px;bottom:-4px;}
.countbubble:before {border-width:4px 4px 4px 0;border-color:transparent #CCCCCC;display: block;left:-5px;top:50%;}
.countbubble-tall:before {border-width:4px 4px 0 4px;border-color:#ccc transparent transparent;left:24px;bottom:-5px;}





/*
.custom-select {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: none \9;
  padding-right: 12px \9;
}
.custom-select:focus {
  border-color: #1ca8dd;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 168, 221, 0.6);
}
.custom-select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.custom-select::-ms-expand{
    display: none;
}
.custom-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}
*/



.custom-select {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: none \9;
  padding-right: 12px \9;
}
.custom-select:focus {
  border-color: #1ca8dd;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(28, 168, 221, 0.6);
}
.custom-select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.custom-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}
.custom-control > label {
  padding-left: 25px;
  font-weight: normal;
}
.custom-control.radio-inline,
.custom-control.checkbox-inline {
  padding-left: 25px;
}
.custom-control.radio-inline > label,
.custom-control.checkbox-inline > label {
  padding-left: 0;
}
.custom-control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}
.custom-control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-control-indicator.has-error {border-color: #e64759;}
/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  background-color: #ccc;
}
*/
/* Focus */
.custom-control input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
/* Checked state */
.custom-control input:checked ~ .custom-control-indicator {
  background-color: #1ca8dd;
  border-color: #1ca8dd;
  box-shadow: none;
}
/* Active */
.custom-control input:active ~ .custom-control-indicator {
  background-color: #5bc3ea;
  border-color: #5bc3ea;
  box-shadow: none;
}
.custom-control input:disabled ~ .custom-control-indicator {
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  cursor: not-allowed;
}
/* Checkbox modifiers */
.form-horizontal .custom-control-indicator {
  margin-top: 6px;
}
.custom-checkbox .custom-control-indicator {
  border-radius: .33rem;
}
.custom-checkbox input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
/* Radio modifiers */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
/* Alternately, use another character */
.custom-control-x input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}
.custom-control-dash input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}
.custom-controls-inline .custom-control + .custom-control {
  margin-left: 20px;
}
.custom-control-stacked .custom-control:after {
  display: block;
  content: "";
}
.radio-inline,
.checkbox-inline {
  position: relative;
}
.radio-inline label,
.checkbox-inline label {
  margin-bottom: 0;
  cursor: pointer;
}
.form-control {
  transition: none;
}
.form-control:focus {
  color: #000000;
  background-color: #fff;
  box-shadow: none;
}




