/* Bootstrap - site specific stylesheet */
/* Joseph Gallagher */
/* July 2014 */


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    background: white url("../img/keys.png") no-repeat fixed right;
    color: #fff;
    text-align: center;
}
p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
a, a:hover, a:focus {
    color: #557f87;
}
textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ff854e;
}
.fullWidth {
    max-width: 100%;
    margin-bottom: 25px;
}
.noMargin {
    margin: 0!important;
}
.title {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}
small {
    font-style: italic;
}
.addthis_floating_style.addthis_counter_style {
    width: 73px!important;
}
.addthis_default_style {
    min-width: 400px;
    margin: 0 auto 25px 0;
}
footer{
    padding-top: 50px
}

footer h4{ color:#105469}
/*---------------------
    Headings
---------------------*/
h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
}
h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
    font-family: 'Noto Sans', sans-serif;
}
h4 {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}
/*---------------------
    Main List
---------------------*/
ul.mainList {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}
ul.mainList li {
    margin-bottom: 35px;
}
ul.mainList li h2 {
    background: #1f3c5e;
    padding: 10px 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
ul.mainList li .itemWrapper {
    background: #f8f8f8;
    padding: 25px;
    color: #2b2b2b;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
ul.mainList li .itemWrapper img {
    margin-bottom: 15px;
    width: 100%;
}
ul.mainList li .itemWrapper .description {
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
}
/*---------------------
    iFrame
---------------------*/

.iframe {
    font-size: 10px;
    border: none;
    color: white;
    text-align: center;
    width: 100%;
}

iframe{ margin-bottom: 15px; }
/*---------------------
    Logo
---------------------*/
#logo {
    height: auto;
    width: 200px;
    margin: 0px auto 15px auto;
    padding: 0;
    float: none;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#logo img{ max-width: 100%}
@media only screen and (max-width: 800px) {
    #addside {
        display: none;
    }
}