/* FONTS Style ONLY */
h1 {font-size: 2em; font-weight: normal; margin: 0.67em 0;}
h3 {font-size: 1.25em; font-weight: bold}
p {font-size: 0.9em; line-height: 1.5;}
a {color: #c50d00;}
a:hover {color: #c50d00; text-decoration: none;}

@font-face{
    font-family:"icons-bovada";
    src:url(../fonts/icons-bovada.eot);
    src:url(../fonts/icons-bovada.eot?#iefix) format("embedded-opentype"),
        url(../fonts/icons-bovada.woff) format("woff"),
        url(../fonts/icons-bovada.ttf) format("truetype"),
        url(../fonts/icons-bovada.svg#icons-bovada) format("svg");
    font-weight:400;
    font-style:normal
}

.icon-checked:before {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family:"icons-bovada";
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    speak:none;
    text-transform:none;
    content:"\2b"
}

.icon {
    background-color: darkgreen;
    color: white;
    border-radius: 50%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
}

.custom-cta > a {color: #fff; font-weight: bold;}
.column > p {margin-top: 1rem;}
/* FONTS Style END */

body {
	background: #2b2b2b none repeat scroll 0 0;
	color: #2f2f2f;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}

.grid-container {
	background: #e3e3e3 none repeat scroll 0 0;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	padding: 1%;
}

.main-body {
	background: #ffffff none repeat scroll 0 0;
	padding: 2% 3%;
}

.column {
   padding: 16px;
}

.step {
    border: 2px solid #e3e3e3;
    margin-bottom: 1rem;
}

.custom-cta {
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin: 30px auto 40px;
  min-width: 110px;
  outline: medium none;
  padding: 18px 28px;
  text-align: center;
}

.custom-cta.primary, .footer-links .custom-cta.links-container {
  background: #c50d00 none repeat scroll 0 0;
  box-shadow: 0 -2px 0 0 #aa1207 inset;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  -moz-transition: background-color .25s ease-out,color .25s ease-out;
  -ms-transition: background-color .25s ease-out,color .25s ease-out;
  -o-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  color: #fff;
}

.custom-cta.primary:hover, .footer-links .custom-cta.links-container:hover {
  background: #e52113 none repeat scroll 0 0;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  -moz-transition: background-color .25s ease-out,color .25s ease-out;
  -ms-transition: background-color .25s ease-out,color .25s ease-out;
  -o-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.row:nth-of-type(4) > .column:first-child {
  text-align: inherit;
}

.done-footer {
    text-align: center;
    padding: 2rem;
}

.done-message {
    margin-top: 1rem;
}

hr {
    clear: both;
    max-width: 62.5rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid #696969;
    border-left: 0;
}

.lbtcimg {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

img {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}

/* MEDIA QUERIES */
@media (min-width: 640px) and (max-width: 1023px){
	.row:nth-of-type(5) .column:first-child, 
  .row:nth-of-type(4) .column:first-child {padding: 16px; text-align: center;}
}

@media (min-width: 320px) and (max-width: 639px){
	.column {padding: 16px !important; text-align: center !important;}

  h1 {text-align: center;}
  p {text-align: center;}
  .grid-container{padding:0;}
}