
html{
    background-color: #ebebeb;
    height: 100%;
    width: 100%;
    font-family: GloberBook, sans-serif;
}

.contents p{
	font-size: 1.2em;
	line-height: 1.5em;
}

h1{
    font-family: GothamBlack,sans-serif;
    text-transform: uppercase;
    color:#262626;
}



h2{
    font-family: GothamLight,sans-serif;
    text-transform: none;
    color:#262626;
}

h3{
    font-family: GothamBlack,sans-serif;
    text-transform:uppercase;
    color:#21b080;
}

/* Minor Adjustments for Small Screens */
@media(max-width: 450px)
{
	h1{
		font-size: 1.5em;
	}

	h2{
		font-size: 1.3em;
	}

	h3{
		font-size: 1.1em;
	}
}

/* Clear Fix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*Basic linke */
a, a:visited, .textOnImage a.standard, .textOnImage a.standard:visited{
    color:black;
    text-decoration: none;
    font-family: GothamBlack;
    transition: color .4s, border .4s;
    border:none;
    display: inline;
    margin:0;
    padding:0;
}

a:hover, .textOnImage a.standard:hover{
    text-decoration: underline;
}

a.img{
    display: block;
    position: relative;
}

a.img:before
{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s ease-out;

    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(transparent, white);
    opacity: .0;
}

a.img:hover:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, white);

    opacity: .3;
}

/* Prevent image highlighting on the logo */
a.img:before
{
    content: " ";
    background: none;
    opacity: .0;
}
.header a.img:hover:before{
    content: "";
    background: none;
}

a.card-link{
    border-left: solid 3px #21b080;
    border-right: solid 3px #21b080;
    padding: 0px 6px;
    color: #21b080;
    font-family: GloberBold, sans-serif;
    font-size: 1em;
    line-height: 1em;
}

a.card-link:hover{
    color: black;
    border-color: black;
}

a.ghost, .ghost-box, .ghost-links a, .textOnImage a{
    border: solid 2px #21b080;
    padding: 6px 14px;
    margin: 5px;
    color: #21b080;
    font-family: GothamLight, sans-serif;
    font-weight: bold;
    text-transform: none;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
}

a.ghost:hover, .textOnImage a:hover, .ghost-links a:hover{
    text-decoration: none;
    /*background-color:#d6d6d6;*/
    border-color: #262626;
    color:#262626;
}

a.ghost.ghost_white, a.ghost.ghost_white_black{
    border-color: #FFF;
    color: #FFF;
}

a.ghost.ghost_black, a.ghost.ghost_black_white{
    border-color: #000;
    color: #000;
}

a.ghost.ghost_white:hover{
    border-color: #21b080;
    color: #21b080;
}

a.ghost.ghost_white_black:hover{
    border-color: #000;
    color: #000;
}
.ghost-box:hover{
    border-color: #262626;
}

.ghost-box a{
    color: #21b080;
    margin-left: 4px;
}

.ghost-box a:hover{
    color:#262626;
}

a.no-ghost{
	font-family: GothamBlack;
	border:none;
	padding:0px;
	color:white;
}



a.no-ghost:hover{
	color:white;
	text-decoration: underline;
}

a.no-ghost.black{
	color:black;
}

a.no-ghost:black{
	color:black;
}




.container{
    width: 97%;
    max-width: 1053px;
    margin: 0 auto;
    padding: 1.5%;
	overflow:hidden;
}

.container img{
	max-width: 100%;
}

.container iframe{
	max-width: 100%;
}

b, strong{
    font-family: GloberBold, sans-serif;
}


p{
    margin-top: 15px;
}

.vimeo_holder{
    max-width: 600px;
    margin:0 auto;



}
.vimeo_holder div{
    padding-bottom: 56.25%;
    text-align: center;
    position: relative;
    width:100%;
    height:100%;

}

.vimeo_holder div div{
    background-color: black;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;


}




table.bigLeft td{
  padding-top:10px;
  padding-bottom: 20px;
  font-size: 1.2em;
  border-bottom: 1px solid #aaa;
}

table.bigLeft td:first-child a{
  color: #21b080;
}

table.bigLeft td:first-child{
  font-family: GothamLight,sans-serif;
  text-transform: none;
  font-weight: bold;
  color: #21b080;
  font-size: 1.3em;
  white-space: nowrap;
  padding-right: 30px;
  text-align: right;
  border-bottom: 0px solid #aaa;

}

table.bigLeft tbody tr:last-child td { border-bottom: 0px solid #aaa; }


@media (max-width:500px) {
  table.bigLeft, table.bigLeft td, table.bigLeft tr {
  		display: block;
  }

  table.bigLeft td{
    padding-bottom: 15px;
  }
  table.bigLeft td:first-child{
    padding-bottom: 0px;
    text-align: left;
  }

}

.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
