/*=======================================================================

	*** This is where you should keep all of your design specific styles ***

 ========================================================================*/
/*  -webkit-box-sizing: border-box;
   -moz-box-sizing:    border-box;
   box-sizing:         border-box;

   */
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.centerme {
    text-align: center;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

/* ---------------------------------------------------------------------------------------------------------------- colors and sizes */
body {
    color: #000;
    font: normal normal 18px/20px 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
    /* background: url(../images/zumba.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover; */
}

p {
    margin-bottom: 12px;
}

.sidebar p {
    font-size: 12px;
    color: #35514F;
}

.content li {
    font-size: 13px
}

h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 20px;
    margin-bottom: 16px
}

h4 {
    font-size: 18px;
    margin-bottom: 14px
}

h5 {
    font-size: 16px;
    margin-bottom: 12px
}

h6 {
    font-size: 14px;
    margin-bottom: 12px
}

a {
    color: #F2774C;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #F53739;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none;
    color: #F7882F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #F2774C;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.page-id-293 h2 {
    font-size: 26px !important;
}

.subber {
    padding-top: 30px;
    border-top: dotted 1px gray;
    margin-top: 30px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

small {
    font-size: 11px;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h5 {
    font-size: 1.6em;
}

.sidebar h4 {
    font-size: 1.2em;
    margin-bottom: 2px;
}

.postmetadata,
.tags,
.tags * {
    font-size: 11px;
    text-transform: lowercase;
}

.home .editlink {
    padding-left: 30px;
}

blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding-left: 20px;
}

/* ---------------------------------------------------------------------------------------------------------------- main layout */
div {
    position: relative;
    zoom: 1;
    /* border:solid 1px red;*/
}

.whiteout {
    padding-bottom: 20px;
}

#wrapper {
    width: 940px;
    margin: auto;
    overflow: hidden;
    _height: 1%;
    z-index: 99;
}

#header {
    min-height: 120px;
    z-index: 99;
    margin-top: 20px;
}

#heroes {
    width: 938px;
    height: 394px;
    margin-bottom: 25px;
    z-index: 1;
}

.content {
    margin-top: 0px;
    float: right;
    overflow: hidden;
    _height: 1%;
    min-height: 300px;
    box-shadow: 0 0 25px #afaeae;
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
}

.footer {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.royalSlider {
    margin: 20px 0 25px;
}

.mainbody {}

#footercontainer {
    min-height: 100px;
    padding-top: 50px;
}

.address p,
#footermenu li,
.agency {
    font-size: 11px;
}

#footermenu li {
    text-align: right;
}

/*  ---------------------------------------------------------------------------------------------------------------- end main layout  */
/* ---------------------------------------------------------------------------------------------------------------- unique items layout */
#footercontainer * {
    color: #fff !important;
}

/* ---------------------------------------------------------------------------------------------------------------- end unique items layout */
/* ---------------------------------------------------------------------------------------------------------------- sidemenu items */
.sidebar #submenu {
    border-bottom: solid 1px #536362;
    margin: 12px 0 30px 0;
}

.sidebar #submenu li {
    display: inline;
}

.sidebar #submenu li a {
    display: block;
    padding: 8px 5px 8px;
    text-decoration: none;
    border-top: solid 1px #536362;
    font-size: 14px;
    color: #536362;
}

.sidebar #submenu li a:hover {
    background: #cbd0d0;
}

.sidebar ul {
    margin: 0;
}

/*  ---------------------------------------------------------------------------------------------------------------- header elements */
#toplogo a {
    height: 56px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    height: 172px;
    width: 330px;
}

/*  ---------------------------------------------------------------------------------------------------------------- end header elements  */
.content ul,
.content ol {
    padding-left: 20px;
    margin: 12px 0 18px;
}

.content ul li {
    list-style-type: disc;
}

.content ol li {
    list-style-type: decimal;
}

.post {
    padding-left: 1px;
    padding-bottom: 20px;
}

/*  ---------------------------------------------------------------------------------------------------------------- begin images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.content img {}

/*  ---------------------------------------------------------------------------------------------------------------- end images */
/* ---------------------------------------------------------------------------------------------------------------- generic styles  */
.flr {
    float: right;
}

.fll {
    float: left;
}

.noborder {
    border: none;
}

.clearer {
    clear: both;
}

/* ---------------------------------------------------------------------------------------------------------------- end generic styles  */
/* ---------------------------------------------------------------------------------------------------------------- contact form 7  */
.wpcf7-form {
    border: 1px solid gray;
    background-color: cream;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    width: 65%;
}

/* ---------------------------------------------------------------------------------------------------------------- end contact form 7  */
.menu li a {
    color: #536362 !important;
}

.menu li:hover>a {
    background: #161d1f url(../images/access-menu-bg.jpg) repeat-x left center;
    color: #fff !important;
}

table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #CDCDCD;
    margin: 10px 0px 15px 0px;
    font-size: 10pt;
    width: 100%;
    text-align: left;
    margin-bottom: 50px !important;
    box-shadow: 0 0 15px #ebebeb;
}

table th {
    border: 1px solid #FFFFFF;
    padding: 4px;
    color: #3D3D3D !important;
}

table td {
    color: #3D3D3D;
    padding: 5px;
    background-color: #fff;
    vertical-align: top;
    font-size: 14px;
}

td p {
    font-size: 14px;
}

table th,
table td {
    word-break: hyphenate;
}

table tr:nth-of-type(odd) td {
    background-color: #feeec8;
}

.directions {
    padding-left: 30px;
    background: url(../images/google.gif) 0 center no-repeat;
    height: 36px;
}

.directions a {
    font-weight: normal;
    text-decoration: none;
}

/* @group mobile styles  */
@media(max-width: 768px) {
    #bg {
        opacity: .6;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .navbar {
        margin-bottom: 80px;
    }

    #toplogo {}

    #toplogo a {
        display: block;
        height: 146px;
        width: 280px;
        background: url(../images/logo.png) no-repeat;
        text-indent: -9999px;
        /*margin: auto;*/
    }

    h2 {
        font-weight: 400;
        font-size: 30px;
    }

    p {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .mainbody li {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .sidebar p {
        font-size: 15px;
        color: #35514F;
    }

    .telephone {
        top: 12px;
        font-size: 22px;
        text-align: center;
    }

    .footer .telephone {
        text-align: left;
    }

    #search {
        top: -4px;
    }

    #searchform {
        width: 75%;
    }

    .navbar a.toggle {
        margin-top: 10px;
    }

    .address p,
    #footermenu li,
    .agency {
        font-size: 13px;
    }

    #footermenu li {
        text-align: left;
    }

    .sidebar #submenu li a {
        font-size: 20px;
        padding: 10px 5px;
    }
}

/* @end  */
/* @group iphone styles  */
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    #bg {
        opacity: .8;
    }

    #searchform {
        width: 70%;
    }

    .wpcf7-form input,
    .wpcf7-form textarea {
        max-width: 230px;
    }

    .wpcf7-form {
        width: 100%;
    }
}

/* @end  */
#away {
    border-radius: 8px !important;
    background-color: yellow;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 150%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

form label{display: inline-block;}

.utility{background-color: #111; padding:10px 20px 10px;}
.utility a{text-decoration: none; color:#f9ff84; text-transform: uppercase; font-size:1rem;}

.utility a:hover{color:#f2784e;}