@import url(helpers.css);

/*.row.margin-bottom > div {
  margin-bottom: 30px;
}
*/
.margin-bottom {
  margin-bottom: 30px;
}
.ribbon.gray {
  padding: 30px 0;
  background-color: #ededed;
}
.ribbon.blue {
  padding: 30px 0;
  background-color: #0082c8;
  color:#fff;
}
.ribbon.bg p, .ribbon.blue p {
    font-family: 'AvenirLTStd', Arial, sans-serif;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width: 480px) {
	.ribbon.bg p, .ribbon.blue p {
	    font-size: 1.2em;
	}
}

.cloud {
  text-align:center;
}
.cloud a {
  color:#3f3f3f;
  text-decoration: none;
}
.cloud a:hover {
  color:#ff7b40;
  text-decoration:underline;
}
@media (max-width: 480px) {
  .ribbon.gray {
    padding: 0px;
  }
}
body {
  margin-top: 100px;
}
.container {
  padding: 30px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .container {
    padding: 15px;
  }
}
img.border {
  padding: 5px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999999999;
}

.default-template header#header {
  border-bottom: 5px solid #0082c8;
}

.default-template h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    font-family: 'AvenirLTStd-Heavy', Arial, sans-serif;
  }

header#header .header-content {
  position: relative;
  height: 100px;
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  header#header .header-content {
    padding: 0 10px;
  }
}
header#header .header-content .logo {
  position: absolute;
  top: 18px;
  left: 0px;
  display: block;
  width: 140px;
  height: 54px;
  text-indent: -9999em;
  outline: 0;
  background: url(../Content/images/logo.png) no-repeat;
  background-size: 100% 100%;
  -ms-behavior: url(dist/scripts/backgroundsize.min.htc);
  z-index: 99999;
  margin-top:10px;
}
@media (max-width: 992px) {
  header#header .header-content .logo {
    left: 10px;
  }
}
@media (max-width: 480px) {
  header#header .header-content .logo {
    position: relative;
    top:14px;
    left: 0px;
    width: 100px;
    height:39px;
    background-size: 100% 100%;
  }
}
header#header #main-menu {
  float: right;
  margin: 0;
  margin-top: 50px;
  padding: 0;
  text-align: center;
}
@media (max-width: 480px) {
  header#header #main-menu {
    margin-top: 0;
  }
}
header#header #main-menu .btn {
  padding: 6px 12px;
  margin-right: 0px;
  margin-left: 11px;
  color: #ffffff;
}
header#header #main-menu .btn:hover {
  color: #ffffff;
}
@media (max-width: 480px) {
  header#header #main-menu .btn {
    font-size: 11px;
    padding: 3px 8px;
  }
}
header#header #main-menu .mobile-menu-toggle {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  outline: 0;
  color: #232323;
  font-size: 12px;
  text-decoration: none;
}
header#header #main-menu .mobile-menu-toggle:hover {
  color: #0082c8;
}
@media (min-width: 992px) {
  header#header #main-menu .mobile-menu-toggle {
    display: none;
  }
}
header#header #main-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 50px;
}
header#header #main-menu ul li {
  display: inline;
  margin: 0;
  height: 50px;
  line-height: 50px;
  margin-left: 24px;
}
header#header #main-menu ul li a {
  color: #232323;
  font-size: 13px;
  font-family: 'AvenirLTStd-Heavy', Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
