/*
 * Default Styling for the Site and Bootstrap overrides.
 *
 * CSS Hierarchy:
 *  - font.css
 *  - page.css
 *  - header.css
 *  - node.css
 *  - footer.css
 *  - form.css
 * 	- block.css
 *  - views.css
 *  - jplayer.css
 */

/* ON AIR KEYWORD/PROMO CODE SEARCH
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #444;
}

h1 {
  color: #4693B9;
}

h3 .extended-text {
  color: #777;
  font-weight: normal;
}

p {
  margin: 0 0 15px;
  line-height: 1.7em;
}

.hideme {
  display: none;
}

/*
 * Make the close icon show up for the Giving API frame.
 */
#kcm-giving-outer-container .icon-remove {
    color: inherit !important;
}

.region.region-featured{
  padding-bottom: 20px;
}
.main-wrapper {
  padding-bottom: 60px;
}

.center {
  text-align: center;
}
/* Removed padding for footer-leadcapture */
body.front .main-wrapper {
  padding-bottom: 0px;
}

/* PIE fix */
html.ie7 .main-wrapper, html.ie8 .main-wrapper {
  position: relative;
  z-index: 0;
}

/* Modal changes */
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

html.ie7 .modal-dialog, html.ie8 .modal-dialog {
  max-width: 600px;
}

/* Keep IE from stretching full screen on wide-screen monitors, before respond.js */
html.ie7 .container, html.ie8 .container {
  max-width: 1140px;
}
/* Fixed IE8 max-width and box-sizing issue, resolved in Bootstrap v3.0.1 - #10406 */
@media (min-width: 768px) {
  html.ie7 .container, html.ie8 .container {
    width: 750px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  html.ie7 .container, html.ie8 .container {
    width: 970px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  html.ie7 .container, html.ie8 .container {
    width: 1170px;
    max-width: none;
  }
}

.highlighted{
  padding-top: 10px;
}

@media only screen and (max-width: 960px)  {
  .highlighted{
    display: none;
  }

  .welcome-message .edit-snippet ul li{
    display: list-item;
  }
}

/* CSS from overrides.css. We forgot to include the file, so we can only use certain rules */
input.error {
  color: #b94a48;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.error {
  color: #b94a48;
}
.form-autocomplete .glyphicon {
  color: #999;
  font-size: 120%}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #428bca;
}
.form-autocomplete .input-group-addon {
  background-color: #fff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -.25em 0 .5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0deg);
  }
  100% {
      -moz-transform: rotate(359deg);
  }
  }@-webkit-keyframes spin {
      0% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(359deg);
  }
  }@-o-keyframes spin {
      0% {
      -o-transform: rotate(0deg);
  }
  100% {
      -o-transform: rotate(359deg);
  }
  }@-ms-keyframes spin {
      0% {
      -ms-transform: rotate(0deg);
  }
  100% {
      -ms-transform: rotate(359deg);
  }
  }@keyframes spin {
      0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%
}
.tabbable {
  margin-bottom: 20px;
}
.tabs-below>.nav-tabs, .tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
  border-bottom: 0;
}
.tabs-below>.nav-tabs .summary, .tabs-left>.nav-tabs .summary, .tabs-right>.nav-tabs .summary {
  color: #999;
  font-size: 12px;
}
.tab-pane>.panel-heading {
  display: none;
}
.tab-content>.active {
  display: block;
}
.tabs-below>.nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below>.nav-tabs>li>a {
  border-radius: 0 0 4px 4px;
}
.tabs-below>.nav-tabs>li>a:hover, .tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover, .tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd;
}
.tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
  float: none;
}
.tabs-left>.nav-tabs>li:focus, .tabs-right>.nav-tabs>li:focus {
  outline: 0;
}
.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li>a:focus {
  outline: 0;
}
.tabs-left>.tab-content, .tabs-right>.tab-content {
  border-radius: 0 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left>.nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left>.nav-tabs>li>a {
  border-radius: 4px 0 0 4px;
}
.tabs-left>.nav-tabs>li>a:hover, .tabs-left>.nav-tabs>li>a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left>.nav-tabs>.active>a, .tabs-left>.nav-tabs>.active>a:hover, .tabs-left>.nav-tabs>.active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
}
.tabs-right>.nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right>.nav-tabs>li>a {
  border-radius: 0 4px 4px 0;
}
.tabs-right>.nav-tabs>li>a:hover, .tabs-right>.nav-tabs>li>a:focus {
  border-color: #eee #eee #eee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
}
.tabs-right>.nav-tabs>.active>a, .tabs-right>.nav-tabs>.active>a:hover, .tabs-right>.nav-tabs>.active>a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
.alert a {
  font-weight: 700;
}
.alert-success a {
  color: #356635;
}
.alert-info a {
  color: #2d6987;
}
.alert-warning a {
  color: #a47e3c;
}
.alert-danger a {
  color: #953b39;
}

