/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 02:22:38 PM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 11:10:02 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/06/2015, 10:29:35 PM
    Author     : etorres
*/
body {
  margin: 0;
  color: #575756;
  font-family: 'cabinregular' !important;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
textarea {
  resize: none;
  outline: none;
}
p {
  margin-bottom: 0;
}
.two-column {
  overflow: hidden;
}
.two-column p {
  line-height: 1.42857;
  font-size: 35px;
}
.two-column .left-side,
.two-column .right-side {
  float: left;
  width: 548px;
}
.two-column .right-side {
  margin-left: 30px;
}
.two-column.img .left-side {
  width: 627px;
}
.two-column.img .right-side {
  width: 470px;
}
.image-container {
  margin: 34px auto 0px;
}
.image-container .popup-btn {
  margin: 0px 30px;
}
.image-container.two-buttons .popup-btn:first-of-type {
  margin-left: 190px;
}
.image-container.three-buttons {
  margin-top: 10px;
}
.image-container.three-buttons .popup-btn {
  margin: 0px 10px;
}
.image-container.three-buttons.only-img div {
  margin: 0px 10px;
  display: inline-block;
}
.image-container.three-buttons.only-links .popup-btn {
  margin: 0px 102px 0;
  padding: 10px 20px;
  width: 120px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../img/clickGuideWhite.png);
  background-repeat: no-repeat;
  background-position: 125px 30px;
  font-size: 20px;
}
