/*------------------------------------------------------------------

Microsite Stylesheet
version 1.01

-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Cardo:400,700|Pathway+Gothic+One');
@import url('http://stage.lethbridge.wbclients.com/css/font-icons.css');

/* ===================================
    1. Global CSS
====================================== */

body
{
    overflow-x: hidden;
    /*font-family: "Cardo", serif;*/
    color: #444444;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Pathway Gothic One", sans-serif;
    font-weight: 400;*/
}

.hero-heading {
    /*font-family: "Pathway Gothic One", sans-serif;
    font-weight: 400;*/
}

blockquote > p {
    /*font-family: "Cardo", sans-serif;*/
}

.btn {
    /*font-family: "Pathway Gothic One", sans-serif;*/
  }


.bullets li, .arrows li, .checks li, .numbers li {
    color: #444444;
}

.microsite-content
{
    width: calc(100% - 100px);
    margin-top: 160px;
    margin-left: 100px;
    padding-bottom: 100px;
    position: relative;
    transition: margin .3s .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.open .microsite-content
{
    margin-left: 650px;
}

.done .microsite-content
{
    transition-delay: 0s !important;
}

.content-left
{
    float: left;
    width: 30%;
    position: relative;
}

.content-left-holder
{
    position: fixed;
}

.content-right
{
    float: right;
    width: 70%;
    position: relative;
}

.content-right-holder
{
    width: 700px;
    max-width: 95%;
    padding-left: 15px;
    padding-right: 15px;
}

.welcome-content
{
    width: 300px;
    padding-left: 85px;
    position: relative;
}

.site-logo
{
    padding: 0;
}

.site-logo img
{
    width: 215px;
    height: auto;
    margin-bottom: 30px;
}

.site-description
{
}

/* ===================================
    11. Responsive CSS
====================================== */

@media screen and (max-width: 1440px) {

    .microsite-content
    {
        margin-top: 80px;
    }

    .content-right
    {
        width: 65%;
    }
}

@media screen and (max-width: 1024px)
{
    .microsite-content
    {
        padding-bottom: 50px;
        margin-left: 0;
        width: 100%;
    }

    .microsite-content
    {
        padding-bottom: 50px !important;
    }

    .content-left
    {
        float: none;
        text-align: center;
        width: 100%;
    }

    .content-left-holder
    {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-right
    {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .content-right-holder
    {
        margin: 0 auto;
        max-width: 100%;
    }

    .welcome-content
    {
        width: 100%;
        padding: 0;
    }

    .site-logo
    {
        display: inline-block;
    }

    .site-description
    {
        display: inline-block;
        vertical-align: top;
        padding-top: 40px;
        text-align: left;
        padding-left: 80px;
        max-width: 390px;
    }
}

@media screen and (max-width: 640px)
{

    .microsite-content
    {
        margin-top: 45px;
    }

    .site-logo
    {
        display: block;
    }

    .site-logo img
    {
        margin: 0 auto;
    }

    .site-description
    {
        display: block;
        padding-bottom: 45px;
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
    }
}


/*-------------------------------------------------------*/
/* competitions
/*-------------------------------------------------------*/

.competition .row {
    margin-bottom: 20px;
}

.competitionColor.overlay {
    background-color: rgba(32, 32, 32, 0.7);
}

h4.competitionColor {
  color: #222222;
}

.competition-header.competitionColor  {
  background-color: #f7f7f7;
}

.btn.competitionColor {
  background-color: #222222;
}

.competition .partners.competitionColor2 .item, .competition blockquote.competitionColor {
  background-color: #f7f7f7;
}

.competition blockquote.competitionColor p {
  color: #222222;
}

.competition .tags.competitionColor a:hover {
    background-color: #222222;
}

.competition .stats-box {
    box-shadow: rgba(62, 62, 62, 0.129412) 0px 0px 27px 0px;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 99;
    width: 100%;
    height: 110px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

.competition .stats-box .box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    border-right: 1px solid rgb(235, 235, 235);
}

.competition .stats-box .box:last-child {
	border-right: none;
}

.competition .copyright a {
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.competition .copyright a span {
  color: #bebebe;
}

.competition .banner-wrap {
    margin-bottom: 0;
}

.btn.competitionColor {
  color: #FFFFFF;
}

.competition #flexslider-hero .img-holder {
    height: 300px;
}

.competition .partners .item {
    height: 80px;
    text-align: center;
}

.competition .partners .item a {
      font-size: 20px;
      line-height: 20px;
      color: #FFFFFF;
      display: block;
      padding: 30px 0;
}

.competition .partners .item {
    border: none;
}

.competition .flexslider .slides>li {
  height: 300px;
}

.competition blockquote {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 40px;
}

.competition blockquote > p {
    font-size: 14px;
    line-height: 26px;
}

.competition-header ul.list li {
  line-height: 13px;
  margin-bottom: 2px;
}

.competition .tags a {
  background-color: #f7f7f7;
}

.competition .tags a:hover {
    background-color: #222222;
}

@media only screen and (max-width: 768px) {
  .competition .stats-box {
      display: inline-table;
      width: 100%;
  }
  .competition .stats-box .box {
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    text-align: center;
    display: block;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-bottom: 1px solid rgb(235, 235, 235);
    margin: 0px auto;
    width: 100%;
    padding: 29px 44px;
}
}