.alert-notice {
  color: #2C5A6F;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* Circle numbered list
 * @see http://codeitdown.com/ordered-list-css-styles/
 ----------------------------------------------------------*/
ol.circles-list {
    font-family: Helvetica, Arial, sans-serif;
    color: #5f6f7c;
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 4em;
    padding: 0;
    counter-reset: li-counter;
}

ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.75em;
    min-height: 2em;
    font-size: 1.0em;
}
ol.circles-list > li:before {
    position: absolute;
    top: 0.2em;
    left: -1.33em;
    width: 1.6em;
    height: 1.6em;

    font-size: 1.2em;
    line-height: 1.7;
    text-align: center;
    color: #FFFFFF;

    border: none;
    border-radius: 50%;
    background-color: #00A6E4;
    content: counter(li-counter);
    counter-increment: li-counter;
}

/*
.navbar .navbar-toggle:focus{
  border-color: #32779a;
}
.nav .open > a:focus {
  border-color: #32779a;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  border-color: #32779a;
}*/

/* SEARCH
-------------------------------------------------- */
/*#search-form .search-result .search-snippet-info .search-snippet  b,strong{
  font-weight:bold;
  background: yellow;
}*/

.search_box_moz{
  min-width: 220px;
}

#search-form h2{
  font-size: 2em;
  padding: 0 0 5px 0;
  color: #999;
  margin: 15px 0 15px 0;
  border-bottom: 1px solid #DDDDDD;
  font-family: "kepler-std-i6","kepler-std",serif;
  font-style: italic;
  font-weight: 400;
}

/* SITEWIDE PAGE HEADER STYLE
-------------------------------------------------- */
.page-header {
  color: #4693B9;
  border: none;
  margin: 20px 0px 0px;
}


/* SECTION-SPECIFIC PAGE HEADER STYLES
 * (for sections with snippets at the top, to tuck snippet more tightly under the header)
-------------------------------------------------- */
.blogs_context .page-header,
.read_context .page-header,
.watch_context .page-header,
.page-believers-academy-bonus-library .page-header,
.page-believers-academy-partner-letter-archive .page-header {
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.region-content-top {
  position: relative;
  z-index: 3;
}

/* CONTEXTUAL LAYOUTS
-------------------------------------------------- */
.sidebar_first .views-exposed-widgets {
  margin-bottom: 20px;
}

/* ADDTHIS SHARE*/
#sthoverbuttons #sthoverbuttons-background {
position: absolute;
top: 0;
width: 100%;
z-index: 990000;
height: 100%;
}


/* Elvis Added */
.webcast .popover {
  width: 225px;
}

/*
 * Site wide Icomoon dividers.
 */
.divider,
.form-divider {
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    line-height: 0px;
    height: 1px;
    margin: 25px 0px 40px;
    padding-top: 25px;
    clear: both;
}

.divider-icon,
.form-divider-icon,
.form-divider-icon-evt {
    padding: 0px 10px;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    top: -15px;
    z-index: 0;
}

.divider-icon > span,
.form-divider-icon > span,
.form-info-icon > span,
.form-divider-icon-evt > span,
.megamenu-icon {
    background: #4693B9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    padding: 10px;
    /* IE 8 PIE */
    behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}

.form-info-icon>span,
.form-divider-icon-evt>span,
.megamenu-icon {
    background: #2d609b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    padding: 10px;
    /* IE 8 PIE */
    behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}
.form-info-icon>span{
    font-size: 20px;
    padding: 1px;
}

.form-divider-icon-evt>span {
    background: #fafafa;
}
.form-divider-icon .icon-people {
    font-size: 24px;
    padding: 13px 8px;
}
.form-divider-icon .icon-plus {
    font-size: 24px;
    padding: 13px;
}


/* TOOLTIP STYLING*/
.tooltip{
position:absolute;
z-index:1030;
display:block;
font-size:12px;
line-height:1.4;
opacity:0;
filter:alpha(opacity=0);
visibility:visible;
}

.tooltip.in{
opacity:1;
filter:alpha(opacity=100);
}

.tooltip.top{
padding:5px 0;
margin-top:-3px;
}

.tooltip.right{
padding:0 5px;
margin-left:3px;
}

.tooltip.bottom{
padding:5px 0;
margin-top:3px;
}

.tooltip.left{
padding:0 5px;
margin-left:-3px;
}

