﻿.body-content {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
}
.dl-horizontal dt {
    white-space: normal;
}
input,
select,
textarea {
    max-width: 280px;
}
body { color:#5c625d; }
a { color: #e2001a; }
a:hover { color: #b2ad7f !important; }
label { font-weight: normal }
.mlabel { color: black !important; }
.control-label { font-weight: bold; }
html {
  position: relative !important;
  min-height: 100% !important;
}
body {
  padding-top: 0px !important;
  margin-bottom: 60px !important;
}
.footer {
  position: absolute !important;
  left:0 !important;
  bottom:0 !important;
  width: 100% !important;
  height:60px !important;
  background-color:#f5f5f5;
}
.top-buffer { margin-top:10px !important; }
.imglogo {
        width:100%;
        max-width: 120px;
        margin: 10px;
}
.imgpeq {
        max-width: 95px;
        max-height: 95px;
        margin: 2px;
 }
.semitransparent {  opacity: 0.5 !important; filter: alpha(opacity=50) !important; }
.uppercase {text-transform: uppercase;}
.blockinfo {margin:5px;}
.blockinfo * {padding:5px;}
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}  
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 70%;
height: 70%;
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .container, .body-content {
        width: 100% !important;
        margin: 0 !important;
        max-width: 5000px;
        padding-left: 0px;
        padding-right: 0px;
    }
  a[href]:after {
   content:"" !important;
    }
}

@media print {  
  @page {
    size:  210mm 297mm; 
    margin: 25mm;
    margin-right: 45mm; 
  }
}
.anchored { cursor:pointer; }
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 9px !important;
    font-size: 12px !important;
}
.linkicon { margin-right: 12px; cursor: pointer;}
@font-face {
    font-family: Ionicons;
    src: url(/fonts/ionicons.eot?v=2.0.0);
    src: url(/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(/fonts/ionicons.woff?v=2.0.0) format("woff"),url(/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}
.form__text {
    font-size: 1rem;
    line-height: 1.5rem
}
.form__fieldset {
    position: relative;
    border: 0;
    padding: 0;
    text-align: left;
    margin: 32px 0
}
.form__fieldset:first-child {
        margin-top: 0
}
.form__fieldset:last-child {
    margin-bottom: 0
}
.form__label {
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: 8px;
    transition: .15s
}
.form__label--inline {
    display: inline-block;
    width: auto;
    margin-right: 10px
}
.form__label.required {
    color: #831023
}
.form__input, .form__select, .form__textarea, .search__input {
    display: block;
    width: 100%;
    padding: 14px 15px;
    /*font-size: 1rem;*/
    line-height: 1.5rem;
    line-height: 1.3em;
    color: #454545;
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    transition: .15s
}
.form__input:focus, .form__select:focus, .form__textarea:focus, .search__input:focus {
    border-color: #000
}
.form__input.required, .form__select.required, .form__textarea.required, .required.form__textarea, .required.search__input {
    padding: 13px 15px;
    border: 2px solid #a22237;
    background: #fff
}
.disable.form__textarea, .disable.search__input, .form__input.disable, .form__select.disable, .form__textarea.disable {
    color: #9b9b9b;
    border-color: #eee;
    background: #eee;
    pointer-events: none
}
.form__input--inline, .form__select--inline, .form__textarea--inline {
    display: inline-block;
    width: auto
}
.form__input--narrow, .form__select--narrow, .form__textarea--narrow {
    max-width: 50%;
    text-align: center
}
.form__input--narrow-50, .form__select--narrow-50, .form__textarea--narrow-50 {
    max-width: 50px;
    text-align: center
}
.form__input--small, .form__select--small, .form__textarea--small {
    padding: 8px;
    font-size: 1rem;
    line-height: 1.5rem
}
.form__textarea {
    min-height: 160px
}
.form__select {
    padding: 14px 34px 14px 14px;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ""
}
.form__select[size] {
    padding: 14px
}
.form__select-container {
    position: relative
}
.form__select-container:before {
content: "";
display: inline-block;
font-family: Ionicons;
position: absolute;
top: 50%;
right: 14px;
margin-top: -9px;
font-size: 1em;
color: #ccc;
pointer-events: none;
transition: .15s
}
.form__select-container.size:before {
display: none
}
.form__select-container.disable:before {
color: #eee
}
.form__select-container.disable .form__select {
border-color: #eee;
pointer-events: none
}
.form__checkbox {
position: absolute;
top: 0;
left: 0;
opacity: 0;
pointer-events: none
}
.form__checkbox + .form__label {
position: relative;
padding-left: 28px;
font-size: 1rem;
line-height: 1.5rem;
font-family: bentonsans-regular,sans-serif
}
.form__checkbox + .form__label:before {
    content: "";
    position: absolute;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-family: Ionicons;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #ccc;
    line-height: 1.5rem
}
.form__checkbox:checked + .form__label:before {
content: "";
color: #454545
}
.form__radio {
position: absolute;
top: 0;
left: 0;
opacity: 0;
pointer-events: none
}
.form__radio + .form__label {
position: relative;
padding-left: 28px;
font-size: 1rem;
line-height: 1.5rem;
font-family: bentonsans-regular,sans-serif
}
.form__radio + .form__label:before {
    content: "";
    position: absolute;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-family: Ionicons;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #ccc;
    line-height: 1.5rem
}
.form__radio:checked + .form__label:before {
content: "";
color: #454545
}
.form .columns__column {
margin-bottom: 32px
}
.search {
position: relative
}
.search__input {
padding-right: 45px
}
.search__btn {
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 100%;
display: inline-block;
text-align: center;
font-family: Ionicons;
font-size: 2rem;
line-height: 1.5rem;
line-height: 1em;
text-decoration: none;
border: 0 !important;
background: none !important;
outline: none !important;
white-space: nowrap
}
.form__alert {
position: relative;
margin: 0 0 32px;
padding: 10px 10px 10px 35px;
font-size: 1em;
color: #a22237;
border: 1px solid #a22237
}
.form__alert:before {
content: "\f35b";
position: absolute;
top: 11px;
left: 10px;
font-family: Ionicons;
font-size: 1.5em;
line-height: 17px
}
h5 {
font-weight:bold;
}

.btn-left,
.btn-right {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: solid thin rgba(255,255,255,0.4);
}

    .btn-left:hover,
    .btn-right:hover {
        background: rgba(0,0,0,0.75);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

.btn-left,
.btn-left:hover {
    background-image: url('/Content/generic/inc2/assets/images/slide-prev.png');
}

.btn-right,
.btn-right:hover {
    background-image: url('/Content/generic/inc2/assets/images/slide-next.png');
    right: 20px;
}