/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Styles for Listsize Display
   ========================================================================== */

#listsize {
    text-align: center;
    display: none;
}

#listsize span {
    color: #ADADAD;
    font-size: 10px;
    font-weight: 600;
}

.highlight {
    background-color: DARKBLUE;
    color: white;
    padding: 0px 2px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
    position: relative;
    width: 300px;
    height: 1050px;
    background-image: url(../img/bg.jpg);
}
.container .header {
    width: 300px;
    height: 392px;
    cursor: pointer;
}
.container .content {
    min-height: 340px;
}
.container .content #search {
    position: relative;
}
.container .content #search .search {
    width: 92%;
    padding: 0 0 0 1%;
    margin: 5px 0 0 5px;
    height: 20px;
    font-size: 10px;
    border-radius: 5px;
    background-color: #C4C2C3;
    text-transform:uppercase;
    font-weight: 700;
}
.container .content #search .search:focus {
  border-style: groove;
  border-color: black #CCC #CCC black;
}
.container .content #search .search:placeholder{
  color: #CCC;
}
.container .content #search .cancel{
  position: absolute;
  top: 8px;
  right: 17px;
  width: 50px;
  height: 17px;
  border-radius: 5px;
  background-color: #03478E;
  font-size: 8px;
  line-height: 17px;
  padding: 0 0 0 5px;
  color: white;
  cursor: pointer;
  display: none;
  background-image:url(../img/ic_close_white_24px.svg);
  background-size: 20%;
  background-position: 40px center;
  background-repeat: no-repeat;
}
::-webkit-input-placeholder {
   color: #777;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}

:-ms-input-placeholder {
   color: #777;
}
input {
 outline:none;
}
.container #scroller {
    height: 600px;
    overflow: hidden;
}
.container .content ul {
    margin: 0;
    padding: 0;
}
.container .content ul li {
    list-style: none;
}
.container .content .cell {
    width: 300px;
    height: 120px;
    padding-top: 20px;
    border-bottom: dotted 1px black;
    background-position: 1px 20px;
    ;
    background-repeat: no-repeat;
    cursor: pointer;
}
.container .content .nobg{
  background: none !important;
  padding: 10px 0 10px 0 !important;
  height: auto;
}
.container .content .nobg .title,.container .content .nobg .description{
  margin-left: 0 !important;
  padding-left: 5px;
  width: 92% !important;
  height: auto !important;
  float: none !important;
}
.container .content .cell .title {
    float: left;
    display: block;
    width: 170px;
    margin-left: 120px;
    font-family: 'arial', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1px;
    line-height: 14px;
    color: #04488d;
}
.container .content .cell .description {
    float: left;
    display: block;
    width: 170px;
    margin-left: 120px;
    font-family: 'arial', sans-serif;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: .1px;
    line-height: 14px;
    color: black;
}
.container .load-more {
    position: relative;
    display: block;
    width: 235px;
    height: 30px;
    margin: 10px auto 5px auto;
    border: 0;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: white;
    background-color: #1B6DAF;
    outline: none;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.container .load-more:hover {
    background-color: #064071;
}
.container .spinner {
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 9%;
}
.container .footer {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 298px;
    height: 33px;
    font-size: 10px;
    letter-spacing: .05em;
    text-align: center;
    border-bottom: solid 7px #0A4A8A;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
html .iScrollVerticalScrollbar.iScrollLoneScrollbar {
    bottom: 65px !important;
    height: 585px !important;
    top: auto !important;
    right: 0 !important;
    width: 8px !important;
}
html .iScrollIndicator {
    background: url(../img/scroller-bar-bg.png) no-repeat center center rgba(10, 73, 140, 1) !important;
    border: #000000 !important;
    border-radius: 0 !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