.tooltip-inner{
max-width:200px;
padding:8px;
color:#fff;
text-align:center;
text-decoration:none;
background-color:#4693B9;
border-radius:4px;
/* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}

.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-top-color:#4693B9;
border-width:5px 5px 0;

}.tooltip.top-left .tooltip-arrow{
bottom:0;
left:5px;
border-top-color:#4693B9;
border-width:5px 5px 0;

}
.tooltip.top-right .tooltip-arrow{
right:5px;
bottom:0;
border-top-color:#4693B9;
border-width:5px 5px 0;
}
.tooltip.right .tooltip-arrow{
top:50%;left:0;
margin-top:-5px;
border-right-color:#4693B9;
border-width:5px 5px 5px 0;

}
.tooltip.left .tooltip-arrow{
top:50%;right:0;
margin-top:-5px;
border-left-color:#4693B9;
border-width:5px 0 5px 5px;

}
.tooltip.bottom .tooltip-arrow{
top:0;left:50%;
margin-left:-5px;
border-bottom-color:#4693B9;
border-width:0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow{
top:0;left:5px;
border-bottom-color:#4693B9;
border-width:0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow{
top:0;right:5px;
border-bottom-color:#4693B9;
border-width:0 5px 5px;
}


/* POPOVER STYLING */
.popover{
  position:absolute;
  top:0;
  left:0;
  z-index:1010;
  display:none;
  max-width:276px;
  padding:1px;
  text-align:left;
  white-space:normal;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  border-radius:6px;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  background-clip:padding-box;
  /* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}
.popover.top{
  margin-top:-10px
}
.popover.right{
  margin-left:10px
}
.popover.bottom{
  margin-top:10px
}
.popover.left{
  margin-left:-10px
}
.popover-title{
  padding:8px 14px;
  margin:0;
  font-size:14px;
  font-weight:normal;
  line-height:18px;
  background-color:#f7f7f7;
  border-bottom:1px solid #ebebeb;
  border-radius:5px 5px 0 0;
  /* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}
.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{
  bottom:-11px;
  left:50%;
  margin-left:-11px;
  border-top-color:#999;
  border-top-color:rgba(0,0,0,0.25);
  border-bottom-width:0
}
.popover.top .arrow:after{
  bottom:1px;
  margin-left:-10px;
  border-top-color:#fff;
  border-bottom-width:0;
  content:" "
}
.popover.right .arrow{
  top:50%;
  left:-11px;
  margin-top:-11px;
  border-right-color:#999;
  border-right-color:rgba(0,0,0,0.25);
  border-left-width:0;
}
.popover.right .arrow:after{
  bottom:-10px;
  left:1px;
  border-right-color:#fff;
  border-left-width:0;
  content:" "
}
.popover.bottom .arrow{
  top:-11px;
  left:50%;
  margin-left:-11px;
  border-bottom-color:#999;
  border-bottom-color:rgba(0,0,0,0.25);
  border-top-width:0;
}
.popover.bottom .arrow:after{
  top:1px;
  margin-left:-10px;
  border-bottom-color:#fff;
  border-top-width:0;
  content:" ";
}
.popover.left .arrow{
  top:50%;
  right:-11px;
  margin-top:-11px;
  border-left-color:#999;
  border-left-color:rgba(0,0,0,0.25);
  border-right-width:0;
}

.popover.left .arrow:after{
  right:1px;
  bottom:-10px;
  border-left-color:#fff;
  border-right-width:0;
  content:" ";
}


/* BUTTONS
-------------------------------------------------- */

body .btn-primary {
  background: #32779a;
  border: none;
}

body .btn-primary:hover {
/*  background: #4693B9; */
  border: none;
}

/*PROVIDE FEEDBACK BUTTON */
body .atlwdg-trigger.atlwdg-SUBTLE {
  position: fixed;
  z-index: 10;
  background: #78b871;
  padding: 5px;
  border: none;
  border-top: none;
  font-weight: bold;
  color: #FFFFFF !important;
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  font-family: arial, FreeSans, Helvetica, sans-serif;
  font-size: 18px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  /* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}

html.ie7 body .atlwdg-trigger.atlwdg-SUBTLE, html.ie8 body .atlwdg-trigger.atlwdg-SUBTLE {
  right: 0px;
  bottom: 0px;
}

/* RESPONSIVE VIDEO */
/* http://cyberdesigncraft.com/responsive-video-embed/ */

.video-container,
.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
  background: url(../images/loading-hourglass.png) no-repeat center center #000;

}
.video-container iframe,
.video-container object,
.video-container embed,
.media-youtube-video iframe,
.video-container > div,
.video-container video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: url(../images/loading-hourglass.png) no-repeat center center #000;
}

@media (min-width: 768px) {
  .video-container.no-upscale {
    padding-bottom: 25.25%;
    max-width: 50%;
    margin: 0px auto;
  }
}

/* RESPONSIVE Images keeping aspect ratio of 16:9; */
.img-container-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.img-container-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* TOP BAR - BREADCRUMBS AND SOCIAL ICONS
-------------------------------------------------- */
#top-bar {
  margin-top: 16px;
}

#breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html.ie7 #breadcrumb li, html.ie8 #breadcrumb li {
  padding-right: 1px;
}

#breadcrumb .breadcrumb li.first {
  color: #999999;
  text-transform: uppercase;
}

#social-icons {
  text-align: right;
}
#follow-kcm {
  padding: 8px 0px;
  font-size: 10px;
  color: #777;
  text-transform: uppercase;
  font-weight: normal;
}
#follow-kcm iframe {
  margin-left: 7px;
}
#follow-kcm  #twitter-follower-wrapper {
	position:relative;
	top:-1px;
}
#follow-kcm > label {
  vertical-align: super;
  margin: 0;
  position: relative;
  top:-3px;
}
#follow-kcm > label > span {
	font-size:8px;
	position: relative;
	top:-2px;
}

/* SECONDARY NAVIGATION
-------------------------------------------------- */
#secondary-nav {
  height: 40px;
  color: #fff;
  background-color: #4693B9;
}
#secondary-nav .block-title{
  display: none;
}
#secondary-nav ul.menu {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  /* Fallback border */
  border-right: 1px solid #FFFFFF;
  border-right: 1px solid rgba(255,255,255,.15);
  /* Fallback border */
  border-left: 1px solid #000000;
  border-left: 1px solid rgba(0,0,0,.10);
  white-space: nowrap;
}
#secondary-nav ul.menu > li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
}
#secondary-nav ul.menu > li > a:link,
#secondary-nav ul.menu > li > a:visited {
  display: inline-block;
  color: #ffffff;
  /* Fallback border */
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255,255,255,.15);
  /* Fallback border */
  border-right: 1px solid #000000;
  border-right: 1px solid rgba(0,0,0,.10);
  line-height: 20px;
}
#secondary-nav ul.menu > li > a:focus,
#secondary-nav ul.menu > li > a:hover,
#secondary-nav ul.menu > li:hover > a:link,
#secondary-nav ul.menu > li:hover > a:visited,
#secondary-nav ul.menu > li > a.active:link,
#secondary-nav ul.menu > li > a.active:visited,
#secondary-nav ul.menu > li > a.active:focus,
#secondary-nav ul.menu > li > a.active:hover {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-8 */
  color: #FFFFFF;
}
#secondary-nav ul.menu > li > a.active {
  font-weight: bold;
}
/* Tablet padding fix */
@media (min-width: 768px) and (max-width: 969px) {
  #secondary-nav ul.menu > li > a {
    padding: 10px 3px;
  }
}

.birthday-gift-title-center{
  border: none;
  margin: 20px 0px 0px;
  font-family: "bebas-neue-n4", "bebas-neue",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3670b0;
  text-align: center;
  text-transform: uppercase;
  font-size: 5.0em;
}


.field-name-field-birthday-image{
  text-align: center;
}

.postcard-image{
  text-align: center;
}

/*  Sidebar and topbar (pills) Navigation
------------------------------- */
.nav-pills li.active>a,
.nav-pills li.active-trail.active>a,
.nav-pills li.active-trail.active>a:hover,
.nav-pills li.active-trail.active>a:hover,
.nav-pills li.active-trail.active>a:focus,
.nav-pills li.active-trail.active>a:focus {
  color: #FFFFFF;
  background-color:#6fb1d3;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 14px;
  text-decoration: none;
}

/*.menu.nav{
  width: 263px;
}*/

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 1px;
}


.region-sidebar-first .nav li ul {
  display: none;
}