header#header #main-menu ul li a:hover {
  color: #0082c8;
}
header#header #main-menu ul ul {
  display: none;
  position: absolute;
  height: 50px;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 999;
}
header#header #main-menu ul ul li {
  line-height: 50px;
}
header#header #main-menu ul ul li:first-child {
  margin-left: 0px;
}
header#header #main-menu ul ul li a {
  color: #ffffff;
}
header#header #main-menu ul ul li a:hover {
  color: #ededed;
}
@media (max-width: 992px) {
  header#header #main-menu ul {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    height: auto;
    background: rgba(1, 130, 195, 0.9);
    padding: 15px 0;
  }
  header#header #main-menu ul li {
    display: block;
    margin-left: 0;
    height: auto;
    line-height: 25px;
  }
  header#header #main-menu ul li a {
    color: #fff;
    font-size: 15px;
  }
  header#header #main-menu ul li a:hover {
    color: #d6d6d6;
  }
  header#header #main-menu ul ul {
    display: none;
    /*
  			      display:block;
  			     	position:relative;
  						left:auto;
  						top:auto;
  						right:auto;
  						height:auto;
  						background:rgba(1,130,195,.8);
  						
  						li {
  						  display:block;
  						  line-height:22px;
  						}
  					*/
  
  }
}
header#header .utility-menu {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -8px;
  width: 100%;
}
@media (max-width: 992px) {
  header#header .utility-menu {
    right: 10px;
  }
}
header#header .utility-menu li {
  float: right;
  margin: 0;
  margin-left: 12px;
}
header#header .utility-menu li a {
  font-size: 12px;
  line-height: 36px;
  font-family: 'AvenirLTStd-Heavy', Arial, sans-serif;
}
header#header .utility-menu li a:hover {
  color: #d6d6d6;
}
header#header .utility-menu li .search-box {
  border: 1px solid #d6d6d6;
  height: 36px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 2px 2px 1px #eee;
}
header#header .utility-menu li input[type="text"] {
  border: none;
  background: none;
  font-size: 12px;
  height: 34px;
  width: 260px;
  padding: 0 15px;
  line-height: 34px;
}
@media (max-width: 480px) {
  header#header .utility-menu li input[type="text"] {
    padding: 0 0 0 8px;
    width: 150px;
    font-size: 11px;
  }
}
header#header .utility-menu li input[type="submit"] {
  border: none;
  background: none;
  background: #d6d6d6 url(../Content/images/icon-search.png) no-repeat 50% 50%;
  width: 37px;
  height: 34px;
  border-radius: 0px 5px 5px 0px;
  text-indent: -9999em;
}
@media (max-width: 480px) {
  header#header .utility-menu li input[type="submit"] {
    margin-right: -1px;
    width: 28px;
  }
}
@media (max-width: 768px) {
  header#header .utility-menu li.link-signin {
    position: relative;
    top: 46px;
    left: 50px;
  }
}
@media (max-width: 480px) {
  header#header .utility-menu li.link-signin {
    float: left;
    position: relative;
    top: 45px;
    left: 8px;
  }
}
header#header .sub-nav-bg {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background: rgba(1, 130, 195, 0.8);
  width: 100%;
  height: 50px;
  z-index: 10;
  overflow: hidden;
}
header#header .sub-nav-bg .nav-widget {
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(255, 255, 255, 0.95);
}
.carousel {
  position: relative;
  height: 420px;
  width: 100%;
}
@media (max-width: 992px) {
  .carousel {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .carousel {
    height: 210px;
  }
}
.carousel .cycle-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 22px;
  height: 30px;
  background: url(../Content/images/icon-prev.png) no-repeat;
  z-index: 999999;
  cursor: pointer;
}
.carousel .cycle-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 22px;
  height: 30px;
  background: url(../Content/images/icon-next.png) no-repeat;
  z-index: 999999;
  cursor: pointer;
}
.carousel .button-layer {
  width: 100%;
  width: 940px;
  height: 420px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -470px;
}
@media (max-width: 1200px) {
  .carousel .button-layer {
    width: 760px;
    margin-left: -380px;
  }
}
@media (max-width: 992px) {
  .carousel .button-layer {
    width: 470px;
    height: 360px;
    margin-left: -235px;
  }
}
@media (max-width: 480px) {
  .carousel .button-layer {
    height: 210px;
    width: 310px;
    margin-left: -155px;
  }
}
.cycle-pager {
  position: absolute;
  left: 50%;
  bottom: 22px;
  margin-left: -50px;
  width: 100px;
  height: 13px;
  line-height: 13px;
  vertical-align: middle;
  text-align: center;
  z-index: 99999;
}

.carousel-small .cycle-pager {
    top:-20px;
}

@media (max-width: 480px) {
  .cycle-pager {
    bottom: 10px;
  }
}
.cycle-pager span {
  width: 11px;
  height: 11px;
  margin: 0 2px;
  vertical-align: middle;
  display: inline-block;
  text-indent: -9999em;
  cursor: pointer;
  background: url(../Content/images/icon-slide.png) no-repeat;
}

.cycle-pager span.cycle-pager-active {
  background: url(../Content/images/icon-slide-on.png) no-repeat;
}

.carousel-small .cycle-pager span{
    background: url(../Content/images/icon-slide-alt.png) no-repeat;
}
.cycle-pager span.cycle-pager-active {
  width: 13px;
  height: 13px;
 
}
.carousel-small .cycle-pager span.cycle-pager-active {
  background: url(../Content/images/icon-slide-on-alt.png) no-repeat;
}

