* {
    margin: 0;
    padding: 0;
}

body {
    color: #231F20;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    background: #FFFFFF;
}

#gutter {
    float: left;
    clear: both;
    width: 100%;
    height: 76px;
}

.blackWrapper {
    float: left;
    clear: both;
    width: 100%;
    background-color: #000002;
}

.centerContent {
    clear: both;
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
    line-height: 1em;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

input,
a,
textarea {
    outline: none;
}


/******************** HEADER SECTION ********************/
#headerWrapper {
    float: left;
    clear: both;
    width: 100%;
}

#headerWrapper #headerBar {
    position: fixed;
    z-index: 5000;
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0;
    background-color: #151D28;
}

#headerBar #logo,
#headerBar #logo img {
    float: left;
}

#headerBar #socialIcons {
    float: right;
    padding: 7px 0;
}

#headerBar #socialIcons a,
#headerBar #socialIcons a img {
    float: right;
}

#headerWrapper .detailBanner {
    width: 1200px;
    height: 255px;
    background-position: center;
    background-repeat: no-repeat;
}

#headerWrapper #search-wrapper {
    float: right;
    width: 200px;
}

#headerWrapper #search-wrapper input[type='text'] {
    float: left;
    width: 165px;
    height: 30px;
    color: #231F20;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 10px;
    border: none;
    border-radius: 16px 0 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#headerWrapper #search-wrapper .submit-wrapper {
    float: left;
    width: 35px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 0 16px 16px 0;
}

#headerWrapper #search-wrapper .submit-wrapper input[type='image'] {
    margin: 7px 0 0 8px;
}

@media (max-width: 1199px) {
    #headerWrapper .detailBanner {
        width: 100%;
        padding: 0 !important;
    }
}
/******************** END HEADER SECTION ********************/


/******************** NAV SECTION ********************/
#headerWrapper #nav {
    float: left;
    list-style: none;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin: 8px 0 0 40px;
}

#nav a {
    color: #FFFFFF;
}

#nav a:hover {
    color: #76C5E4;
}

/********** TOP LEVEL **********/
#nav .top_level {
    float: left;
    position: relative;
}

#nav .top_level .top_level_a {
    display: block;
    height: 25px;
    font-size: 15px;
}

#nav .divider {
    float: left;
    width: 1px;
    height: 15px;
    margin: 3px 10px 0 10px;
    background-color: #76C5E4;
}
/********** END TOP LEVEL **********/

/********** SUB LEVEL **********/
#nav .sub_nav {
    display: none;
    position: absolute;
    list-style: none;
    float: left;
    top: 20px;
    left: -10px;
    width: 130px;
    height: auto;
    padding: 10px;
    background-color: #151D28;
    z-index: 1000;
}

#nav .top_level:hover .sub_nav {
    display: block;
}

#nav .sub_nav .sub_level {
    margin-bottom: 2px;
}

#nav .sub_nav .sub_level_a {
    font-size: 13px;
    font-weight: 300;
}
/********** END SUB LEVEL **********/

/******************** END NAV SECTION ********************/


/******************** CONTENT SECTION ********************/
#contentWrapper {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 45px;
}

#contentWrapper #rightCol h1 {
    margin-bottom: 20px;
}

#contentWrapper #rightCol h2, h3, h4 {
    margin-bottom: 5px;
}

#contentWrapper #rightCol ul {
    margin: 0 0 20px 20px;
}

#contentWrapper #rightCol ul li {
    font-weight: 400;
    margin-bottom: 10px;
}
/******************** END CONTENT SECTION ********************/


/******************** FOOTER SECTION ********************/
#footerWrapper {
    float: left;
    clear: both;
    width: 100%;
}

#footerWrapper #footerMotto {
    float: left;
    clear: both;
    width: 100%;
    padding: 60px 0;
    background-color: #A3D0D4;
}

#footerMotto .centerContent {
    text-align: center;
}

#footerMotto p {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 100;
}

#footerWrapper #footer {
    float: left;
    clear: both;
    width: 100%;
    height: 255px;
    padding-top: 45px;
    background-color: #151717;
}

#footer #logo {
    float: left;
    margin-top: 14px;
}

#footer .divider {
    float: left;
    width: 1px;
    height: 70px;
    margin: 0 35px;
    background-color: #A3D0D4;
}

#footer ul {
    float: left;
    list-style: none;
}

#footer ul li {
    float: left;
    margin-right: 30px;
}

#footer ul li#chambers {
    margin-top: 8px;
}

#footer ul li#super {
    margin-top: 16px;
}

#footer ul li#best {
    margin-top: 18px;
}

#footer ul li.last {
    margin-right: 0;
}

#footer .copyright {
    float: left;
    margin-top: 10px;
}

#footer #socialIcons {
    float: right;
    clear: both;
    margin-bottom: 10px;
}

#footer .copyright p {
    float: left;
    clear: both;
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 300;
}

#footer .copyright a {
    color: #FFFFFF;
    margin-left: 10px;
}

#footer .copyright a:hover {
    text-decoration: underline;
}
/******************** END FOOTER SECTION ********************/


/*========== SEARCH ==========*/
#search-results .row {
    margin-bottom: 20px;
}

#search-results a {
    color: #76C5E4;
}

#search-results .paging {
    width: 100%;
    margin-top: 50px;
}

#search-results .paging .prev {
    float: left;
    margin-right: 20px;
}

#search-results .paging .next {
    float: left;
}
/*========== END SEARCH ==========*/