.region-sidebar-first .nav li.active-trail ul {
  display: block;
  margin-top:5px;
  background-color: #fafafa;
  border-radius: 5px;
  /* border: 1px solid #eee; */
  /* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}

.region-sidebar-first ul.nav .nav>li>a {
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 20px;
  /* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}

@media only screen and (min-width: 600px) and (max-width: 1124px)  {
  .menu-block-wrapper {
    max-width: 163px;
  }

  .region-sidebar-first .nav ul.menu>li>a {
    padding: 7px 10px 7px 24px;
    max-width: 163px;
  }
}

.region-sidebar-first .nav>li.leaf.active>a:hover,
.region-sidebar-first ul.nav .nav>li>a:hover {
  background-color: #6CA7C7;
  color: #fff;
}

.targetUL .nav>li.leaf.active>a {
  background-color: #eee;
}

/*.region-sidebar-first .nav>li.leaf.active>a {
  background-color: #eee;
}*/

/* Remove margins for any .nav-pills using snippets */
.nav-pills .edit-snippet p {
  margin: 0px;
}

/* .btn-group-wrapper dropdowns */
.btn-group-wrapper {
  margin: 20px 0;
}
.btn-group-wrapper .dropdown-menu {
  background-color: #f8f8f8;
  padding: 0px;
}

.btn-group-wrapper .dropdown-menu li a {
  padding: 10px 20px;
  color: #357CA4;
}

.btn-group-wrapper .dropdown-menu .active>a,
.btn-group-wrapper .dropdown-menu a:hover,
.btn-group-wrapper .dropdown-menu a:focus {
  background-color: #EEEEEE;
  color: #32779a;
  outline: 0;
}

.btn-group-wrapper .dropdown-menu .active>a {
  font-weight: bold;
}

/* Topic Sidebar Pills */
.block-menu-block.show-block-title .block-title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: inherit;
}
.block-menu-block.show-block-title .block-title, .nav-pill-title {
    font-weight: bold;
}
.nav-pills.nav-stacked {
    padding-bottom: 20px;
}
.nav-pills.nav-stacked>li {
  border-bottom: 1px solid transparent;
  margin-top: 0;
}
.nav-pills.nav-stacked.no-li-border>li {
	border-bottom: 1px solid transparent;
}
.nav-pills.nav-stacked>.active {
  padding-bottom: 1px;
  border-bottom: 0px;
}

/* Dynamic View Pagination
------------------------------- */

.pagination>li:last-child>a.dynamic-load,
.pagination #kcm-preloader {
  border-radius: 4px;
  /* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}
.pagination #kcm-preloader {
  display: none;
  background: #589abc;
  color:#fff;
/*  background: #589abc url(../images/loader-sm-fffff-589abc.gif) center center no-repeat; */
}

.pagination .search {
  color: #428bca;
}
.pagination .search .icon-search {
  position: relative;
}
.pagination .search:hover {
  border: 1px solid #ccc;
}


/* View Exposed Form
------------------------------- */




/* IS-PLAYING OVERLAY */
.detect-is-playing .is-playing {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity:.60;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}

.region-sidebar-second {
    padding-top: 10px;
}

