/*
    Document   : homeSuccess
    Created on : Aug 30, 2013, 2:32:12 PM
    Author     : jacobspizziri
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-image: none;
}

.container-fluid {
    padding-left:0px;
    padding-right:0px;
}

#hero {
    min-height:435px;
    background-image: url('/images/help/vatican.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    text-align: center;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.6em;
    line-height: 1;
    font-weight: 400;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 70px;
    padding-right: 70px;
}

.wrapper {
  height: 100%;
  width: 100%;
  padding-top: 83px;
}

.hero-content {
    padding-top: 20px;
    padding-bottom: 25px;
    background-color: rgba(48,95,143,0.75);
    font-size: 52px;
    font-family: 'proxima-nova';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 64px;
    letter-spacing: .025em;
}


.hero-subcontent {
  margin-top: 7px;
    font-size: .46em;
    font-family: 'proxima-nova';
    font-weight: normal;
    text-transform: none;
    line-height: 30px;
    letter-spacing: .025em;

}

.join-us h2 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}

#tile-row {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tile-wrapper {
  width: 260px;
  display: inline-block;
  margin-bottom: 10px;
}

a.tile {
  width: 100%;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#467eb8+0,305f8f+100 */
  background: rgb(70,126,184); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(70,126,184,1) 0%, rgba(48,95,143,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,126,184,1)), color-stop(100%,rgba(48,95,143,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(70,126,184,1) 0%,rgba(48,95,143,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(70,126,184,1) 0%,rgba(48,95,143,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(70,126,184,1) 0%,rgba(48,95,143,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(70,126,184,1) 0%,rgba(48,95,143,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#467eb8', endColorstr='#305f8f',GradientType=0 ); /* IE6-9 */
}

a.tile:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#356699+0,1f466e+100 */
  background: rgb(53,102,153); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(53,102,153,1) 0%, rgba(31,70,110,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,102,153,1)), color-stop(100%,rgba(31,70,110,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(53,102,153,1) 0%,rgba(31,70,110,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(53,102,153,1) 0%,rgba(31,70,110,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(53,102,153,1) 0%,rgba(31,70,110,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(53,102,153,1) 0%,rgba(31,70,110,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356699', endColorstr='#1f466e',GradientType=0 ); /* IE6-9 */
}

.tile-content {
    padding: 20px;
    color: white;
    font-size: 25px;
    font-weight: 500;
    font-family: 'proxima-nova';
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: .025em;
}

.tile-subtitle {
    font-size: 15px;
    font-weight: normal;
}

/*Media Queries*/
@media (max-width: 979px) {
    div#tile-row{
        padding:0;
    }
}


/*Begin Patch for non bootstrap*/
#content .content {
    /*padding:0;*/
}

.span4.tile {
    width: 260px;
}

.span4 {
    float:left;
    margin-right:50px;
}