.carousel .slide {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.widget-slide-show-widget .carousel .slide {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
} 

@media (max-width: 992px) {
  .carousel .slide {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .carousel .slide {
    height: 210px;
  }
}
.carousel .slide .slide-content {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 124px;
  text-align: center;
  color: #ffffff;
  z-index: 99999999;
}

@media (max-width: 992px) {
  .carousel .slide .slide-content {
    max-width: 400px;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .carousel .slide .slide-content {
    max-width: 250px;
    padding-top: 0px;
  }
}
.carousel .slide .slide-content h1 {
  font-size: 48px;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 992px) {
  .carousel .slide .slide-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .carousel .slide .slide-content h1 {
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 12px;
  }
}
.carousel .slide .slide-content h2 {
  font-size: 24px;
  text-shadow: 1px 1px 1px #000;
  font-family: 'ProximaNova-Regular', Arial, Helvetica, 'Helvetica-Neue', sans-serif !important;
}
@media (max-width: 992px) {
  .carousel .slide .slide-content h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .carousel .slide .slide-content h2 {
    font-size: 14px;
    margin-top: 0;
    text-shadow: 1px 1px 1px #000;
  }
}
.carousel .slide .slide-content .btn {
  padding: 12px 46px;
}
@media (max-width: 480px) {
  .carousel .slide .slide-content .btn {
    font-size: 12px;
    padding: 6px 18px;
  }
}

.carousel .slide .slide-caption {
  display:block;
  text-align: left;
  color: #ffffff;
  z-index: 99999999;
  background-color: black;
  opacity: 0.699999988079071;
  position:absolute;
  bottom:0px;
  width:100%;
  padding-left: 1em;
  padding-top: 5px;
}

.url-celebrating-75-years .cycle-slideshow {
    margin-top:20px;
    height: 600px;
}

    .url-celebrating-75-years .cycle-slideshow .slide {
        height: 600px !important;
    }

@media (max-width: 992px) {
    .url-celebrating-75-years .cycle-slideshow {
    height: 360px;
    }

    .url-celebrating-75-years .cycle-slideshow .slide {
    height: 360px !important;
    }

}

@media (max-width: 480px) {
    .url-celebrating-75-years .cycle-slideshow {
    height: 210px;
    }

    .url-celebrating-75-years .cycle-slideshow .slide {
    height: 210px !important;
    }

}

.twitter-block {
  max-width: 300px;
  margin: 0 auto;
}
.headshot {
  text-align: center;
  margin-bottom: 1em;
}
.zone img {
	max-width:100%;
}
.headshot img {
  display: inline-block;
  border-radius: 100%;
}
.item-block {
  max-width: 300px;
  margin: 0 auto;
  color: #3f3f3f;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 1px 1px #d6d6d6;
}
.item-block .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  border-radius: 4px 4px 0 0;
}
.item-block .thumb img {
  width: 100%;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}
.item-block .thumb img.icon {
  position: relative;
  left: auto;
  height: auto;
  margin-left: 0;
}
.item-block .item-content {
  padding: 0 15px 20px;
}
    .item-block h3 {
        color: #0082c8;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
.item-block h3 a {
  color: #0082c8;
  text-decoration: none;
}
.expand-list {
  list-style: none;
}
.expand-list h3 > a {
  color: #0082c8;
  padding-left:30px;
  background:url(../content/images/arrow-right.png) left 50% no-repeat;
}
.expand-list a.active {
  background:url(../content/images/arrow-down.png) left 50% no-repeat;
}
.expand-list .expand-content {
  padding-left: 85px;
  display:none;
}

.field-wrapper {
  position: relative;
  border: 1px solid #d6d6d6;
  margin-bottom: 6px;
  border-radius: 4px;
  overflow: hidden;
}
.field-wrapper span.label-icon {
  float: left;
  width: 13%;
  height: 40px;
  background: #d6d6d6 no-repeat 50% 50%;
}
.field-wrapper span.label-icon.name-icon {
  background-image: url(../Content/images/icon-name.png);
}
.field-wrapper span.label-icon.email-icon {
  background-image: url(../Content/images/icon-email.png);
}
.field-wrapper input[type="text"], .field-wrapper input[type="email"], select {
  float: left;
  border: none;
  background: #fff;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  padding: 5px;
  height: 40px;
  width: 87%;
  box-shadow: inset 0px 1px 1px #dadada;
}
textarea {
  float: left;
  border: none;
  background: #fff;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  padding: 5px;
  box-shadow: inset 0px 1px 1px #dadada;
}
.field-wrapper.double input[type="text"]{
  width: 43.5%;
}
input[type="submit"].btn-signup {
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
}
footer#footer {
  background: #0082c8;
  color: #ffffff;
  padding-top: 46px;
  padding-bottom: 100px;
}
footer#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer ul h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
footer#footer ul a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
footer#footer p.copy {
  margin: 0;
  padding-top: 20px;
  font-size: 11px;
  text-align: center;
}


/* custom */

.block {
  margin: 0 auto;
  color: #3f3f3f;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  /*box-shadow: 0px 1px 1px #d6d6d6;*/
  padding: 20px 0;
  margin-bottom:20px;
}

.block .content {
  padding: 0 15px 0 15px;
}

    .block h3, .todays-broadcast h3 {
        color: #0082c8;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-transform: uppercase;
        font-weight: 700;
    }

.block  h3 a, .todays-broadcast h3 a {
  color: #0082c8;
  text-decoration: none;
}
.block .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  border-radius: 4px 4px 0 0;
  margin-bottom:30px;
  margin-top: -15px;
}