.detect-is-playing .is-playing-text {
  bottom: 4px;
  width: 100%;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.detect-is-playing .link-is-playing {
 cursor: default;
 text-decoration: none;
 color: #939393 !important;
}


/* Read More */

.show-more-link {
  white-space: nowrap;
  color:#999;
  cursor: pointer;
}

/* Various font icon-related UI Enhancements
------------------------------- */

.share-links {
	margin-top:20px;
}

.enhanced-share span,
.enhanced-ui span { vertical-align: middle; }
.enhanced-ui { margin-top: 5px; }
.enhanced-share ul.links { display: none; }
.enhanced-share-replace { display: none; }
/* .enhanced-share.share-links a { margin-right:5px; } */
.normal-share .facebook { background: #2d609b }
.normal-share .twitter { background: #00c3f3 }
.normal-share .google-plus { background: #eb4026 }
.normal-share .sharethis { background: #00C100 }
.normal-share .pinterest { background: #C62022 }
.enhanced-ui .search { margin-right: 0; }
.gray-ui { color:#888; }
.gray-ui:hover { color:#555; text-decoration: none; }
.gray-ui [class^="icon-"]:before { color:#888;}
.active .gray-ui [class^="icon-"]:before { color:#fff;}
.btn-group-wrapper .active .gray-ui [class^="icon-"]:before { color:#444;}
.share-links.enhanced { margin: 0 0 15px 0; }

.normal-share .small { font-size: 15px; }
.normal-share .medium { font-size: 20px; }
.normal-share .large { font-size: 25px; }

.social-media-icon-group .gray-ui { color:#aaa; }
.social-media-icon-group .icon-facebook3:hover { color:#2d609b; }
.social-media-icon-group .icon-twitter2:hover { color:#00c3f3; }
.social-media-icon-group .icon-linkedin2:hover { color:#166c9b; }
.social-media-icon-group .icon-pinterest2:hover { color:#C62022; }
.social-media-icon-group .icon-instagram_circle_color:hover { color:#3a678e; }
.social-media-icon-group .icon-googleplus2:hover { color:#de4b39; }
.social-media-icon-group .icon-youtube_circle_color:hover { color:#c0252b; }


/* FEATURED IMAGE */
#featured {
  text-align: center;
  /* min-width: 100%; */
  height: auto;
  overflow: hidden;
  margin: auto;
}

.featured {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #020031;
  background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353));
  background: -webkit-linear-gradient(45deg, #020031 0%,#6d3353 100%);
  background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%);
  background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%);
  background: linear-gradient(45deg, #020031 0%,#6d3353 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 );
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}

.featured:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.kcm.org/sites/all/themes/bootstrap_kcm/images/featured-pattern.png) repeat center center;
  opacity: .4;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
/*display: block;*/
height: auto;
max-width: 100%;
line-height: 1;
margin: auto;
}

/* Augmentation of Bootstrap to hide INLINE elements
---------------------------------- */

.inline-hidden-xs, .inline-hidden-sm, .inline-hidden-md, .inline-hidden-lg {
    display: inline !important;
}
@media (max-width:767px) {
    .inline-hidden-xs, .inline-hidden-sm.inline-hidden-xs, .inline-hidden-md.inline-hidden-xs, .inline-hidden-lg.inline-hidden-xs {
        display: none !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .inline-hidden-xs.inline-hidden-sm, .inline-hidden-sm, .inline-hidden-md.inline-hidden-sm, .inline-hidden-lg.inline-hidden-sm {
        display: none !important;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .inline-hidden-xs.inline-hidden-md, .inline-hidden-sm.inline-hidden-md, .inline-hidden-md, .inline-hidden-lg.inline-hidden-md {
        display: none !important;
    }
}
@media (min-width:1200px) {
    .inline-hidden-xs.inline-hidden-lg, .inline-hidden-sm.inline-hidden-lg, .inline-hidden-md.inline-hidden-lg, .inline-hidden-lg {
        display: none !important;
    }
}
.inline-visible-xs, .inline-visible-sm, .inline-visible-md, .inline-visible-lg {
    display: none !important;
}
@media (max-width:767px) {
    .inline-visible-xs, .inline-visible-sm.inline-visible-xs, .inline-visible-md.inline-visible-xs, .inline-visible-lg.inline-visible-xs {
        display: inline !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .inline-visible-xs.inline-visible-sm, .inline-visible-sm, .inline-visible-md.inline-visible-sm, .inline-visible-lg.inline-visible-sm {
        display: inline !important;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .inline-visible-xs.inline-visible-md, .inline-visible-sm.inline-visible-md, .inline-visible-md, .inline-visible-lg.inline-visible-md {
        display: inline !important;
    }
}
@media (min-width:1200px) {
    .inline-visible-xs.inline-visible-lg, .inline-visible-sm.inline-visible-lg, .inline-visible-md.inline-visible-lg, .inline-visible-lg {
        display: inline !important;
    }
}

/* Augmentation of Bootstrap to float ("pull") per size
---------------------------------- */

.pull-left-xs, .pull-left-sm, .pull-left-md, .pull-left-lg { float: inherit; }
.pull-right-xs, .pull-right-sm, .pull-right-md, .pull-right-lg { float: inherit; }

@media (max-width:767px) {
  .pull-left-xs { float: left; }
  .pull-right-xs { float: right; }
}
@media (min-width:768px) and (max-width:991px) {
  .pull-left-sm { float: left; }
  .pull-right-sm { float: right; }
}
@media (min-width:992px) and (max-width:1199px) {
  .pull-left-md { float: left; }
  .pull-right-md { float: right; }
}
@media (min-width:1200px) {
  .pull-left-lg { float: left; }
  .pull-right-lg { float: right; }
}

/* KCM UI Colors for Web and Print
---------------------------------- */
/*SOCIAL MEDIA UI COLORS */

.kcm-facebook_ui{
  color: #2d609b;
}

.kcm-twitter_ui{
  color: #00c3f3;
}

.kcm-linkedin_ui{
  color: #166c9b;
}

.kcm-pinterest_ui{
  color: #C62022;
}

.kcm-youtube_ui{
  color: #c0252b;
}

.kcm-instagram_ui{
  color: #3a678e;
}

.kcm-googleplus_ui{
  color: #de4b39;
}



/*STANDARD UI COLORS*/
.kcm-blue-ui {
  color:#32779a;
}

.kcm-blue-title-ui{
  color: #3670b0;
}

.kcm-corporate-blue-ui {
  color:#32B3E7;
}
.kcm-print-blue-ui {
  color:#70A5B5;
}

.kcm-orange-ui {
  color:#F05426;
}

.kcm-deep-orange-ui {
  color: #FF8400;
}

.kcm-yellow-ui {
  color:#F5C145;
}

.kcm-green-ui {
  color:#007473;
}

.kcm-light-green-ui {
  color:#7ABE96;
}

.kcm-light-red-ui {
  color:#EC5D5D;
}

.kcm-lemon-ui{
  color: #7AC143;
}

.kcm-light-lemon-ui{
  color: #9ABEA9;
}

.kcm-evergreen-ui{
  color: #007473;
}

.kcm-pink-ui {
  color:#DF6AA9;
}

.kcm-deep-purple-ui{
  color: #5E56A2;
}

.kcm-purple-ui {
  color:#9C93C7;
}

.kcm-light-purple-ui {
  color:#BF89BD;
}

.kcm-print-purple-ui {
  color:#A774B2;
}

.kcm-print-grey-ui {
  color:#cfcfcf;
}

.kcm-white-ui {
  color:#fff;
}



/* Custom ajax throbber styling
---------------------------------- */

.ajax-progress-throbber .icon-hourglass {
  color: #32779a;
  font-size: 16px;
}


button .ajax-progress-throbber .icon-hourglass {
  color: #FFFFFF;
  font-size: 12px;
}

/* View summary glossary - JS
----------------------------------*/

.views-summary-glossary h3 {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}

.views-summary-glossary .nav-pills.nav-stacked>li {
	margin:0px;
}


/* jPlayer - Audio player */
.audio .jp-audio {
  height: auto;
}
.jp-controls-wrapper {
  height: 64px;
  position: relative;
}
.jp-duration {
  width: 316px;
}
.jp-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 256px;
}
.jp-playlist {
  padding-left: 0;
  padding-top: 10px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f1f1f1;
}
.jp-playlist:before,
.jp-playlist:after {
  display: table;
  content: " ";
}
.jp-playlist:after {
  clear: both;
}
.jp-playlist ul {
  line-height: normal;
  list-style: none;
  padding: 0px;
}
.jp-playlist li {
  position: relative;
  display: block;
  float: none;
}
.jp-playlist li + li {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 10px;
}
.jp-playlist li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  color: #999;
  /* IE 8 PIE */
  behavior: url(https://www.kcm.org/sites/all/libraries/PIE/PIE.htc);
}
.jp-playlist li a:hover,
.jp-playlist li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.jp-playlist  li.jp-playlist-current  a,
.jp-playlist  li.jp-playlist-current  a:hover,
.jp-playlist  li.jp-playlist-current  a:focus {
  color: #ffffff;
  background-color: #6FB1D3;
}

/* jPlayer mobile css */
@media (max-width: 480px) {
  .audio .jp-audio {
    width: 288px;
  }
  .jp-bar,
  .jp-duration {
    width: 224px;
  }
  .jp-title {
    width: 164px;
  }
}


/* More ways to watch pages
---------------------------------------*/
.page-node-14761 .region-content h4 {
  margin-bottom: 20px;
}

/* Blogs page
---------------------------------------*/
#block-kcm-site-kcm-blogs-top-blurb {
  margin-bottom: 30px;
}

/* Favorites Flag, used on Webcasts and FTF
---------------------------------------*/
.flag-favorite > a {
  display: inline-block;
}

.flag-favorite .icon {
  color: #000000;
  font-size: inherit;
  padding-right: 5px;
  padding-top: 2px;
  float: left;
}

.flag-message {
  border:1px solid #666666;
  background-color: #cccccc;
  padding: 6px;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.flag-bookmarks {
  display: none !important;
}

a.table-row-link {
  padding: 0 20px 0 0;
}


/* BACK TO LIST
-------------------------------------------------- */
@media (max-width: 767px) {
  .back-to-list {
    margin-top: 20px;
  }
}
.back-to-list>a {
  color: #BBBBBB;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1em;
}
.back-to-list>a span {
  float: left;
  background: #F2F2F2;
  color: #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.back-to-list>a:hover span {
  color: #F2F2F2;
  background: #BBBBBB;
}


/* Email Subscriptions */
#kcm-subscriptions-subscriptions-form .single-checkbox {
  background-color: #eee;
  padding: 0px 15px;
  margin: 25px 0 15px;
  overflow: hidden;
}

#subscriptions .form-type-checkbox {
  position: absolute;
  margin: 0px;
}
#subscriptions .form-type-checkbox>input {
  margin-top: 0px;
}
#subscriptions .img-responsive {
  padding-left:20px;
}

@media (max-width: 767px) {
  #subscriptions .summary {
    margin-left: 20px;
  }
}

#subscriptions .radio-wrapper {
  clear:both;
  margin-left: 20px;
  overflow: hidden;
}
#subscriptions .radio-wrapper .radio {
  float: left;
  margin: 0 25px 0 0;
}

#subscriptions .summary h5 {
  font-size: 16px;
  margin-top: 0px;
}

/* Home Page - Featured Content
-------------------------------------------------- */
/* Match content size to slider thumbnails */
#fc_grid {
  max-width: 910px;
  margin: 0px auto;
}

/* Inherits .date-header styling */
#fc_grid .feature-content-header {
  font-size: 2em;
  font-weight: 400;
  max-width: 816px;
  margin-left:auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #fc_grid .row {
    margin-left: 33px;
  }
}

#fc_grid .left, #fc_grid .center, #fc_grid .right {
  margin-bottom: 55px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #fc_grid .left, #fc_grid .center, #fc_grid .right {
    max-width: 224px;
  }
}

#fc_grid .fc-field-label-title{
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 1.1em
}

#fc_grid h4.fc_grid_title {
  font-weight: bold;
  margin: 10px 0 5px 0;
  font-size: 1.3em;
}


#fc_grid h4.fc_grid_title a, #fc_grid .field-content a:active, #fc_grid .right .read-link a:active, #fc_grid h4.fc_grid_title a:active, #fc_grid .field-content a:visited, #fc_grid h4.fc_grid_title a:visited, #fc_grid .read-link a:visited{
  color:#2C5A6F;
}

#fc_grid h4.fc_grid_title a:hover, #fc_grid .field-content a:hover,  #fc_grid .field-content a:focus, #fc_grid h4.fc_grid_title a:focus{
  color:#428bca;
}

