body {
    background-color: white;
}

a {
    color: #0065bd;
}
a:hover {
    color: #00a551;
}

.btn {
    border-radius: 0;
    padding: 0.5em 1em;
    transition: all 0.2s;
}

.btn .glyphicon {
    position: relative;
    top: 2px;
}

.btn.btn-success {
    background: #00a551;
}
.btn.btn-success:hover {
    background: #008822;
}
.btn.btn-default {
    border-color: #0065bd;
    border-width: 2px;
    color: #0065bd;
}
.btn.btn-default:hover {
    background: #0065bd;
    color: white;
}
.btn.btn-default:hover .glyphicon {
    color: #70bcff;
}
.btn.btn-primary {
    background: #0065bd;
    border-color: #0065bd;
}
.btn-services {
    padding: 0.5em 1em 0.4em 1em;
    width: 100%;
}
.btn-services {
}

header {
    background: white;
    width: 100%;
}
.header-inner {
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: left;
}
.header-title h1 {
    margin-top: 0;
}
.header-title h3 {
    margin-bottom: 0;
}

.dsiBars {
    background: #0065bd;
    border-bottom: 8px solid #0a4;
    height: 20px;
    width: 100%;
}

/*.logo-dsi {
    display: inline-block;
    float: left;
}*/

.logo-dsi {
    margin: 0 auto;
}
.logo-dsi--outer {
    display: inline-block;
}
.logo-dsi--footer {
    height: 40px;
    width: 122px;
    margin-right: 1.5em;
}

.logo-ahs {
    display: inline-block;
    float: right;
    right: 5px;
    position: relative;
    top: 5px;
}

.logo-desouza {
    border-left: 1px solid #ccc;
    display: inline-block;
    float: right;
    margin-left: 1.5em;
    padding-left: 1.5em;
    position: relative;
    right: 5px;
    top: 23px;
}

nav {
    background: white;
    border: none;
    font-size: 120%;
    margin-bottom: 0;
    margin-top: 1.5em;
}
.nav-item a {
    font-size: 1em;
}
.nav-item .glyphicon {
    margin-right: 0.25em;
    position: relative;
    top: 2px;
}
.nav-item a {
    padding-bottom: 0.25em;
}
.nav-item,
.nav-preface {
    display: inline-block;
    margin-right: 0.75em;
}
.nav-preface {
    position: relative;
    top: 3px;
}

.form-group {
    margin-bottom: 1.5em;
}

.mainwrapper {
    background: #eee;
    padding: 2em 0;
}

.contentBox {
    background: white;
    box-shadow: 0 1px 14px rgba(0,0,0,0.15);
    padding: 1em 3em;
}
.contentBox + .contentBox {
    margin-top: 2em;
}
.contentBox h2,
.contentBox h3 {
    margin-bottom: 1em;
}
.contentBox p {
    font-size: 110%;
    margin-bottom: 1.25em;
}
.contentBox .glyphicon {
    margin-right: 0.25em;
}
.contentBox--loginBox {
    background: url(imgs/bg-login.png);
    background-size: cover;
    color: white;
    margin-top: 0 !important;
    text-shadow: 0px 0px 7px rgba(0, 101, 189, 1);
}
.contentBox--loginBox a {
    border-bottom: 1px dotted #dbecff;
    color: #dbecff;
    font-weight: bold;
}
.contentBox--loginBox a:hover {
    color: #70bcff;
    border-bottom-color: #70bcff;
    text-decoration: none;
}

a.forgotPassword {
    display: inline-block;
    margin-top: 1em;
}

.content-news {
    margin-top: 2em;
}
.news-item {
    clear: both;
}
.news-item .news-secondary {
    font-weight: bold;
}
.news-item img {
    float: left;
    margin: 0 1em 0.5em 0;
    height: auto;
    width: 150px;
}

footer {
    margin: 1.5em 0;
}
.footer-inner {
    margin: 0 auto;
    max-width: 760px;
}
.footer-centered {
    display: table;
    width: 100%;
}
.footer-centered--inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}





.row-equal {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;

    > [class*="col-"] {
        float: none;
        display: table-cell;
        margin: 0;
        vertical-align: top;
    }
}

.youtube-responsive-container {
    margin: 0 auto;
    max-width: 560px;
}
.youtube-responsive {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	position: relative;
}
.youtube-responsive iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}



/* Bootstrap size sm and xs */
@media screen and (max-width: 991px) {
    .mainwrapper {
        padding-bottom: 0;
    }
    .logo-ahs {
        display: block;
        float: left;
        margin-bottom: 1em;
        right: auto;
        top: 0;
    }
    .logo-desouza {
        border: none;
        display: block;
        float: right;
        padding: 0;
        right: 5px;
        top: 15px;
    }

    .header-title {
        clear: both;
        display: block;
        padding-top: 0.5em;
        width: 100%;
    }
    .header-title h1 {
        margin-bottom: 0;
    }
    .header-title h3 {
        margin-top: 0;
    }
    .logo-ahs img {
        top: 0;
    }
    
    .mainwrapper {
        padding-top: 0;
    }
    
    .content-leftcolumn {
        padding-right: 0;
    }
    .content-rightcolumn {
        padding-left: 0;
    }
    
    .contentBox {
        padding-left: 2em;
        padding-right: 2em;
    }
    .contentBox h3 {
        display: block;
    }
    
    .content-news {
        margin-top: 0 !important;
    }
    
    .footer-centered,
    .footer-centered--inner,
    .logo-dsi--outer {
        display: block;
        text-align: center;
    }
    .logo-dsi--footer {
        margin-right: 0;
    }
    .logo-dsi--outer {
        margin-bottom: 1em;
    }
    .mobile-nopad {
        padding: 0;
    }
}

/* Bootstrap size xs */
@media screen and (max-width: 767px) {
    .news-item img {
        float: none;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    .logo-desouza {
       top: 3px;
    }
    .logo-desouza img {
        height: 35px;
        width: 114px;
    }
    .logo-ahs img {
        height: 35px;
        width: 119px;
    }
}


/* Old unused??? */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}





/* Utility classes */

.m-t-0 { margin-top: 0 !important; }
.m-r-0 { margin-right: 0 !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-l-0 { margin-left: 0 !important; }

.m-t-1 { margin-top: 1em !important; }
.m-r-1 { margin-right: 1em !important; }
.m-b-1 { margin-bottom: 1em !important; }
.m-l-1 { margin-left: 1em !important; }

.m-t-2 { margin-top: 2em !important; }
.m-r-2 { margin-right: 2em !important; }
.m-b-2 { margin-bottom: 2em !important; }
.m-l-2 { margin-left: 2em !important; }

.p-t-0 { padding-top: 0 !important; }
.p-r-0 { padding-right: 0 !important; }
.p-b-0 { padding-bottom: 0 !important; }
.p-l-0 { padding-left: 0 !important; }

.p-t-1 { padding-top: 1em !important; }
.p-r-1 { padding-right: 1em !important; }
.p-b-1 { padding-bottom: 1em !important; }
.p-l-1 { padding-left: 1em !important; }

.p-t-2 { padding-top: 2em !important; }
.p-r-2 { padding-right: 2em !important; }
.p-b-2 { padding-bottom: 2em !important; }
.p-l-2 { padding-left: 2em !important; }


