@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
    font-family: 'bpicons';
    src:url('../fonts/bpicons/bpicons.eot');
    src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bpicons/bpicons.woff') format('woff'),
    url('../fonts/bpicons/bpicons.ttf') format('truetype'),
    url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
    font-weight: normal;
    font-style: normal;
} /* Made with http://icomoon.io/ */

.ct-cf:before,
.ct-cf:after {
    content: " ";
    display: table;
}

.ct-cf:after {
    clear: both;
}

.ct-cf {
    *zoom: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Lato', Calibri, Arial, sans-serif;
    line-height: 1;
    color:#333;
    overflow-x: hidden;
    overflow-y: scroll;
    background:#f1f4f9;
}

.clr{
    clear: both;
}

.container{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
}

header {
    display:block;
}

.container > header {
    padding: 20px 30px 10px 20px;
    margin: 0 20px 10px 20px;
    position: relative;
    display: block;
    text-align: left;
}

p.index-box{
    display: block;
    padding: 15px 0;
}
p.index-box a,
p.index-box {
    display: table;
    padding: 4px 10px 3px;
    line-height: 18px;
    margin: 10px 25px;
    background: rgba(100, 100, 100, 0.5);
    font-weight: 700;
    color: white;
}
p.index-box a:active{
    background: #fff;
    border: 1px solid #fff;
}

.ct-search {
    position: relative;
    margin: 16px 0 16px 0;
}
.ct-search-input-wrap {

}
.ct-search.ct-search-open .ct-search-input-wrap {
    width: 278px;
}

input[type="submit"].ct-search-submit  {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.ct-search.ct-search-open{
    background: #237dac;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}
input[type="submit"].ct-search-submit {
    background: transparent;
    color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: none;
    z-index: -1;
}
.ct-search.ct-search-open input[type="submit"].ct-search-submit {
    z-index: 90;
}
input[type="text"].ct-search-input {
    border: none;
    outline: none;
    opacity: 1;
    background: #fff;
    width: 150px;
    height: 25px;
    margin: 0;
    padding: 2px 7px;
}
.ct-search.ct-search-open input[type="text"].ct-search-input {
    opacity: 1;
}

.two-columns {
    width: 100%;
}

.tt-query,
.tt-hint {
    width: 200px;
    height: 30px;
    padding: 8px 12px;
    /*font-size: 24px;*/
    line-height: 30px;
    border: 2px solid #ccc;
    outline: none;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 205px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 13px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #053300;

}

.tt-suggestion p {
    margin: 0;
}

@media screen and (max-width: 1250px){
    body {
        font-size: 1em;
    }
}
@media screen and (max-width: 1140px){
    .ct-branding,
    .ct-nav-wrapper,
    .ct-nav-main,
    .ct-nav-main ul,
    .ct-header-items-right {
        float: none;
        margin: 0 auto;
        clear: both;
    }
    .ct-nav-wrapper {
        text-align: center;
        padding: 23px 10px 7px;
        min-width: 0;
    }
}
@media screen and (max-width: 960px) {
    .ct-inner{
        padding:0 15px;
    }
}