#fc_grid .view-id-kcm_featured_content a{
  color:#2C5A6F;
}
.fc_grid_title a:hover, .fc_grid_title a:focus{
  color:#428bca;
}

#fc_grid .right a, #fc_grid .right a:active, #fc_grid .right a:visited{
  color:#2C5A6F;
}

#fc_grid .right a:hover, #fc_grid .right a:focus{
  color:#428bca;
}


#fc_grid .view-kcm-featured-content {
  margin-bottom: 15px;
}

#fc_grid .view-kcm-featured-content .views-field-created {
  font-style: italic;
}

#fc_grid .view-kcm-featured-content .field-content>ul {
  padding: 0px;
  margin: 0px 0px 15px;
  list-style: none;
  list-style-image: none;
}

/* Share Images */
.pin-me {
  opacity: 0;
  position: absolute;
  top:0;
  left:-9999px;
}

/* Gray Arrow */
.gray-arrow {
  border-top: 1px solid #dfe8ed;
  line-height: 1.15em;
  text-align: center;
}
.gray-arrow>img {
  top: -3px;
  position: relative;
}

.icon-arrow-up2 {
  font-size:30px;
}

/* Scroll to Top button */
.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 2px;
  border-radius: 50%;
  padding: 10px 12px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  display: none;
  z-index: 10;
}

.scrollToTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}



@media only screen and (min-width: 300px) and (max-width: 798px){
  .scrollToTop {
    position: fixed;
    bottom: 25px;
    right: 2px;
    border-radius: 50%;
    padding: 3px 4px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: none;
    z-index: 10;
    width: 30px;
    height: 30px;
  }

  .icon-arrow-up2 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 799px) and (max-width: 900px){
  .scrollToTop {
    position: fixed;
    bottom: 25px;
    right: 2px;
    border-radius: 50%;
    padding: 5px 6px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: none;
    z-index: 10;
    width: 40px;
    height: 40px;
  }

  .icon-arrow-up2 {
    font-size: 28px;
  }
}


@media only screen and (min-width: 900px) and (max-width: 1200px){
  .scrollToTop {
    position: fixed;
    bottom: 25px;
    right: 2px;
    border-radius: 50%;
    padding: 9px 6px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: none;
    z-index: 10;
    width: 45px;
    height: 45px;
  }

  .icon-arrow-up2 {
    font-size: 28px;
  }
}


.btn-primary-override {
  background: #d7631f;
  border: none;
  color: #fff;
}

.btn-primary-override .btn:hover, .btn-primary-override .btn:focus{
  background: #d7631f;
  border: none;
  color: #fff;
}

.btn-primary-override a{
  color: #fff;
}

.btn-primary-override:hover, .btn-primary-override:focus, .btn-primary-override:active, .btn-primary-override.active, .open .dropdown-toggle.btn-primary-override {
color: #fff;
background-color:  #f38f46;
border-color:  #f38f46;
}


.btn-primary-override.btn:hover, .btn-primary-override.btn:focus {
  color: #FAF9F9;
  text-decoration: none;
  background-color:  #f38f46;
}

.btn-register {
    font-size: 1.3em;
    padding: 6px 8px;
}

.page-bvovn-freegift .form-divider {
    display: none;
}