@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body{
  background-color: #f3f3f3;
  font-family: 'Source Sans Pro', sans-serif;
}

a{
  text-decoration: none;
color: black;
}

.subTitleDiv{
  font-size: 19px;
  margin-top: 8px;
  font-weight: 600;


}

.slick-slide img{
  display: inline;
}

.slick-prev, .slick-next {
    top: 48%;
}

.canvasBG {
  margin-left: calc((100% - 920px)/2);
 }

.containercarousel {
  padding: 10px;
  height: 300px;
  margin-top: 25px;
  color: black;
}
.block-media {
  width: 350px;
  height: 300px;
  display: inline-block;
  float: left;
  text-align: -webkit-center;
  text-align: center;
  overflow: hidden;
}

.mainTitle{

  height: 25px;
  width: 900px;
  font-size: 1.20em;
  margin-left: 10px;
  font-weight: 900;

}

.slick-list{

    height: 310px;
}

.mainTitleBG{

  height: 56px;
  width: 100%;
  font-size: 1.20em;
  -webkit-box-shadow: 0px 0px 59px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 59px 5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 59px 5px rgba(0,0,0,0.75);
  position: absolute;
}

.sponsor{

  height:55px;
  width: 352px;
  overflow: hidden;
  margin-left:-2px;
  position: absolute;
  top: 0px;
  z-index: 99999;
 /* background-color: #f3f3f3;*/

}



p{
  padding: 0px;
  margin: 0px;
  padding-right: 20px;
  float: left;

}


.sponsor p{
  line-height: 55px;
}

.slick-slide p{

  margin-top: 10px;


}
.slick-slide {

    min-height: 200px;
    max-height: 300px;


}

.linkButton{

  background-color: #c1c1c1;
  border-radius: 99px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 120px;
  bottom: 0px;
  right: 0px;
  position: fixed;
  margin-right: 20px;


  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;

  font-family: Arial;
  color: #4d4d4d;
  font-size: 16px;
  background: #f3f3f3;


  text-decoration: none;
  margin-bottom: 5px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6e6fc+0,f2f6f8+100 */
  background: rgb(214,230,252); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(214,230,252,1) 0%, rgba(242,246,248,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(214,230,252,1) 0%,rgba(242,246,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(214,230,252,1) 0%,rgba(242,246,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e6fc', endColorstr='#f2f6f8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
}


.linkButton:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d6e6fc+100 */
  background: rgb(242,246,248); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(242,246,248,1) 0%, rgba(214,230,252,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(242,246,248,1) 0%,rgba(214,230,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(242,246,248,1) 0%,rgba(214,230,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#d6e6fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  text-decoration: none;
}


/* Float Shadow */
.cta_button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    background-color: #20bdbc;
    color: white;
    border-radius: 99px;
    line-height: 25px;
    text-align: center;
    bottom: 0px;
    left: 0px;
    
    margin-left: 46px;
    padding: 5px 10px 10px 5px;
    height: 25px;
    width: 152px;
    font-weight: 800;
    font-size: 20px;
    content: ' ►';
    margin-top: 29px;
    margin-left: 320px;
   /* position: absolute;*/
}
.cta_button:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.cta_button:hover, .cta_button:focus, .cta_button:active {
  /*-webkit-transform: translateX(5px);
  transform: translateX(5px);
   move the element up by 5px */
   transform: scale(1.1);
-webkit-box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.7);
box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.7);

  
}
.cta_button:hover:before, .cta_button:focus:before, .cta_button:active:before {
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.cta_button:hover:after{
 /* content: ' ►';*/
}

/* Float Shadow */
.hvr-float-shadow {



  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;



  background-color: #c1c1c1;
  border-radius: 99px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 120px;
  bottom: 0px;
  right: 0px;
  position: fixed;
  margin-right: 20px;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  /* move the element up by 5px */
-webkit-box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.7);
box-shadow: 0px 0px 57px -13px rgba(0,0,0,0.7);

  
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.block-media img{
margin-top: 50px;
-webkit-box-shadow: 0px 0px 65px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 65px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 65px 2px rgba(0,0,0,0.75);
}
.sponsor img{
    margin-top: -6px;
    height: 29px;
    box-shadow: none;
    float: left;
}

.block-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 540px;
  height: 300px;
  color: black;
  display: inline-block;
  float: left;
  position: fixed;
}

.carousel-images img{
  width: 160px !important;
}


.carousel-images > .slick-list {
  padding: 0 !important;
  
}
.carousel-images > .slick-list > .slick-slide {
  width: 350px !important;

}
.carousel-images > .slick-prev {
  left: 10px;
}
.carousel-images > .slick-next {
  right: 10px;
}
.carousel-images > .slick-dots {
  bottom: -10px;
    top: 0px;
    margin-left: 350px;
    margin-top: 11px;
    position: fixed;
    width: 520px;

    text-align: right;
}
.carousel-images > .slick-dots > li button:before {
  font-size: 12px;
}
.carousel-text {

  font-weight: 100;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.carousel-text .title {

  font-weight: 300;
  text-transform: uppercase;
  font-size: 22px;
    font-weight: 900;
}
.carousel-text .headline {

  text-align: justify;
}

.slick-next{
    -webkit-appearance: button;
    filter: invert(1);
}

.slick-prev {
    -webkit-appearance: button;
    filter: invert(1);
}