.block .btn {
    font-weight: 700;
}

audio {
    display:none;
}

.widget-specialoffer .content {
    background-color: #0082c8;
    color: white;
    text-transform: uppercase;
    padding:10px;
    border-radius: 4px ;
    font-size:24px;
    font-weight: 700;
}

.widget-specialoffer a {
    width:100%;
    font-weight: 700;
}

header h3 {
    text-transform: uppercase;
}

article h3 {
    margin-top:0;
}

time {
    font-style: italic;
}

h3 span a {
    font-size: 16px;
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('../fonts/avenirltstd-heavy-webfont.eot');
    src: url('../fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirltstd-heavy-webfont.woff') format('woff'),
         url('../fonts/avenirltstd-heavy-webfont.ttf') format('truetype'),
         url('../fonts/avenirltstd-heavy-webfont.svg#AvenirLTStd85Heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

.bible-study-summary h4 {
    text-transform: uppercase;
    margin-top:0;
}

/* bible minutes */

.widget-bibleminutecloud ul {

    padding-left: 0;

    li {
        display: inline;
    }
}


/* radio broadcast */

.broadcast-archive .broadcast-link {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.widget-broadcastinformation h3 {
    color:#0082c8 ;
}

/* remove ouline from links in ie */

a {outline : none;}

.ribbon.bg {
    height: 320px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color:#fff;
}

.header h1 {
    font-size: 48px;
    text-shadow: 2px 2px 2px #000;
}

@media (max-width: 786px) {
	.header h1 {
	    font-size: 32px;
	    text-shadow: 2px 2px 1px #000;
	}
}

#update-my-preferences {
    font-size: 16px;
    font-family: Arial;
    color: #0082c8;
}

.zone-aside-second > h2 {
    font-size: 30px;
}

/* maps */
#map {
    height: 360px;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.stations-container {
    max-height:200px;
    overflow-y: scroll;
    padding-right: 20px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.info .city {
    font-weight: bold;
}
.info .program {
    margin-top: 15px;
}

/* remove outline */
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*
    .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}*/
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

/* Deafult ----------- */
.form-group, .dynamic-form {
width: 60%;
margin-bottom: 15px;
}

.form-group p, .dynamic-form p {
width: 100%;
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

	.form-group, .dynamic-form {
    width:auto;
	margin-bottom: 15px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 414px) {

	.form-group, .dynamic-form {
    width:auto;
	margin-bottom: 15px;
	}
}


/* Deafult ----------- */
form p {
width: 60%;
margin-bottom: 15px;
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

	form p {
    width:auto;
	margin-bottom: 15px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 414px) {

	form p {
    width:auto;
	margin-bottom: 15px;
	}
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.methodology, .our-work, .proven-results {
  min-height: 325px;
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 786px) {
	
	.methodology, .our-work, .proven-results {
	  min-height:200px;
	  max-width:420px;
	  margin:0 auto !important;
	  margin-bottom:20px !important;
	}
	
}

.methodology {
  background:url(../Content/images/about-methodology-bg.png) 50% no-repeat;
  background-size: contain;
}
.our-work {
  background:url(../Content/images/about-ourwork-bg.png) 50% no-repeat;
  background-size: contain;
}
.proven-results {
  background:url(../Content/images/about-results-bg.png) 50% no-repeat;
  background-size: contain;
}

.btn, .btn:hover, .btn:active, .btn:visited, .btn:link, input[type="submit"], input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:visited, button, button:hover, button:active, button:visited {
  border:none !important;
}

.block-input {
  display:block;
  width:100% !important;
}
form>.row>[class*="col-"]>label {
  margin-top:11px;
}
input[type="checkbox"] {
  margin-right:.5em;
}

/*share this*/
.chicklets {
    display: none !important;
}

.stwrapper {
    top: 100px !important;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.toggle-expand {
    display: none;
}
.toggle-expand, .toggle-collapse {
    float:right;
    margin-left: 50px;
}
.broadcast-archives-pipe {
	position: relative;
	top:3px;
}

.copyright {
    font-size: 0.9em;
}

/* Quiz */

.question {
    margin-bottom: 1em;
}

.question .answer {
    font-weight: normal;
}
.question-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.correct-answer .answer { 
    font-weight: bold;
    color: forestgreen;
}

.wrong-answer .answer {
    font-weight: bold;
    color: red;
}

.horizontal-image-fill {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.widget-broadcastoffer {
	    float:left;
        max-width:360px;
	}

@media (max-width: 1200px) {
	.widget-broadcastoffer {
	    margin-top: 40px;
	}
}

#takeover-modal
{
    z-index: 9999999999; 
    padding: 0 !important;
}