/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
Browse Happy prompt
========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Helper classes
========================================================================== */

.left {float:left;}
.right {float:right;}


/*
* Hide visually and from screen readers: h5bp.com/u
*/

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.page_success_message {width:94%;padding: 10px; margin-bottom:15px;background-color:#dff0d8; color:#2b542c; border: 1px solid #d6e9c6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.page_error_message {width:94%; padding:10px; margin-bottom:15px;background-color:#f2dede; color:#843534; border: 1px solid #ebccd1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}

.page_error_message ul {margin-top:10px;margin-bottom:0;}

img {max-width:100%;}

/* ==========================================================================
Author's custom styles
========================================================================== */

body {background: #f3ecd3 url('../images/bg-texture.png') repeat left top; font-family: Georgia, Times, "Times New Roman", serif;}

h1 {color:#810d01; font-size:27px; margin: 0 0 15px; font-weight:normal;}
h3 {font-weight:normal;}
h4 {margin: 0; font-weight:normal;}

.btn-red {display:inline-block; *display:inline; *zoom:1; margin-top:20px;padding: 10px 14px; color:#fff; background-color:#810d01; text-decoration:none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.btn-red:hover {background-color:#8f1306;}

.row {max-width:1000px; margin: 0 auto; background-color:#fff;}

.row-header {max-width:1000px;border-bottom: 1px solid #fff; position:relative; margin-top:20px; background:none; }
    .logo-bg {background:transparent url('../images/top-bg.png') no-repeat center top; position:relative; z-index:9999;}

    .logo-top {display:block; text-indent:-9999px;margin: 10px auto 0; width:121px; height:128px; background: transparent url('../images/logo-top.png') no-repeat center top; margin-bottom:-71px;z-index:999; position:relative; top:14px;}
    .row-header .container {position:relative; padding: 15px 15px 0 15px; background-color:#fff; overflow:visible;}
    .lt-ie8 .row-header .container {position:absolute;}
    a.login-btn {position:absolute; z-index:9999;right:15px; top:-26px; padding:4px 10px 4px 22px; font-size:13px; text-decoration:none;color:#810d01; background:#fff url('../images/icon-key.png') no-repeat 4px 5px;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}

    a.login-btn:hover {background-color:#f2f1ed;}
    .menu-link {
      display: none;
      text-decoration: none;
      outline:0;
      position:relative; z-index:999;
      }
    .menu {
        background-color: #810d01;
     width:100%;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      }
    .menu ul {
      padding: 0px;
      margin: 0px;
      list-style: none;
      position: relative;
      display: inline-table;
      }
    .menu > li > ul.sub-menu {
      min-width: 10em;
      padding: 4px 0;
      background-color: #f4f4f4;
      border: 1px solid #CCC;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      }
    .menu ul:after {
      content: ""; clear: both; display: block;
      }
    .menu ul li {
      padding: 0px;
      }
    .menu > ul > li {
      display: inline-block;
      *display:inline;
      *zoom:1;
      }
    .menu ul li a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      position:relative; z-index:9999;
      }

    .menu ul li a:hover {color:#e5e5e5;}
    .menu ul li > a {
      padding: 0;
      margin: 10px 22px;
       }
    .menu ul ul {
      display: none;
      position: absolute;
      z-index:99999;
      top:100%;
      min-width: 160px;
      background-color: #f4f4f4;
      border: 1px solid #CCC;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      }
    .menu ul li:hover > ul {
      display: block;
      }
    .menu ul ul > li {
      position: relative;
      }
    .menu ul ul > li a {
      padding: 5px 15px 5px 10px;
      background-color: #f4f4f4;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -ms-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
       }
    .menu ul ul > li a:hover {
      background-color: #AE5C10;
      color: #fff;
      }
    .menu ul ul ul {
      position: absolute;
      left: 100%;
      top:0;
      }

      .login-mobile {display:none!important;}


.row-slider {}

    .row-slider .container {background: #ccc url('../images/slider-image.png') no-repeat center top; margin: 0 15px; height:270px;}

    .lt-ie8 .row-slider .container {margin-top:57px;}
.row-content {}
    .row-content .container {padding: 5px;}
    .welcome {margin: 10px 0;  text-align:center; color:#810d01; font-size:43px; font-weight:normal;}
    .home-btns {margin: 0 auto; list-style:none; width:auto; text-align:center;padding:10px 0 25px; background: transparent url('../images/divider-faded.png') no-repeat center -5px; }
    .home-btns li {display:inline-block; *display:inline; *zoom:1; margin: 0 25px;}

    .home-btns li a {display:block; background-color:#810d01; color:#fff; text-align:center; padding: 10px 0; width:225px; text-decoration:none; font-size:21px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
    .home-btns li a:hover {background-color:#8f1306;}

    .divider-line {width:96%; height:10px; margin: 0 auto 10px;background: transparent url(../images/dots.png) repeat-x left bottom;}


.content.with-sidebar {width:69%; float:left; padding:10px 2%;background: transparent url('../images/dots.png') repeat-y right top;}
.content {width:96%; background:none; padding:10px 2%;}

.row-banner .container {background: #ccc url('../images/slider-image.png') no-repeat center -20px; margin: 0 15px; height:130px;}
    .lt-ie8 .row-banner .container {margin-top:56px;}
.row-banner h2 {color:#810d01; font-weight:normal; background-color: rgba(255, 255, 255, 0.8); margin: 0; position:relative; top:40px; font-size:33px;display:inline; width:auto; padding:10px 14px;}
    .lt-ie9 .row-banner h2 {color:#fff;}
#form_contact input {width:45.5%; margin-bottom:12px; padding: 8px 1%;-webkit-border-radius: 4px; border:1px solid #acacac;
-moz-border-radius: 4px;
border-radius: 4px;}
#name {margin-right:1%;}
#form_contact textarea {width:95%; height:130px; padding: 8px 1%; margin-bottom:12px; border:1px solid #acacac; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
#form_contact input[type="submit"] {width:25%; background-color:#810d01; border:0; outline:0; color:#fff; height:40px;}
#form_contact input[type="submit"]:hover {background-color:#8f1306;}

#login-form {}
    #login-form input[type="email"], #login-form input[type="password"] { width:40%; margin-bottom:15px;background-color:#fff;padding: 8px 1%;border:1px solid #acacac;
                                                                        -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
    #login-form p {margin-top:0;}
    #login-form p a {color:#810d01;}
    #login-form input[type="submit"] {width:20%;background-color:#810d01; border:0; outline:0; color:#fff; height:40px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
    #login-form input[type="submit"]:hover {background-color:#8f1306;}


.sidebar {width:23%; float:right; padding:10px 2%;}
.sidebar h4 {margin-bottom:15px;}
.sidebar p {margin-top:0;}


#docs-filter {}
#docs-filter select {height:35px; border:1px solid #ccc; padding:0; margin: 0 1% 10px 0;display:block; float:left;}

#docs-filter #property {width:24%;}
#docs-filter #year {width:14%;}
#docs-filter #month {width:14%;}
#docs-filter #category {width:24%;}

    .lt-ie9 #docs-filter select {position:relative; }
    .lt-ie8 #docs-filter select {top:0;}
#docs-filter select option {background-color:#fff;}
#docs-filter input[type="text"] {width:95%; height:23px; padding:5px;border:1px solid #ccc; margin-bottom:10px;}
#docs-filter span.label {font-style:italic; color:#A2A2A2; display:block;}
#docs-filter span.filter {margin-bottom:0px;}

#docs-filter input[type="submit"] {background-color: #810d01;
border: 0;
outline: 0;
color: #fff;
height: 36px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; position:relative; width:20%; padding-right:0; padding-left:0;}
#docs-filter input[type="submit"]:hover {background-color:#8f1306;}

.unit {text-indent:25px;}

.docs-list {margin-left:0;padding-left:20px;}
.docs-list li {margin-bottom:15px;}
.docs-list a {color:#810d01;}

.properties a {display:block; float:left; height:auto; width:auto;width:22.9%; margin-right:2.1%;text-decoration:none;}
.properties a:nth-of-type(4n+5) {clear:both;}

 .property-listing { border:1px solid #acacac; border-bottom:0;margin-bottom:24px; width:100%; border-spacing:0;
                       -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
    .property-listing:hover {border:1px solid #810d01; border-bottom:0;}
    .property-listing .listing-img {position:relative;}
    .property-listing .listing-img .available {position:absolute; top:10px; right:0; padding:5px 10px; background-color:#2b9209; color:#fff;}
    .property-listing .listing-img .rented {position:absolute; top:10px; right:0; padding:5px 10px; background-color:#810d01; color:#fff;}
    .property-listing img {width:100%; max-width:100%;}

    .listing-content {padding:10px; border-bottom:1px solid #acacac;
    -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
    .property-listing:hover .listing-content {border-bottom:1px solid #810d01;}
    .listing-content h3 {margin-top:0; margin-bottom:6px;color:#810d01;}

    .lt-border {border-left:1px solid #acacac; width:49.6%;
    -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
    .property-listing strong, .property-details strong {color:#810d01;}
    .property-listing em, .property-details em {color:#535353;}
    .property-listing:hover .lt-border {border-left:1px solid #810d01;}


    .property-listing tr {border-bottom:1px solid #acacac;
    -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
    .property-listing:hover tr {border-bottom:1px solid #810d01;}

    .details-left {float:left; width:56%; margin-right:4%;}
        .details-left img {width:100%;}
        .details-left ul {margin:0; padding:0; list-style:none;}
        .details-left ul li {width:23.5%; float:left; margin: 12px 2% 0 0;}
        .details-left ul li:nth-child(4n) {margin-right:0;}
		.details-left ul li:nth-child(4n+5) {clear:both;}
    .details-right {float:left; width:40%;}
    .details-right .available {text-align:center; width:100%; box-sizing:border-box; padding:10px; background-color:#2b9209; color:#fff; margin-bottom:20px;}
    .details-right .rented {text-align:center; width:100%; box-sizing:border-box; padding:10px; background-color:#810d01; color:#fff; margin-bottom:20px;}
        .property-details {border:1px solid #acacac; border-bottom:0;margin-bottom:24px;}



input[type="text"], input[type="tel"], input[type="email"], textarea {font-family: 'Open Sans', sans-serif;}
#form_application {}
    #form_application label {display:block; margin-bottom:5px;}
    #form_application .checkboxes {margin-bottom:12px;}
    #form_application label.checkbox-label {float:left; width:60px; margin-top:6px; margin-bottom:0;}
    #form_application input[type="radio"] {margin-right:4px;}
    #form_application input[type="text"], #form_application input[type="tel"], #form_application input[type="email"], #form_application textarea {width:100%; box-sizing:border-box; margin-bottom:12px; padding: 8px; border:1px solid #acacac;-webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px;}
    #form_application textarea {height:125px;}
    #form_application input[type="file"] {margin-bottom:12px;}
    #form_application .form-100 {width:100%;}
    #form_application .form-50 {float:left; width:49%; margin-right:2%;}
    #form_application .form-50:nth-of-type(2) {margin-right:0;}
    #form_application .form-33 {float:left; width:32%; margin-right:2%;}
    #form_application .form-33:nth-of-type(3) {margin-right:0;}
    #form_application .form-25 {float:left; width:23.5%; margin-right:2%;}
    #form_application .form-25:nth-of-type(4) {margin-right:0;}
    #form_application button {
        background-color: #810d01;
        border: 0;
        outline: 0;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }


.row-footer {}

    .logo-bottom {margin: 0 auto; width:auto; height:89px; margin-bottom:-66px;display:block; background: transparent url('../images/bottom-bg.png') no-repeat center top; position:relative; z-index:999;}

    .row-footer .container {padding: 0 15px 15px;}
    .copyright {background-color:#810d01; padding: 14px 14px 8px; color:#fff; font-size:12px;}
        .lt-ie8 .copyright {height:16px; }
    .copyright a {color:#fff; text-decoration:none; position:relative;z-index:9999; font-weight:100; background:none;}
    .copyright a:hover {text-decoration:underline;}



/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 993px) {



/* hidden content */
.hide-lg {display:none;}
}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
.container {}

.menu ul li > a {margin: 10px 10px;}
.menu ul li a {font-size: 16px;}

.copyright {padding: 0 0 5px;}
.copyright .left, .copyright .right {position:relative; top:45px; color:#000;}
.copyright a {color:#000;}

#docs-filter {}
#docs-filter select, #docs-filter input[type="text"] {display:block;margin-left:0; border-bottom:1px solid #ccc;}


.lt-border {width:49%;}


/* hidden content */
.hide-md {display:none;}
.hide-lg {display:inherit;}
}

/* Small Devices, Tablets */
@media (max-width : 768px) {

 .logo-bg {z-index:auto;}
 .logo-top {z-index:9999;}

a.menu-link {
display: block;
color: #fff;
 background-color: #810d01;
 padding: 10px;

}
.menu {
clear: both;
min-width: inherit;
float: none;
}
.menu, .menu > ul ul {
overflow: hidden;
max-height: 0;
background-color: #f4f4f4;
}
.menu > li > ul.sub-menu {
padding: 0px;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.menu.active, .menu > ul ul.active {
max-height: 55em;
}
.menu ul {
display: inline;
}
.menu > ul {
border-top: 1px solid #808080;
}
.menu li, .menu > ul > li {
display: block;
}

.menu ul li > a {padding: 15px 10px; margin:0; color:#810d01;}

.menu ul li > a:hover {color:#550901; font-weight:bold;}

.menu li a {

display: block;
border-bottom: 1px solid #808080;
position: relative;
}


.menu li.has-submenu > a:after {
content: '+';
position: absolute;
top: 0;
right: 0;
display: block;
font-size: 1.5em;
padding: 0.55em 0.5em;
}
.menu li.has-submenu > a.active:after {
content: "-";
}
.menu ul ul > li a {
background-color: #e4e4e4;
padding: 19px 18px 19px 30px;
}
.menu ul ul, .menu ul ul ul {
display: inherit;
position: relative;
left: auto; top:auto;
box-shadow: none;
border:none;
}

ul.left, ul.right {float:none;}

.welcome {font-size:35px; line-height:38px;}

.properties a {width:45%; margin-right:5%;}
.properties a:nth-of-type(4n+5) {clear:none;}
.properties a:nth-of-type(2n+3) {clear:both;}

.details-left, .details-right {float:none; width:100%; margin-right:0;}
.details-left {margin-bottom:20px;}
.details-right table {width:100%;}


.copyright {height:20px;}
.copyright .left, .copyright .right {display:block; float:none; text-align:center; top:75px;}
.copyright .right {margin-bottom:15px;}

#login-form input[type="email"], #login-form input[type="password"] {width:55%;}
#login-form input[type="submit"] {width:40%;}





#form_application .form-50 {float:none; width:100%; margin-right:0;}

#form_application .form-33 {float:none; width:100%; margin-right:0;}

#form_application .form-25 {float:left; width:49%; margin-right:2%;}
#form_application .form-25:nth-of-type(2n) {margin-right:0;}


/* hidden content */
.hide-sm {display:none;}
.hide-lg, .hide-md {display:inherit;}
}


@media (max-width : 600px) {
    .row-content .container {padding:0 15px;}
    .content {width:100%;}
    .row-slider .container {height:170px;}
    .row-header {margin-top:10px;}
    a.login-btn {display:none;}
    li.login-mobile {display:block!important;}

  .row-banner h2 {font-size:28px; top:45px;}
  .home-btns {background: none; padding-bottom:5px;}
  .home-btns li {display:block;margin: 0 auto 15px;}
  .home-btns li a {margin: 0 auto;}

  #docs-filter select {width:49%; margin: 0 2% 10px 0;}
  #docs-filter select#year, #docs-filter select#category {margin-right:0;}


  #docs-filter #property {width:49%;}
#docs-filter #year {width:49%;}
#docs-filter #month {width:49%;}
#docs-filter #category {width:49%;}


  #docs-filter input[type="submit"] {width:100%;}

  .content {background:none;width:100%; float:none; padding-right:0; padding-bottom:20px;padding-left:0; margin-bottom:20px;}
  .content.with-sidebar {width:100%; float:none; padding-right:0; padding-bottom:20px;padding-left:0; margin-bottom:20px; background:transparent url('../images/dots.png') repeat-x left bottom;}
  .sidebar {width:100%; float:none; padding-right:0; padding-left:0;}

  #form_application .form-25 {float:none; width:100%; margin-right:0;}

}


/* Extra Small Devices, Phones */
@media (max-width : 480px) {

    .btn-red {display:block;}

#form_contact input {width:96%; margin-bottom:12px; padding: 8px 2%;}
#name {margin-right:0;}
#form_contact textarea {width:96%; height:130px;margin-bottom:12px; padding:8px 2%;}
#form_contact input[type="submit"] {width:100%;}

#login-form input[type="email"], #login-form input[type="password"] {width:96%;}
#login-form input[type="submit"] {width:100%;}

.properties a {width:100%; margin-right:0;}

#docs-filter select {width:100%; float:none; margin: 0 0 10px;}

#docs-filter #property {width:100%;}
#docs-filter #year {width:100%;}
#docs-filter #month {width:100%;}
#docs-filter #category {width:100%;}

/* hidden content */
.hide-xs {display:none;}
.hide-lg, .hide-md, .hide-sm {display:inherit;}
}


/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request: h5bp.com/r
========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .row-header, .row-footer, form {display:none;}

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }



    /*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }


    /* kill urls printing after links in FF */
	a:link:after,
    a:visited:after {
        content: "" !important;
    }
}
