@charset "utf-8";
/* CSS Document */
html {
    font-size: 14px;
}

body {
    font-family: 'Questrial', sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 auto;
    line-height: 1.3;
    background-image: url(https://chambermaster.blob.core.windows.net/cms/media/backgrounds/BG-3R.png);
    background-repeat: repeat;
    background-position: left top;
}

p {
    font-size: 1.25rem;
}

h1 {
    font-family: 'Jacques Francois', serif;
    color: #004B7A;
    font-size: 2.5rem;
    font-weight: bold;
}

h2 {
    font-family: 'Jacques Francois', serif;
    color: #0071B8;
    font-size: 2rem;
    font-weight: bold;
}

h3 {
    font-family: 'Jacques Francois', serif;
    color: #0096F4;
    font-size: 1.5rem;
    font-weight: bold;
}

.bg-header {
    padding-top: 20px;
}

    .bg-header .cms-cm-icons, .bg-header .cms-custom-links {
        display: none;
    }

#cm-cms-default-logo img {
    padding: 5px 0px;
}

.bg-main {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    background-color: #ffffff;
}

a:hover, a:focus {
    text-decoration: underline;
}
/*@media (min-width: 1200px) {
.container {
	width: 960px;
}
}*/

.highlight {
    padding-bottom: 10px;
    border-radius: 3px;
    border-bottom-left-radius: 80% 25px;
    border-bottom-right-radius: 80% 25px;
}

/* main nav */
.navbar-toggle {
    background-color: #cccccc;
}

.navbar-default {
    border: 0px;
    border-bottom: 3px solid;
    margin-bottom: 0px;
    border-radius: 0px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        /*	background-color: transparent;*/
    }

    .navbar-default .navbar-nav > li[marker="member login"] > a {
        font-weight: bold;
    }

.navbar-nav > li {
    border-right: .1em solid;
}

.navbar-nav > li:last-child {
    border-right: 0;
}

.dropdown-menu {
    font-size: inherit !important;
    opacity:.9;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color:#333;
}

/* end main nav */
/*.lightbox img {
	padding: 4px;
	border: solid 1px #dddddd;
	border-radius: 4px;
	margin-top: 5px;
}*/
/*h1 {
    font-size: 1.8em;
    margin: 0.67em 0;*/
}

.widget .line {
    margin-bottom: 22px;
}

.no-margin {
    margin-top: 0;
}

.no-padding {
    padding: 0;
}
/* content panels  */
/* title name */

.panel-title {
    font-size: 20px;
}

.panel {
    border-radius: 3px;
    border-bottom-left-radius: 80% 25px;
    border-bottom-right-radius: 80% 25px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}

.panel-default-highlight > .panel-heading {
    padding: 10px 15px 0px 15px;
}

#sidebar {
    padding-top: 20px;
}

    #sidebar .headline h3 {
        font-size: 1.4em;
    }

.sidebar-nav, .footer-nav {
    padding-left: 0;
    list-style: none;
}

    .sidebar-nav > li,
    .footer-nav > li {
        position: relative;
        display: block;
        padding: 5px;
    }

        .sidebar-nav > li > a,
        .sidebar-nav .nav-item a {
            position: relative;
            display: block;
            padding: 8px 0px 8px 0px;
            text-decoration: none;
            border-bottom: .08em solid;
            /*border: solid 1px;
	border-radius: 4px;
	-moz-adding-radius: 4px;
	-webkit-border-radius: 4px;*/
        }

            .sidebar-nav > li > a:hover,
            .sidebar-nav > li > a:focus,
            .sidebar-nav .nav-item a:hover,
            .sidebar-nav .nav-item a:focus {
                text-decoration: none;
            }

#sociallinks a,
.sociallinks a {
    margin-right: 5px;
    margin-bottom: 10px;
}

    #sociallinks a img,
    .sociallinks a img {
        /*height: 28px;*/
        opacity: 0.7;
        /*width: 28px;*/
        filter: alpha(opacity=70); /* For IE8 and earlier */
    }

        #sociallinks a img:hover,
        .sociallinks a img:hover {
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }
/* for color version only  */
/*@media="all" {
#cm-icons div a img {
background-color: #72b626;
}
}*/
/* BEGIN CM LINKS CSS */

#cm-icons {
    height: 85px;
    margin-top: 20px;
}

    #cm-icons div {
        float: left;
        text-align: center;
        width: 20%;
    }

        #cm-icons div a {
            text-decoration: none;
            font-size: 13px;
        }

            #cm-icons div a img {
                -moz-border-radius: 80px;
                -webkit-border-radius: 80px;
                border-radius: 80px;
                width: 70%;
                height: 70%;
                border: 2px solid;
            }

                #cm-icons div a img:hover {
                    opacity: 1.0;
                    filter: alpha(opacity=100); /* For IE8 and earlier */
                }
/* END CM LINKS CSS */

.sidebar-nav {
    margin: 10px 0px 20px 0px;
}

    .sidebar-nav li a:before,
    .footer-nav li:before,
    .sidebar-nav .nav-item a:before {
        content: "\00BB \0020";
    }

.footer {
    padding-top: 10px;
    border-top: solid 3px;
}

    .footer a, .footer-nav li a {
    }

.footer-nav li {
    line-height: 11px;
}

@media only screen and (min-width : 768px) {
    .bg-header .cms-cm-icons, .bg-header .cms-custom-links {
        display: inline;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc;
        background-color: transparent;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }
    /*
 #sociallinks a img {
width: 10%;
} */
    .footer .row .container .col-md-4 {
        margin-top: 15px;
    }
}
/* button */

.footer .btn {
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
}
