@charset "UTF-8";

/*resets */
html,
body,
div,
span,
object,
a,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    margin-left: auto;
}

.mw1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mw1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.mw1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mw900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mw800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mw720 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.mw600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

p {
    margin: 4px 0px 14px;
    line-height: 1.5em;
    background-position: 0% 0%;
    padding-bottom: 0px;
}

blockquote {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F3F4F5;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #F1A00D;
}

.link2 a {
    color: #6900A3;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.link2 a:hover {
    color: #BA3EFF;
    text-decoration: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

body {
    line-height: 1;
    color: #555;
    font-size: 0.97em;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    margin: 0px;
    background-color: #FFFFFF;
    background-image: url(/images/back.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

/*============================================= backgrounds -------------------------*/
.bg-01 {
    background-image: url(/backs/main01.jpg);
}

.bg-02 {
    background-image: url(/backs/food1.jpg);
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

@media only screen and (min-width: 0px) and (max-width: 1080px) {
    .bg-fixed {
        background-attachment: scroll;
    }
}

.bgc-dark {
    background-color: rgba(153, 170, 182, 1.00);
    -webkit-box-shadow: 0px 0px 16px rgba(153, 170, 182, 0.50);
    box-shadow: 0px 0px 16px rgba(153, 170, 182, 0.50);
}

.bgc-light {
    background-color: #F3F3F3;

}

.bgc-white {
    background-color: #FFFFFF !important;
    border-top-left-radius: 8px;
}

.page-shad {
    -moz-box-shadow: 0px 0px 16px rgba(103, 120, 126, 0.50);
    -webkit-box-shadow: 0px 0px 16px rgba(103, 120, 126, 0.50);
    box-shadow: 0px 0px 16px rgba(103, 120, 126, 0.50);
}

/*============================================= tables -------------------------*/
.table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tablestyle table,
.tablestyle tr,
.tablestyle td {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.925em;
    line-height: 1.2em;
    padding: 6px;
    border: 1px solid rgba(0, 153, 255, 1);
}

/* ========================================== tiny header ------------------------- */
.tiny-header {
    color: #6176B3;
    font-size: 0.6em;
    text-align: right;
    letter-spacing: 0.2em;
    width: 98%;
    /* [disabled]padding-top: 10px; */
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    margin-top: 10px;
}

.tiny-header a {
    color: #6176B3;
    text-decoration: none;
}

.tiny-header a:hover {
    color: #ccc;
    text-decoration: underline;
}

.header {}

.tinyright {
    color: #FFFFFF;
    font-size: .9em;
}

/*=============================================== button links ------------------------------------*/
.btnlink {
    font-size: 1.1em;
    background-color: #E8C74F;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 12px;
    color: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 250px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.btnlink a {
    color: #FFFFFF;
    text-decoration: none;
}

.btnlink:hover {
    cursor: pointer;
    background-color: #272727;
}

.circlink {
    font-size: 1em;
    /* [disabled]font-weight: bold; */
    padding: 16px 10px;
    border-radius: 4px;
    background-color: rgba(224, 169, 121, 1.00);
}

.circlink a:hover {
    background-color: #B9BC4F;
}

/* ==================================== padding & contrast boxes ------------------------- */
.reducepad {
    padding: 5px !important;
}

.nopadleft {
    padding-left: 0px !important;
}

.nopadright {
    padding-right: 0px !important;
}

.nopadtop {
    padding-top: 0px !important;
}

.nopadbot {
    padding-bottom: 0px !important;
}

.nopad {
    padding: 0px !important;
}

.morepad {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.contrast01 {
    background-color: #F3F4F9;
}

.contrast02 {
    background-color: #FAFAFA;
}

/*p7 ======= main div margin ======= */

.CCM-margin {
    /* margin-bottom: 6px!important; */
}

/*================================================ text styles --------------------------------*/

.pageheadtxt {
    color: #A1A1A1;
    font-size: 1.2em;
    line-height: 1.4em;
}

.pageheadtxt a {
    color: #A1A1A1;
    text-decoration: none;
}

.headtxt {
    color: #cccccc;
    font-size: 1.4em;
    line-height: 1.5em;
    text-shadow: 1px 1px 4px #454545;
    text-decoration: none;
}

.headsubtxt {
    font-family: 'Crimson Text', serif;
    font-weight: 500;
    color: #54656B;
    font-size: 1.5em;
}

.script1 {
    font-size: 2.7em;
    font-family: 'Alex Brush', cursive;
    color: #54656B;
}

.script2 {
    font-size: 3.5em;
    font-family: 'Crimson Text', serif;
    font-weight: 300;
    color: #54656B;
}

.reducetxt {
    font-size: 0.9em;
}

.enlargetxt {
    font-size: 1.17em;
}

.bodytxt2 {
    font-style: normal;
    font-weight: 400;
    font-size: 0.96em;
    /* [disabled]letter-spacing: 0.06em; */
    line-height: 1.45;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.txtred {
    color: #BD4F34;
}

.txt1 {
    color: #8A938A;
}

.txt2 {
    color: #607860;
}

.txt3 {
    color: #966EAF;
}

em {
    color: #818781;
    font-size: 0.95em;
    line-height: 1.4em;
}

h1 {
    /* [disabled]letter-spacing: 0.1em; */
    padding-top: 6px;
    padding-bottom: 6px;
}

h2 {
    color: #607860;
    /* [disabled]letter-spacing: 0.1em; */
    padding-top: 5px;
    padding-bottom: 6px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
}

h3 {
    color: #555555;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/*------- for php reply ----------*/
.thnxlist {
    color: #444;
    line-height: 1.4em;
}

.thnxresult {
    color: #84629F;
    line-height: 1.4em;
}

/*==================================================== footers-----------------------*/
.footertxt {
    font-style: normal;
    font-weight: 400;
    /* [disabled]letter-spacing: 0.06em; */
    color: #FFFFFF;
    /* [disabled]text-align: right; */
    font-size: 0.9em;
}

.footertxt a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.footertxt a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.footerspace {
    clear: both;
    color: #f49900;
    font-size: 1.05em;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    letter-spacing: 0.1em;
    padding-top: 10px;
}

.copyright {
    color: #CECECE;
    font-size: 0.7em;
    text-align: right;
    letter-spacing: 0.1em;
    /* [disabled]width: 100%; */
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-transform: uppercase;
}

/*============== alignments ===============*/

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.clear {
    clear: both;
}

.spaceline {
    margin-bottom: 8px;
    width: 90%;
    border-bottom: 1px solid #CCC;
    margin-right: auto;
    margin-left: auto;
}

/*============================================== boxes and shadows ------------------------------*/
.front-box-wrap {
    max-width: 100%;
    padding: 6px;
    overflow: hidden;
}

.front-box {
    -moz-border-radius: 3px 3px 2px 2px;
    -webkit-border-radius: 3px 3px 2px 2px;
    border-radius: 3px 3px 2px 2px;
    border: 1px solid #fff;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.img-shad {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.google-map-box {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.pageshadow {
    -moz-box-shadow: 0px 1px 8px #A4A4A4 !important;
    -webkit-box-shadow: 0px 1px 8px #A4A4A4 !important;
    box-shadow: 0px 1px 8px #A4A4A4 !important;
}

.shadow {
    -moz-box-shadow: 0px 1px 8px #A4A4A4 !important;
    -webkit-box-shadow: 0px 1px 8px #A4A4A4 !important;
    box-shadow: 0px 1px 8px #A4A4A4 !important;
}

.footer-shad {
    -moz-box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.20);
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.20);
}

.round {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 3px;
}

.round-slide {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    margin-bottom: 35px;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.contactbox {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #EFEFEF;
    margin-bottom: 30px;
    padding: 6px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    /* [disabled]margin-left: 4px; */
}

.quote {
    color: #555;
    font-size: 1em;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 55px;
    padding-bottom: 10px;
    background-image: url(/images/speechmarks.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    line-height: 1.4em;
    background-color: #EEEFF1;
    font-style: italic;
    border-radius: 4px 40px;
    /* [disabled]margin-top: 24px; */
}

/* ================================================== images -------------------------*/
.gallery {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery img {
    padding: 4px;
}

img.scalable {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

.img-left {
    float: left;
    margin-right: 22px;
    margin-bottom: 12px;
}

.img-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 12px;
}

.img-right-logo {
    float: right;
    margin-left: 12px;
}

/* ================================================= floating images --------------------*/
.free-img-right {
    float: right;
    margin-left: 22px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.free-img-left {
    float: left;
    margin-right: 22px;
    margin-top: 6px;
    margin-bottom: 10px;
    max-width: 336px;
}

.no-border {
    border: none !important;
}

.free-img-right img,
.free-img-left img {
    /* [disabled]padding: 3px; */
    /* [disabled]border: solid 1px #b7c6fa; */

}

@media only screen and (max-device-width: 768px) and (orientation : portrait) {

    .free-img-right,
    .free-img-left,
    .free-img-left2 {
        float: none !important;
        width: auto !important;
        align-content: center !important;
        text-align: center !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-device-width: 480px) and (orientation : portrait) {

    /*---------- centre floated images or elements on phone portrait - wrap img in div ---------------*/
    .img-left,
    .img-right,
    .img-left-nb,
    .img-right-nb {
        margin-left: 0px !important;
        margin-right: 0px !important;
        float: none !important;
    }

    .img-wrap {
        width: auto !important;
        text-align: center !important;
    }
}

/* ======================= end floating images ----------*/

/* ============== image fade and brightness rollover ----------*/
.bright img:hover {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
}

.fadeimg {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
}

.fadeimg:hover {
    opacity: .6;
}

/* ================================================= lists --------------*/
.linklist ul li {
    list-style: none;
    color: #999;
    margin-bottom: 1px;
    width: 180px;
    display: block;
}

.linklist ul {
    margin-left: -28px;
}

.linklist ul li a {
    list-style: none;
    color: #06C;
    padding: 5px 5px 5px 1px;
    display: block;
    text-decoration: none;
    font-size: 0.85em;
}

.linklist ul li a:hover {
    color: #F90;
}

.bullet-list ul li {
    margin-left: 40px;
    line-height: 1.7em;
    list-style-type: disc;
    /* [disabled]padding-bottom: 6px; */
}

.bullet-list ol li {
    margin-left: 30px;
    line-height: 1.5em;
    list-style-type: georgian;
    padding-bottom: 10px;
}

/* ================================================= forms ---------------------------------*/
.formbox {
    margin-top: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.field {
    color: #555;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 6px;
    border: 1px solid #E2E2E2;
    width: 100%;
    max-width: 350px;
    font-size: 0.95em;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px rgba(214, 214, 214, 0.50);
    box-shadow: 0px 0px 10px rgba(214, 214, 214, 0.50);
}

.fieldsm {
    width: 100%;
    max-width: 200px;
}

.field:hover,
fieldsm:hover {
    color: #444;
    background-color: #FFFFFF;
    border: 1px solid #ACBAAC;
}

.code {
    color: #DA0079;
    background-color: #FFEFF1;
    margin-top: 2px;
    margin-bottom: 4px;
    padding: 6px;
    border: 1px solid #C2005F;
    max-width: 36px;
}

.code:hover {
    background-color: #FFEFF1;
    border: 1px solid #C2005F;
}

.button {
    color: #FFFFFF;
    background-color: #819681;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px 30px;
    border: 1px solid #819681;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 0px 10px rgba(190, 190, 190, 1.00);
    box-shadow: 0px 0px 10px rgba(190, 190, 190, 1.00);
}

.button:hover {
    color: #8100C7;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

textarea {
    overflow: auto;
}

.hph {
    visibility: hidden;
    height: 0px !important;
    width: 0px !important;
    padding: 0px !important;
    margin-left: -9000px;
    margin-top: -10px;
}

/* =============================================== responsive video -------------------*/
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* [disabled]padding-top: 30px; */
    height: 0px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 14px;
    width: auto;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #D8CEBF;
    -moz-box-shadow: 0px 1px 8px #A4A4A4 !important;
    -webkit-box-shadow: 0px 1px 8px #A4A4A4 !important;
    box-shadow: 0px 1px 8px #A4A4A4 !important;
}

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

/* ============================================= responsive google map ---------------------*/
.google-map-box {
    /* [disabled]width: 410px; */
    margin-top: 0;
    border: 1px solid #DEDACE;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    /* [disabled]margin-bottom: 20px; */
}

.google-map-box iframe,
.map-wrapper object,
.map-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
    .google-map-box {
        padding-bottom: 58% !important;
    }
}

/* ==================================== base margin on P7 div ids (change no. as req) ---------------------*/
#p7CCM_15 {
    margin-bottom: 8px;
}

/* ================================================ social media icons ---------------------*/
.sm {
    width: auto;
}

.sm img {
    padding: 3px;
}

.twitbox {
    display: block;
    overflow: hidden;
    text-align: center;
}

.img-twit {
    margin-left: 6px;
    padding: 3px;
    float: right;
    border-width: 0;
}

/* ============================================ hidden on desktop ------------------------- */

.dt-hide {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
    .dt-hide {
        display: block !important;
    }
}

/* ================== hidden on mobile --------------------- */
.mob-hide {}

@media only screen and (min-width: 0px) and (max-width: 700px) {
    .mob-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1048px) {
    .mob-hide-plus {
        display: none !important;
    }
}

/* ================== hidden shadows mobile --------------------- */
.noshadmob {}

@media only screen and (min-width: 0px) and (max-width: 700px) {
    .noshadmob {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

/* ========================= hidden on large mobile landscape --------------------- */
.mobland-hide {}

@media only screen and (min-width: 700px) and (max-width: 1000px) and (orientation : landscape) {
    .mobland-hide {
        display: none !important;
    }
}

/* ========================= hidden on ipad portrait--------------------- */
.mobport-hide {}

@media only screen and (min-width: 700px) and (max-width: 1000px) and (orientation : portrait) {
    .mobport-hide {
        display: none !important;
    }
}

/*============ Smartphones ONLY - Use this Query to include additional special rules for smartphones only ------------------*/
@media only screen and (max-device-width: 480px) {}

@media only screen and (max-device-width: 700px) and (orientation : landscape) {
    .tiny-header {
        padding-top: 8px !important;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .p7pm3-fixed,
    .p7PM3-toolbar {
        background-image: none !important;
    }
}

/* ================ menu wrapping on ipad.-----------------------------*/
@media only screen and (min-width: 700px) and (max-width: 1080px) {
    .p7PM3 {
        padding: 0px !important;
    }

    .p7PM3-01 ul li a {
        font-size: 100%;
        padding: 8px 5px;
    }

    .p7PM3-01 ul ul li a {
        padding: 8px 16px;
    }

    .p7PM3-01 a.trig_closed,
    .p7PM3-02 a.trig_open {
        padding-left: 1.2em;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
    .p7PM3-01 ul li a {
        font-size: 92%;
    }

    .p7pm3-fixed,
    .p7PM3-toolbar {
        background-image: none !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 840px) {
    .p7DMM01 ul li a {
        font-size: 80%;
    }

    .p7DMM01 a.trig_closed,
    .p7PM3-02 a.trig_open {
        padding-left: 1.5em;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .p7PM3-01 ul li a {
        font-size: 80%;
    }
}

/* ================ Fade In -----------------------------*/

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fade-in.page {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.fade-in.one {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.fade-in.two {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.fade-in.three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.faq strong {
    color: #555 !important;
}

.head a {
    text-decoration: none;
    color: #54656B !important;
}

.booksbanner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 4px;
}

.frontbanner {
    max-width: 1040px;
    padding: 20px 10px;
    background-color: rgba(246, 240, 248, 1.00);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /* [disabled]font-size: 1.6em; */
    font-family: 'Crimson Text', serif;
    color: #2D515E;
}

.frontbanner em {
    color: #2D515E;
}

.caption {
    margin-top: 6px;
}

/* 
------------------------------------------------
PVII CSS Column Composer Magic
Copyright (c) 2011 Project Seven Development
www.projectseven.com
01: Classic
------------------------------------------------
*/
.p7CCM01 {
    /* [disabled]font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
    /* [disabled]color: #000; */
    /* [disabled]font-size: 14px; */
    margin: 0px auto;
}

.p7ccm01-content {
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 20px;
}

/*HEADINGS*/
.p7ccm01-content h1 {}

.p7ccm01-content h2 {}

.p7ccm01-content h3 {}

/*UTILITY*/
.p7ccm01-content .centered {
    text-align: center;
}

.p7ccm01-rounded {
    border-radius: 5px;
}

.p7ccm01-content-row.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.p7ccm01-content-row.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.p7ccm01-outer-border {
    border: 1px solid #000;
}

.p7ccm01-outer-shadow {
    box-shadow: 0px 0px 20px #000;
}

.p7ccm01-dyn-img img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.p7ccm01-content-row {
    background-color: #FFF;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

.p7ccm01-content-row.p7ccm01-RGBA {
    background: rgba(255, 255, 255, .80);
}

.p7ccm01-content-row.p7ccm01-contrast {
    background-color: #A5A5A5;
}

.p7ccm01-content-row.p7ccm01-contrast.p7ccm01-RGBA {
    background: rgba(165, 165, 165, .85);
}

.p7ccm01-content-row.p7ccm01-accent {
    background-color: #5FB4E6;
}

.p7ccm01-content-row.p7ccm01-accent.p7ccm01-RGBA {
    background: rgba(95, 180, 230, .85);
}

.p7ccm01-content-row.p7ccm01-trans,
.p7ccm01-content-row.p7ccm01-trans.p7ccm01-RGBA {
    background-color: transparent;
    background-image: none;
    background: none;
}

.p7ccm01-content-row.p7ccm01-row-inner-shadow {
    box-shadow: inset 0px 0px 20px #999;
}

.p7ccm01-content-row.p7ccm01-accent.p7ccm01-row-inner-shadow {
    box-shadow: inset 0px 0px 30px #2297DD;
}

.p7ccm01-content-row.p7ccm01-contrast.p7ccm01-row-inner-shadow {
    box-shadow: inset 0px 0px 30px #6A6A6A;
}

.p7ccm01-content-inner-shadow {
    box-shadow: inset 0px 0px 20px #999999;
}

/* borders */
.p7ccm01-top-border {
    border-top: 1px solid #000;
}

.p7ccm01-bottom-border {
    border-bottom: 1px solid #000;
}

.p7ccm01-top-bottom-border {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.p7ccm01-left-border {
    border-left: 1px solid #000;
}

.p7ccm01-right-border {
    border-right: 1px solid #000;
}

.p7ccm01-left-right-border {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

/*MULTI-COLUMN STRUCTURAL CONFIGURATIONS*/

/*2-Column Auto Width*/
.p7ccm01-2col-auto-column1 {
    float: left;
    width: 50%;
    font-size: inherit;
    color: inherit;
}

.p7ccm01-2col-auto-column1-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-2col-auto-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-2col-auto-column2 {
    float: left;
    width: 50%;
    font-size: inherit;
    color: inherit;
}

.p7ccm01-2col-auto-column2-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-2col-auto-column2-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

/*2-Column Sidebar Left*/
.p7ccm01-2col-sidebar-left-column1 {
    float: right;
    width: 80%;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-2col-sidebar-left-column1-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-2col-sidebar-left-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

.p7ccm01-2col-sidebar-left-column2 {
    font-size: 80%;
    color: inherit;
    float: left;
    width: 20%;
}

.p7ccm01-2col-sidebar-left-column2-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .5);
}

.p7ccm01-2col-sidebar-left-column2-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-2col-sidebar-left-column2-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

/*2-Column Fixed Sidebar Left*/
.p7ccm01-2col-sidebar-fixed-left-column1 {
    color: inherit;
    font-size: 85%;
    width: 200px;
    float: left;
}

.p7ccm01-2col-sidebar-fixed-left-column1-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .50);
}

.p7ccm01-2col-sidebar-fixed-left-column1-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-2col-sidebar-fixed-left-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-2col-sidebar-fixed-left-column2 {
    font-size: inherit;
    color: inherit;
    margin-left: 200px;
}

.p7ccm01-2col-sidebar-fixed-left-column2-cnt {}

.p7ccm01-2col-sidebar-fixed-left-column2-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-2col-sidebar-fixed-left-column2-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}


/*2-Column Sidebar Right*/
.p7ccm01-2col-sidebar-right-column1 {
    float: left;
    width: 80%;
    font-size: inherit;
    color: inherit;
}

.p7ccm01-2col-sidebar-right-column1-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-2col-sidebar-right-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-2col-sidebar-right-column2 {
    font-size: 90%;
    color: inherit;
    float: left;
    width: 20%;
}

.p7ccm01-2col-sidebar-right-column2-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .5);
}

.p7ccm01-2col-sidebar-right-column2-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-2col-sidebar-right-column2-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

/*2-Column Fixed Sidebar Right*/
.p7ccm01-2col-sidebar-fixed-right-column1 {
    color: inherit;
    font-size: 85%;
    width: 200px;
    float: right;
}

.p7ccm01-2col-sidebar-fixed-right-column1-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .5);
}

.p7ccm01-2col-sidebar-fixed-right-column1-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-2col-sidebar-fixed-right-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

.p7ccm01-2col-sidebar-fixed-right-column2 {
    font-size: inherit;
    color: inherit;
    margin-right: 200px;
}

.p7ccm01-2col-sidebar-fixed-right-column2-cnt {}

.p7ccm01-2col-sidebar-fixed-right-column2-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-2col-sidebar-fixed-right-column2-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

/*3-Column Auto*/
.p7ccm01-3col-auto-column1 {
    float: left;
    width: 33%;
    font-size: inherit;
    color: inherit;
}

.p7ccm01-3col-auto-column1-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-3col-auto-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-3col-auto-column2 {
    float: left;
    width: 34%;
    font-size: inherit;
    color: inherit;
}

.p7ccm01-3col-auto-column3 {
    float: left;
    width: 33%;
    font-size: inherit;
    color: inherit;
}

.p7ccm01-3col-auto-column3-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-3col-auto-column3-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

/*3-Column Sidebar Left and Right*/
.p7ccm01-3col-sidebar-left-right-column1 {
    width: 60%;
    float: left;
    color: inherit;
    font-size: inherit;
    position: relative;
    left: 20%;
}

.p7ccm01-3col-sidebar-left-right-column2 {
    width: 20%;
    float: left;
    color: inherit;
    font-size: 90%;
    position: relative;
    left: -60%;
}

.p7ccm01-3col-sidebar-left-right-column2-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .5);
}

.p7ccm01-3col-sidebar-left-right-column2-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-3col-sidebar-left-right-column2-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-3col-sidebar-left-right-column3 {
    float: left;
    width: 20%;
    color: inherit;
    font-size: 90%;
}

.p7ccm01-3col-sidebar-left-right-column3-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .5);
}

.p7ccm01-3col-sidebar-left-right-column3-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-3col-sidebar-left-right-column3-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

/*3-Column Fixed Sidebar Left and Right*/
.p7ccm01-3col-sidebar-fixed-left-right-column1 {
    width: 180px;
    float: left;
    color: inherit;
    font-size: 85%;
}

.p7ccm01-3col-sidebar-fixed-left-right-column1-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .5);
}

.p7ccm01-3col-sidebar-fixed-left-right-column1-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-3col-sidebar-fixed-left-right-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-3col-sidebar-fixed-left-right-column2 {
    width: 180px;
    float: right;
    color: inherit;
    font-size: 85%;
}

.p7ccm01-3col-sidebar-fixed-left-right-column2-cnt {
    background-color: #DCDCDC;
    background: rgba(220, 220, 220, .5);
}

.p7ccm01-3col-sidebar-fixed-left-right-column2-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-3col-sidebar-fixed-left-right-column2-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

.p7ccm01-3col-sidebar-fixed-left-right-column3 {
    color: inherit;
    font-size: inherit;
    margin-left: 180px;
    margin-right: 180px;
}

.p7ccm01-3col-sidebar-fixed-left-right-column3-cnt {}

/*4-Column Auto*/
.p7ccm01-4col-auto-column1 {
    width: 25%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-4col-auto-column1-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-4col-auto-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-4col-auto-column2 {
    width: 25%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-4col-auto-column3 {
    width: 25%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-4col-auto-column4 {
    width: 25%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-4col-auto-column4-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-4col-auto-column4-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

/*5-Column Auto*/
.p7ccm01-5col-auto-column1 {
    width: 20%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-5col-auto-column1-cnt.p7ccm01-top-rounded {
    border-top-left-radius: 4px;
}

.p7ccm01-5col-auto-column1-cnt.p7ccm01-bottom-rounded {
    border-bottom-left-radius: 4px;
}

.p7ccm01-5col-auto-column2 {
    width: 20%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-5col-auto-column3 {
    width: 20%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-5col-auto-column4 {
    width: 20%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-5col-auto-column5 {
    width: 20%;
    float: left;
    color: inherit;
    font-size: inherit;
}

.p7ccm01-5col-auto-column5-cnt.p7ccm01-top-rounded {
    border-top-right-radius: 4px;
}

.p7ccm01-5col-auto-column5-cnt.p7ccm01-bottom-rounded {
    border-bottom-right-radius: 4px;
}

/*UTILITY RULES*/
.p7ccm01-content.p7ccm01-no-padding {
    padding: 0px 0px;
}

/*LINKS*/
.p7ccm01-content a,
.p7ccm01-content a:visited {
    /* [disabled]color: #09F; */
}

.p7ccm01-content a:hover,
.p7ccm01-content a:focus {
    /* [disabled]color: #000; */
}

/*WIDTHS*/
.p7ccm01-auto {
    width: auto;
}

.p7ccm01-min-max-980 {
    min-width: 980px;
    max-width: 1600px;
}

.p7ccm01-min-max-960 {
    min-width: 960px;
    max-width: 1600px;
}

.p7ccm01-min-max-940 {
    min-width: 940px;
    max-width: 1600px;
}

.p7ccm01-fixed-980 {
    width: 980px;
}

.p7ccm01-fixed-960 {
    width: 960px;
}

.p7ccm01-fixed-940 {
    width: 940px;
}

.p7ccm01-fixed-800 {
    width: 800px;
}

.p7ccm01-fixed-700 {
    width: 700px;
}

.p7ccm01-fixed-600 {
    width: 600px;
}

.p7ccm01-fixed-500 {
    width: 500px;
}

.p7ccm01-fixed-400 {
    width: 400px;
}

.p7ccm01-fixed-300 {
    width: 300px;
}

.p7ccm01-fixed-200 {
    width: 200px;
}

/*Mobile Devices*/
@media only screen and (max-width: 480px) {
    .p7CCM01 {
        max-width: 960px !important;
        min-width: 0px !important;
    }

    body {
        margin: 8px !important;
        min-width: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .p7CCM01 {
        max-width: 960px !important;
        min-width: 0px !important;
    }

    body {
        margin: 8px !important;
        min-width: 0px !important;
    }
}

/* 
------------------------------------------------
PVII CSS Column Composer Magic
Copyright (c) 2011-2012 Project Seven Development
www.projectseven.com
Responsive Rules
------------------------------------------------
*/

/*MEDIA QUERIES*/

/*SMARTPHONE AND NARROW WINDOWS*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
    body {
        min-width: 0px !important;
        margin: 0px !important;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .p7ccm-col {
        float: none !important;
        width: auto !important;
        position: static !important;
        margin: 0px !important;
    }

    .p7ccm01-content,
    .p7ccm02-content,
    .p7ccm03-content,
    .p7ccm04-content,
    .p7ccm05-content,
    .p7ccm06-content {
        padding: .5em .5em !important;
        border: none !important;
        height: auto !important;
        max-height: 888678px;
    }

    .p7CCM01,
    .p7CCM02,
    .p7CCM03,
    .p7CCM04,
    .p7CCM05,
    .p7CCM06 {
        min-width: 0px !important;
        max-width: none !important;
        width: auto !important;
    }

    .p7OPM-04 .opm-panel-content {
        padding: 10px 10px !important;
    }
}

/*Medium Windows and Tablets*/
@media only screen and (min-width: 700px) and (max-width: 1080px) {
    body {
        min-width: 0px !important;
        margin: 0px !important;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .p7CCM01,
    .p7CCM02,
    .p7CCM03,
    .p7CCM04,
    .p7CCM05,
    .p7CCM06 {
        min-width: 0px !important;
        max-width: none !important;
        width: auto !important;
    }
}

/*Smartphones ONLY - Use this Query to include additional special rules for smartphones only.*/
@media only screen and (max-device-width: 480px) {}

/* 
-----------------------------------
Quick Columns
by Project Seven Development
www.projectseven.com
-----------------------------------
*/

/*The container for each column structure. Before and After pseudoclasses used to clear the floats.*/
.p7QC {
    zoom: 1;
}

.p7QC:before,
.p7QC:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.p7QC:after {
    clear: both;
}

/*All Columns are floated left.*/
.p7QC-Col {
    float: left;
}

/*The Base Widths for each column in the available structures.*/
.p7QC .percent15 {
    width: 15%;
}

.p7QC .percent166 {
    width: 16.666%;
}

.p7QC .percent20 {
    width: 20%;
}

.p7QC .percent25 {
    width: 25%;
}

.p7QC .percent333 {
    width: 33.333%;
}

.p7QC .percent30 {
    width: 30%;
}

.p7QC .percent35 {
    width: 35%;
}

.p7QC .percent40 {
    width: 40%;
}

.p7QC .percent45 {
    width: 45%;
}

.p7QC .percent50 {
    width: 50%;
}

.p7QC .percent55 {
    width: 55%;
}

.p7QC .percent60 {
    width: 60%;
}

.p7QC .percent65 {
    width: 65%;
}

.p7QC .percent70 {
    width: 70%;
}

.p7QC .percent75 {
    width: 75%;
}


.p7QC .percent100 {
    width: 100%;
}

/*Default padding for the content inside all columns*/
.p7QC-content {
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 20px;
}

/*Width recalculations for columns when they are boxed. 
Since boxed columns have a space between them assigned via right margin, 
we need to reduce the width of each column accordingly*/
.p7QC .percent166.boxed {
    width: 15%;
}

.p7QC .percent20.boxed {
    width: 18.4%;
}

.p7QC .percent25.boxed {
    width: 23.5%;
}

.p7QC .percent333.boxed {
    width: 32%;
}

.p7QC .percent40.boxed {
    width: 38%;
}

.p7QC .percent50.boxed {
    width: 49%;
}

.p7QC .percent75.boxed {
    width: 74%;
}

/*Using margin to separate the columns when the boxed option is chosen*/
.p7QC-Col.boxed.spacer {
    margin-left: 2%;
}

/*Assigning logical borders to render dividers between columns*/
.p7QC-content.border-left {
    border-left: 1px solid #000;
}

/*Boxed columns get borders all the way around*/
.p7QC .p7QC-content.boxed {
    border: 1px solid #000;
}

/*Utility Rules*/
/*Make images scalable*/
img.scalable {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

/*Sample Rule to set background color, radius, and shadow*/
.prettify-sample-orange {
    background-color: #FF5328;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0px 30px #000;
}

.prettify-sample-blue {
    background-color: #567DA9;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0px 30px #000;
}

.prettify-sample-white {
    background-color: #FFF;
    border-radius: 5px;
    color: #000;
}

.prettify-sample-keylined {
    border: 1px solid #000;
}

.prettify-sample-wrapper {
    background-color: #333;
    padding: 20px;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0px 30px #000;
}

/*MEDIA QUERIES*/
/*
For media queries to work correctly in 
mobile devices, you must add this viewport meta tag to your page:
<meta name="viewport" content="width=device-width">
(place the query in the head region)
*/

/*SMARTPHONE AND NARROW WINDOWS (LESS THAN 700PX WIDE)*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .p7QC-Col {
        float: none;
        width: auto !important;
    }

    .p7QC-content {
        padding: .5em 1em;
        border: none !important;
        height: auto !important;
        max-height: 888678px;
    }
}

/*Smartphones ONLY*/
@media only screen and (max-device-width: 480px) {}

/*Portrait Tablet ONLY. Use this query to add rules for tablets in Prtrait orientation.
Landscape tablets should get a normal and unaltered display.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

/* 
-----------------------------------
Image Rotator Magic 2
by Project Seven Development
www.projectseven.com
Style Theme: 1 - Basic
-----------------------------------
*/

.p7ir2-list {
    display: none;
}

.p7IR2-01 {
    padding: 0;
    margin: 0;
    position: relative;
}

.p7IR2-01.rounded {
    overflow: hidden;
    border-radius: 6px;
}

.p7IR2-01.shadow {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .65);
}

.p7IR2-01.border-dark {
    border: 1px solid rgba(0, 0, 0, .5);
}

.p7IR2-01.border-light {
    border: 1px solid rgba(255, 255, 255, .5);
}

.p7ir2-box-wrapper {
    padding: 0;
    margin: 0;
    position: relative;
}

.p7ir2-box {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    /* [disabled]background-color: #000; */
}

.p7ir2-slide {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

.p7ir2-link {
    padding: 0px;
    margin: 0;
    border: 0;
    display: block;
}

.p7ir2-image {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
}


/* ---------------- toolbar ------------------- */

.p7ir2-toolbar {
    background-color: #000;
    zoom: 1;
    padding: 6px 0px;
    text-align: center;
    font-size: 0px;
    display: none;
}

.p7ir2-toolbar.light {
    background-color: #FFF;
}

.p7ir2-toolbar:after {
    content: "";
    display: table;
    clear: both;
}

.p7ir2-toolbar ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.p7ir2-toolbar li {
    list-style-type: none;
    float: left;
}

.p7ir2-toolbar img {
    border: 0;
}

.p7ir2-toolbar em {
    display: none;
}

.p7ir2-toolbar a {
    display: block;
    width: 16px;
    height: 28px;
    outline: 0;
    opacity: .7;
    margin: 3px;
    background-repeat: no-repeat;
}

.p7ir2-toolbar a:hover {
    opacity: 1;
}

.p7ir2-toolbar a.previous {
    background-image: url(/images/p7IR2-left-dark.png);
}

.p7ir2-toolbar.light a.previous {
    background-image: url(/images/p7IR2-left-light.png);
}

.p7ir2-toolbar a.pause {
    background-image: url(/images/p7IR2-pause-dark.png);
    width: 25px;
}

.p7ir2-toolbar.light a.pause {
    background-image: url(/images/p7IR2-pause-light.png);
}

.p7ir2-toolbar a.pause.play {
    background-image: url(/images/p7IR2-play-dark.png);
    width: 25px;
}

.p7ir2-toolbar.light a.pause.play {
    background-image: url(/images/p7IR2-play-light.png);
}

.p7ir2-toolbar a.next {
    background-image: url(/images/p7IR2-right-dark.png);
}

.p7ir2-toolbar.light a.next {
    background-image: url(/images/p7IR2-right-light.png);
}


/* --------------------- Paginator -------------------------------- */
.p7ir2-paginator {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    background-color: #000;
    text-align: center;
    font-size: 0px;
    display: none;
}

.p7ir2-paginator.light {
    background-color: #FFF;
}

.p7ir2-paginator:after {
    content: "";
    display: table;
    clear: both;
}

.p7ir2-paginator ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.p7ir2-paginator li {
    list-style-type: none;
    margin-right: 6px;
    float: left;
}

.p7ir2-paginator a {
    text-decoration: none;
    display: block;
    outline: none;
    background-color: #999;
    width: 12px;
    height: 12px;
    overflow: hidden;
}

.p7ir2-paginator.light a {
    background-color: #000;
}

.p7ir2-paginator.circle a {
    border: none;
    border-radius: 50%;
}

.p7ir2-paginator a:hover,
.p7ir2-paginator a:focus {
    background-color: #FFF;
}

.p7ir2-paginator.light a:hover,
.p7ir2-paginator.light a:focus {
    background-color: #39C;
}

.p7ir2-paginator a.down {
    background-color: #FFF;
    cursor: default;
}

.p7ir2-paginator.light a.down {
    background-color: #39C;
}

.p7ir2-paginator a.play,
.p7ir2-paginator a.pause {
    margin-right: 0px;
    margin-left: 12px;
    transform: scale(1.5);
    background-image: url(/images/p7IR2-pause-light.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: transparent !important;
    border: none;
    opacity: .7;
}

.p7ir2-paginator.dark a.play,
.p7ir2-paginator.dark a.pause {
    background-image: url(/images/p7IR2-pause-dark.png);
}

.p7ir2-paginator a.play {
    background-image: url(/images/p7IR2-play-light.png);
}

.p7ir2-paginator.dark a.play {
    background-image: url(/images/p7IR2-play-dark.png);
}

.p7ir2-paginator a.play:hover,
.p7ir2-paginator a.play:focus,
.p7ir2-paginator a.pause:hover,
.p7ir2-paginator a.pause:focus {
    background-color: transparent !important;
    opacity: 1;
}

/* -------------------- Large Previous/Next Arrows ---------------- */

/*Large Previous and Next Arrows*/
.p7ir2-arrows {
    display: none;
}

.arrow-left,
.arrow-right {
    position: absolute;
    top: 40%;
    z-index: 5;
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

.arrow-left a,
.arrow-right a {
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 64px;
    line-height: 1px;
    opacity: .75;
}

.arrow-left a:hover,
.arrow-right a:hover {
    opacity: 1;
}

.p7ir2-arrows.dark a {
    color: #000;
    text-shadow: 1px 1px 10px #FFF;
}

.p7ir2-arrows.light a {
    color: #FFF;
    text-shadow: 1px 1px 10px #000;
}

/* --------------------- Description presentation rules ----------------------------- */
.p7ir2-description {
    position: absolute;
    border-radius: 6px;
    max-width: 40%;
    max-height: 60%;
    overflow: auto;
    background-color: #222;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #000;
    color: #FFF;
    font-size: 1em;
    padding: 12px;
}

/* Descrption Position Rules */

.p7ir2-description.under-image {
    max-width: none;
    max-height: none;
    padding: 10px;
    font-size: 0.9em;
    text-align: left;
    position: relative;
}

.p7ir2-description.top-left {
    top: 15%;
    left: 20px;
}

.p7ir2-description.top-right {
    top: 15%;
    right: 20px;
    left: auto;
    bottom: auto;
}

.p7ir2-description.bottom-left {
    top: auto;
    bottom: 15%;
    left: 20px;
    right: auto;
}

.p7ir2-description.bottom-right {
    top: auto;
    bottom: 15%;
    left: auto;
    right: 20px;
}


/* Slide from Left 3-State animations
   for left aligned descriptions */
.p7ir2-description.trans-left {
    -webkit-transition: all 1.0s ease .8s;
    transition: all 1.0s ease .8s;
    opacity: 0;
}

.p7ir2-description.top-left.trans-left,
.p7ir2-description.bottom-left.trans-left {
    margin-left: -300px;
}

.current-slide .p7ir2-description.top-left.trans-left,
.current-slide .p7ir2-description.bottom-left.trans-left {
    margin-left: 0;
    opacity: 1;
}

.closed-slide .p7ir2-description.top-left.trans-left,
.closed-slide .p7ir2-description.bottom-left.trans-left {
    margin-left: 300px;
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

/*Under Image Only*/
.p7ir2-description.under-image.trans-left {
    left: -300px;
}

.current-slide .p7ir2-description.under-image.trans-left {
    left: 0;
    opacity: 1;
}

.closed-slide .p7ir2-description.under-image.trans-left {
    left: 300px;
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

/* Slide from Left 3-State animations
   for right aligned descriptions */
.p7ir2-description.top-right.trans-left,
.p7ir2-description.bottom-right.trans-left {
    margin-right: 300px;
}

.current-slide .p7ir2-description.top-right.trans-left,
.current-slide .p7ir2-description.bottom-right.trans-left {
    margin-right: 0px;
    opacity: 1;
}

.closed-slide .p7ir2-description.top-right.trans-left,
.closed-slide .p7ir2-description.bottom-right.trans-left {
    margin-right: -300px;
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

/* Slide from right 3-State animations
   for left aligned descriptions */
.p7ir2-description.trans-right {
    -webkit-transition: all 1.0s ease .8s;
    transition: all 1.0s ease .8s;
    opacity: 0;
}

.p7ir2-description.top-left.trans-right,
.p7ir2-description.bottom-left.trans-right {
    margin-left: 300px;
}

.current-slide .p7ir2-description.top-left.trans-right,
.current-slide .p7ir2-description.bottom-left.trans-right {
    margin-left: 0;
    opacity: 1;
}

.closed-slide .p7ir2-description.top-left.trans-right,
.closed-slide .p7ir2-description.bottom-left.trans-right {
    margin-left: -300px;
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

/*Under Image Only*/

.p7ir2-description.under-image.trans-right {
    left: 600px;
}

.current-slide .p7ir2-description.under-image.trans-right {
    left: 0;
    opacity: 1;
}

.closed-slide .p7ir2-description.under-image.trans-right {
    left: -600px;
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}


/* Slide from right 3-State animations
   for right aligned descriptions */
.p7ir2-description.top-right.trans-right,
.p7ir2-description.bottom-right.trans-right {
    margin-right: -300px;
}

.current-slide .p7ir2-description.top-right.trans-right,
.current-slide .p7ir2-description.bottom-right.trans-right {
    margin-right: 0px;
    opacity: 1;
}

.closed-slide .p7ir2-description.top-right.trans-right,
.closed-slide .p7ir2-description.bottom-right.trans-right {
    margin-right: 300px;
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

/* 3-State Pivot animation */
.p7ir2-description.trans-pivot {
    -webkit-transition: all linear 0.5s .8s;
    transition: all linear 0.5s .8s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    margin-top: -160px;
}

.current-slide .p7ir2-description.trans-pivot {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 0px;
    opacity: 1;
    z-index: 999 !important;
}

.closed-slide .p7ir2-description.trans-pivot {
    margin-top: -160px;
    opacity: 0;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

/*Under Image Only*/
.p7ir2-description.under-image.trans-pivot {
    -webkit-transition: all linear 0.5s .8s;
    transition: all linear 0.5s .8s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    margin-top: 0px;
    top: -160px;
}

.current-slide .p7ir2-description.under-image.trans-pivot {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 0px;
    top: 0px;
    opacity: 1;
    z-index: 999 !important;
}

.closed-slide .p7ir2-description.under-image.trans-pivot {
    margin-top: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

/* --------------------- loading image ---------------------------- */

.p7ir2-loading {
    background-color: #fff;
    background-image: url("/images/p7ir2_loading.gif");
    border-radius: 8px;
    box-shadow: 0 0 30px #000;
    display: none;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999999;
}

/* 
-----------------------------------
Omni Panel Magic
by Project Seven Development
www.projectseven.com
Core Styles
-----------------------------------
*/

.p7OPM {
    width: 100%;
    overflow: hidden;
}

.p7OPM,
.p7OPM li,
.p7OPM a,
.opm-tabs-wrapper,
.opm-panel-wrapper,
.opm-tabs-wrapper ul {
    box-sizing: border-box;
}


.opm-v-tabs .p7OPM-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.opm-v-tabs .opm-panel-wrapper,
.opm-v-tabs .opm-tabs-wrapper {
    display: table-cell;
    vertical-align: top;
}

.opm-tabs-wrapper.centered {
    text-align: center;
}

.opm-tabs-wrapper.right {
    text-align: right;
}

.opm-v-tabs .opm-tabs-wrapper {
    table-layout: fixed;
}

.opm-v-tabs .opm-panel-wrapper {
    width: 100%;
    table-layout: fixed;
}

.opm-accordion-trig {
    margin: 0px;
    display: none;
}

.p7OPM .opm-accordion-trig a {
    display: block;
}

/*
*****************************************
          Tabs Wrapper Structure
    (opm-v-tabs are for Vertical Tabs)
*****************************************	 
*/
.p7OPM .opm-tabs-wrapper ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: bottom;
}

.p7OPM.opm-v-tabs .opm-tabs-wrapper ul {
    display: block;
    padding: 0px;
}

.p7OPM .opm-tabs-wrapper li {
    list-style-type: none;
    display: block;
    margin: 0px;
    float: left;
    padding: 0;
}

.p7OPM.opm-v-tabs .opm-tabs-wrapper li {
    float: none;
    width: 100%;
}

.p7OPM .opm-tabs-wrapper a {
    display: block;
    text-decoration: none;
    -webkit-transition: background, color, border ease .35s;
    transition: background, color, border ease .35s;
}

.p7OPM .opm-accordion-trig a {
    -webkit-transition: all linear .25s;
    transition: all linear .25s;
    text-decoration: none;
}

/*
**********************************************
       Curret Tab Marker (check mark)
**********************************************
*/
.p7OPM .opm-tabs-wrapper a.open:before {
    position: absolute;
    left: 4px;
}

/*
**************************
     Rounded Corners
**************************	 
*/
.p7OPM.p7OPM.opm-rounded {
    border-radius: 5px;
}

.p7OPM.opm-rounded .opm-tabs-wrapper a {
    border-radius: 0px;
}

/*
********************************
    Content Utility Rules 
********************************
*/
.opm-panel-content img.scalable,
.opm-panel-content img.scalable-rounded {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

.opm-panel-content.no-padding {
    padding: 0px !important;
}

.opm-panel-content.centered {
    text-align: center;
}

.opm-panel-content img {
    vertical-align: bottom;
}

/*
********************************
       No Script Rules 
********************************
*/
.p7OPM.opm-noscript .opm-tabs-wrapper li {
    display: inline-block;
    float: none;
}

.p7OPM.opm-noscript .opm-arrow-left,
.p7OPM.opm-noscript .opm-arrow-right,
.p7OPM.opm-noscript .opm-paginator,
.p7OPM.opm-noscript .opm-toolbar {
    display: none;
}

/*
************************
     Carousel
************************
*/
.p7OPM.opm-carousel .opm-tabs-wrapper {
    display: none;
}

/*
**********************************
   Arrows, Toolbar, Paginator
**********************************
*/
.opm-arrows {
    font-size: 0px;
    position: absolute;
    z-index: 10;
    top: 40%;
}

.opm-arrows a {
    display: block;
    background-repeat: no-repeat;
    text-decoration: none;
    width: 16px;
    height: 28px;
    opacity: .65;
}

.opm-arrows a:hover {
    opacity: 1;
}

.opm-arrows.arrows-dark.opm-arrow-left a {
    background-image: url(/images/p7opm-left-dark.png);
}

.opm-arrows.arrows-dark.opm-arrow-right a {
    background-image: url(/images/p7opm-right-dark.png);
}

.opm-arrows.arrows-light.opm-arrow-left a {
    background-image: url(/images/p7opm-left-light.png);
}

.opm-arrows.arrows-light.opm-arrow-right a {
    background-image: url(/images/p7opm-right-light.png);
}

.opm-arrow-left {
    left: 6px;
}

.opm-arrow-right {
    right: 6px;
}


.p7OPM .opm-paginator,
.p7OPM .opm-toolbar {
    text-align: center;
    font-size: 0px;
    padding: 5px 0px;
}

.p7OPM.paginator-top .opm-paginator {
    border-bottom: 1px solid #000;
}

.p7OPM.paginator-bottom .opm-paginator {
    border-top: 1px solid #000;
}

.p7OPM .pags-dark.opm-paginator,
.p7OPM .toolbar-dark.opm-toolbar {
    background-color: #222;
}

.p7OPM .pags-light.opm-paginator,
.p7OPM .toolbar-light.opm-toolbar {
    background-color: #FFF;
}

.p7OPM .opm-paginator ul,
.p7OPM .opm-toolbar ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.p7OPM .opm-paginator li,
.p7OPM .opm-toolbar li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}

.p7OPM .opm-paginator a {
    text-decoration: none;
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 20px;
    background-color: #222;
}

.p7OPM .pags-dark.opm-paginator a {
    background-color: #BBB;
}

.p7OPM .opm-paginator a.opm-pause-play {
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    background-color: transparent;
    opacity: .7;
}

.p7OPM .opm-paginator a.opm-pause-play:hover {
    opacity: 1;
}

.p7OPM .pags-dark.opm-paginator a.opm-pause-play {
    background-image: url(/images/p7opm-play-light.png);
}

.p7OPM .pags-dark.opm-paginator a.opm-pause-play.pause-icon {
    background-image: url(/images/p7opm-pause-light.png);
}

.p7OPM .pags-light.opm-paginator a.opm-pause-play {
    background-image: url(/images/p7opm-play.png);
}

.p7OPM .pags-light.opm-paginator a.opm-pause-play.pause-icon {
    background-image: url(/images/p7opm-pause.png);
}


.p7OPM .pags-light.opm-paginator a:hover {
    background-color: #DC494C;
}

.p7OPM .pags-light.opm-paginator a.down {
    background-color: #DC494C;
}

.p7OPM .pags-dark.opm-paginator a:hover {
    background-color: #FFF;
}

.p7OPM .pags-dark.opm-paginator a.down {
    background-color: #FFF;
}

.p7OPM .opm-paginator a.opm-pause-play:hover {
    background-color: transparent;
    opacity: 1;
}

.p7OPM .opm-pause {
    margin-left: 24px;
}

.p7OPM.toolbar-top .opm-toolbar {
    border-bottom: 1px solid #000;
}

.p7OPM.toolbar-bottom .opm-toolbar {
    border-top: 1px solid #000;
}

.p7OPM .opm-toolbar em {
    display: none;
}

.p7OPM .opm-toolbar a {
    text-decoration: none;
    font-size: 0px;
    display: block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .75;
}

.p7OPM .opm-toolbar a:hover {
    opacity: 1;
}

.p7OPM .toolbar-dark a.previous {
    background-image: url(/images/p7opm-prev-light.png)
}

.p7OPM .toolbar-dark a.opm-pause-play {
    background-image: url(/images/p7opm-play-light.png);
}

.p7OPM .toolbar-dark a.opm-pause-play.pause-icon {
    background-image: url(/images/p7opm-pause-light.png);
}

.p7OPM .toolbar-dark a.next {
    background-image: url(/images/p7opm-next-light.png);
}

.p7OPM .toolbar-light a.previous {
    background-image: url(/images/p7opm-prev.png);
}

.p7OPM .toolbar-light a.opm-pause-play {
    background-image: url(/images/p7opm-play.png);
}

.p7OPM .toolbar-light a.opm-pause-play.pause-icon {
    background-image: url(/images/p7opm-pause.png);
}

.p7OPM .toolbar-light a.next {
    background-image: url(/images/p7opm-next.png);
}

/*
**********************************
        Media Query
**********************************
*/
@media only screen and (min-width: 0px) and (max-width: 700px) {

    .p7OPM.opm-phone,
    .p7OPM.opm-phone .p7OPM-layout,
    .p7OPM.opm-phone .opm-tabs-wrapper,
    .p7OPM.opm-phone .opm-tabs-wrapper {
        display: block;
        width: 100%;
        max-height: 700777px;
    }

    .p7OPM.opm-phone.opm-v-tabs .p7OPM-layout,
    .p7OPM.opm-phone.opm-v-tabs .opm-panel-wrapper,
    .p7OPM.opm-phone.opm-v-tabs .opm-tabs-wrapper {
        display: block;
    }

    .p7OPM.opm-phone .opm-accordion-trig {
        display: block;
    }

    .p7OPM.opm-phone .opm-tabs-wrapper {
        position: absolute;
        top: -3000px;
    }

    .p7OPM.opm-phone .opm-arrows,
    .p7OPM.opm-phone .opm-toolbar,
    .p7OPM.opm-phone .opm-paginator {
        display: none;
    }
}

/* 
-----------------------------------
Omni Panel Magic
by Project Seven Development
www.projectseven.com
Style Theme: 07 - Glass
-----------------------------------
*/

.p7OPM-07.p7OPM {
    padding: 0px;
    /* [disabled]border-color: #000; */
    /* [disabled]border-style: solid; */
    /* [disabled]border-width: 1px; */
}

/*
**********************************
    PRIMARY COLOR RULES
**********************************

*/
.p7OPM-07 .opm-tabs-wrapper {
    background-color: #222;
}

.p7OPM-07 .opm-panel-wrapper {
    background-color: #EEEFF1;
    /* [disabled]color: #000000; */
    background-image: url(/images/speechmarks.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.p7OPM-07 .opm-tabs-wrapper a,
.p7OPM-07 .opm-accordion-trig a {
    background-color: rgb(180, 180, 160);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.60);
    padding: 12px 20px;
}

.p7OPM-07 .opm-tabs-wrapper a:hover,
.p7OPM-07 .opm-accordion-trig a:hover {
    background-color: rgb(140, 140, 120);
    color: #FFF;
}

.p7OPM-07 .opm-tabs-wrapper a.open,
.p7OPM-07 .opm-accordion-trig a.open {
    color: #FFF;
    background-color: rgb(80, 80, 60);
    position: relative;
}

.p7OPM-07 .opm-tabs-wrapper a {
    box-shadow:
        0 1px 0px rgba(0, 0, 0, 0.75),
        inset 0 1px rgba(255, 255, 255, 0.3),
        inset 0 10px rgba(255, 255, 255, 0.2),
        inset 0 10px 20px rgba(255, 255, 255, 0.25),
        inset 0 -15px 30px rgba(0, 0, 0, 0.3);
}

/*
**********************************************
       Curret Tab Marker (check mark)
**********************************************
*/
.p7OPM-07 .opm-tabs-wrapper a.open:before {
    content: "\2713";
}

/*
******************************************************
     Colors for Accordion Mode (Phone View)
	-By default, colors for all modes are the 
	 same. Use the rules below if you would like
	 to have different colors for accordion mode.
******************************************************
    EXCEPTION COLORS FOR ACCORDION (PHONE) MODE
*/
.p7OPM-07 .opm-accordion-trig a {
    box-shadow:
        0 1px 0px rgba(0, 0, 0, 0.75),
        inset 0 1px rgba(255, 255, 255, 0.3),
        inset 0 10px rgba(255, 255, 255, 0.2),
        inset 0 10px 20px rgba(255, 255, 255, 0.25),
        inset 0 -15px 30px rgba(0, 0, 0, 0.3);
    border: none;
    border-bottom: 1px solid #333;
}

.p7OPM-07 .opm-accordion-trig a:hover,
.p7OPM-07 .opm-accordion-trig a.open {}

.p7OPM-07 .opm-accordion-trig a.open {}



/*
*********************************
      Panel Content Rules
*********************************
*/
.p7OPM-07 .opm-panel-content {
    padding-top: 26px;
    padding-right: 36px;
    padding-left: 66px;
    padding-bottom: 20px;
    font-size: 1.05em;
    color: #555;
    font-style: italic;
}


/*
*****************************************
          Tabs Wrapper Structure
    (opm-v-tabs are for Vertical Tabs)
*****************************************	 
*/
.p7OPM-07 .opm-tabs-wrapper ul {
    padding: 0px 0px 0px 10px;
}

.p7OPM-07.opm-v-tabs .opm-tabs-wrapper ul {
    padding: 6px 6px;
}

.p7OPM-07 .opm-tabs-wrapper li {
    padding: 6px 10px 6px 0px;
}

.p7OPM-07.opm-v-tabs .opm-tabs-wrapper li {
    padding: 6px 6px 6px 6px;
}


/*
**************************
    Rounded Corners
**************************	 
*/
.p7OPM-07.p7OPM.opm-rounded {
    border-radius: 3px 40px;
}

.p7OPM-07.opm-rounded .opm-tabs-wrapper a {
    border-radius: 4px;
}


/*
********************************
    Content Utility Rules 
********************************
*/
.p7OPM-07 .blurb {
    -webkit-transition: all ease 1.25s 0s;
    transition: all ease 1.25s 0s;
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
    opacity: 0;
    letter-spacing: .2em;
}

.p7OPM-07 .current-panel .blurb {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/*
----------------------------- 
PVII Drop Menu Magic
by Project Seven Development
www.projectseven.com
Theme 01: Affinity
-----------------------------
*/

.p7DMM01 {
    position: relative;
    background-color: #99AAB6;
    border-bottom: 1px solid #FFF;
    /* [disabled]box-shadow: 0px 0px 30px rgba(0,0,0,.45); */
    /* [disabled]-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.45); */
}

.p7DMM01:after {
    content: "\0020";
    clear: both;
    font-size: 0px;
    line-height: 0;
    display: inline;
    height: 0px;
}

.p7DMM01.p7dmm-centered {
    text-align: center;
}

.p7DMM01.p7dmm-right {
    text-align: right;
}

.p7DMM01 ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: bottom;
}

.p7DMM01 ul li {
    list-style-type: none;
    float: left;
    padding: 10px 0px;
    margin-right: 6px;
}

.p7DMM01 ul li:last-child {
    margin-right: 0px;
}

.p7DMM01 ul a {
    color: #FFFFFF;
    font-size: 1em;
    padding: 10px 12px;
    text-decoration: none;
    border: 1px solid #A4B3BE;
    border-radius: 3px;
    display: block;
    -webkit-transition: all linear .35s .1s;
    transition: all linear .35s .1s;
    -webkit-transition-property: background-color, box-shadow, border-color;
    transition-property: background-color, box-shadow, border-color;
}

.p7DMM01 ul a:hover,
.p7DMM01 ul a:focus,
.p7DMM01 ul a.open,
.p7DMM01 ul a.current_mark.closed {
    outline: none;
    border-color: #FFF;
    border-color: rgba(255, 255, 255, 0.65);
    color: #FFFFFF;
    box-shadow: inset 0px 12px 8px rgba(255, 255, 255, .2);
    background-color: #6E8B83;
}

.p7dmm-sub-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    display: none;
}

.p7DMM01 ul ul {
    margin: 0px;
    display: inline-block;
    padding: 0px;
    vertical-align: bottom;
}

.p7DMM01 ul ul li {
    padding: 8px 0px;
}

.p7DMM01 ul ul a {
    background-color: rgba(255, 255, 255, .5);
    border-color: #FFF;
    box-shadow: none;
    font-size: 0.8em;
    padding: 8px 10px;
    box-shadow: inset 0px 0px 8px rgba(255, 255, 255, .15);
    color: #000;
}

.p7DMM01 ul ul a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #EEE;
    color: #000000;
    box-shadow: inset 0px 12px 20px rgba(123, 164, 193, .2);
}

/*By default the current-marked root link is in the open state. 
This rule can be used if you would like to further differentiate the current-marked root link.*/
.p7DMM01 ul a.current_mark.closed,
.p7DMM01 ul a.current_mark:hover {}

/*Current Marked Sub-menu Link*/
.p7DMM01 ul ul a.current_mark {
    color: #447395;
    font-weight: normal;
}

/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7DMM-toolbar {
    display: none;
}

/*VERTICAL MENU*/
.p7DMM01.dmm-vertical ul a.trig {
    background-image: url(/images/p7dmm_east_black.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.p7DMM01.dmm-vertical ul a.open.trig {
    background-image: url(/images/p7dmm_south_black.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.p7DMM01.dmm-vertical {
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
}

.p7DMM01.dmm-vertical ul,
.p7DMM01.dmm-vertical ul ul {
    display: block;
    padding: 0px;
    margin: 0px;
}

.p7DMM01.dmm-vertical ul ul {
    border-radius: 0px 0px 5px 5px;
    background-color: #DDD;
}

.p7DMM01.dmm-vertical ul li,
.p7DMM01.dmm-vertical ul ul li {
    float: none;
    display: block;
    padding: 0px;
    margin-right: 0px !important;
}

.p7DMM01.dmm-vertical ul li {
    margin-bottom: 8px;
}

.p7DMM01.dmm-vertical ul li:last-child {
    margin-bottom: 0px;
}

.p7DMM01.dmm-vertical ul ul li {
    margin-bottom: 0px;
}

.p7DMM01.dmm-vertical ul a {
    padding: 8px 18px;
}

.p7DMM01.dmm-vertical ul a.open {
    border-radius: 5px 5px 0px 0px;
}

.p7DMM01.dmm-vertical ul ul a {
    border-top: none;
    border-radius: 0px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, .35);
    background-color: transparent;
    font-size: .9em;
}

.p7DMM01.dmm-vertical ul ul li:last-child a {
    border-radius: 0px 0px 4px 4px;
}

.p7DMM01.dmm-vertical ul ul a:hover {
    background-color: rgba(142, 176, 202, 0.6);
    color: #000000;
}

.p7DMM01.dmm-vertical .p7dmm-sub-wrapper {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

/*POP MENU MODE*/
.p7DMM01.dmm01-pop .p7dmm-sub-wrapper {
    text-align: left;
    padding-bottom: 30px;
    padding-right: 30px;
    width: auto;
    left: auto;
    display: none;
    z-index: 99;
}

.p7DMM01.dmm01-pop ul ul {
    background-color: #222;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid;
    border-top: none;
    border-color: #000000;
}

.p7DMM01.dmm01-pop ul ul li {
    padding: 0px;
    float: none;
    margin: 0px;
}

.p7DMM01.dmm01-pop ul ul a {
    background-color: transparent;
    border-radius: 0px;
    font-size: 0.8em;
    padding: 8px 20px;
    box-shadow: none;
    color: #B4B4B4;
    border: none;
}

.p7DMM01.dmm01-pop ul ul li:last-child a {
    border-radius: 0px 0px 4px 4px;
}

.p7DMM01.dmm01-pop ul ul a:hover {
    background-color: transparent;
    color: #FFFFFF;
    background-color: #444;
    box-shadow: none;
}

/*By default the current-marked root link is in the open state. 
This rule can be used if you would like to further differentiate the current-marked root link.*/
.p7DMM01 ul a.current_mark.closed,
.p7DMM01 ul a.current_mark:hover {}

/*Current Marked Sub-menu Link*/
.p7DMM01.dmm01-pop ul ul a.current_mark {
    color: #EEE;
    font-weight: bold;
}

/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .p7DMM01.responsive {
        padding: 0px;
        margin: 0px;
    }

    .p7DMM01 {

        border-bottom: 1px solid #99AAB6 !important;
        /* [disabled]box-shadow: 0px 0px 30px rgba(0,0,0,.45); */
        /* [disabled]-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.45); */
    }

    .p7DMM01.responsive ul a.trig {
        background-image: url(/images/p7dmm_east_black.gif);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .p7DMM01.responsive ul a.open.trig {
        background-image: url(/images/p7dmm_south_black.gif);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .p7DMM01.responsive ul li {
        margin: 0px;
        padding: 0px;
    }

    .p7DMM01.responsive ul,
    .p7DMM01.responsive ul ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .p7DMM01.responsive ul li,
    .p7DMM01.responsive ul ul li {
        float: none;
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .p7DMM01.responsive ul li a,
    .p7DMM01.dmm-vertical ul li a {
        border: none;
        border-radius: 0px;
        padding: 8px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .15) !important;
    }

    .p7DMM01.responsive ul li:last-child a {
        border-bottom: none;
    }

    .p7DMM01.responsive .p7dmm-sub-wrapper {
        width: 100%;
        position: relative;
        padding: 0px;
        margin: 0px;
        top: 0px;
    }

    /*Toolbar for Smartphones to Hide or Show entire menu*/
    .p7DMM01.responsive .p7DMM-toolbar,
    .p7DMM01.dmm-vertical .p7DMM-toolbar {
        position: relative;
        z-index: 999;
        display: block;
        background-color: #99AAB6;
        text-align: right;
        padding: 6px;
        cursor: pointer;
    }

    .p7DMM01.dmm-vertical .p7DMM-toolbar {
        background-color: #222222 !important;
        border-radius: 5px 5px 0px 0px;
    }

    .p7DMM01.responsive .p7DMM-toolbar.closed a:before {
        content: "Menu";
    }

    .p7DMM01.responsive .p7DMM-toolbar.opened a:before {
        content: "Menu";
    }

    .p7DMM.responsive ul.closed {
        display: none;
    }

    .p7DMM.responsive ul.opened {
        display: block;
    }

    .p7DMM01.responsive .p7DMM-toolbar img,
    .p7DMM01.dmm-vertical .p7DMM-toolbar img {
        border: none;
        padding-left: 16px;
    }

    .p7DMM01.responsive .p7DMM-toolbar a,
    .p7DMM01.dmm-vertical .p7DMM-toolbar a {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: .9em;
        background-color: transparent !important;
        border: none !important;

    }

    .p7DMM01.responsive .p7DMM-toolbar.closed a,
    .p7DMM01.dmm-vertical .p7DMM-toolbar.closed a {
        color: #FFFFFF;
    }

    .p7DMM01.responsive .p7DMM-toolbar img,
    .p7DMM01.dmm-vertical .p7DMM-toolbar img {
        opacity: .5;
    }

    .p7DMM01.responsive .p7DMM-toolbar:hover img,
    .p7DMM01.dmm-vertical .p7DMM-toolbar:hover img {
        opacity: .85;
    }

    .p7DMM01.responsive .p7DMM-toolbar:hover a,
    .p7DMM01.dmm-vertical .p7DMM-toolbar:hover a {
        color: #FFFFFF;
    }

    .p7DMM01.responsive .p7DMM-toolbar.closed img,
    .p7DMM01.dmm-vertical .p7DMM-toolbar.closed img {
        opacity: 1;
    }

    .p7DMM01.responsive .p7DMM-toolbar.closed:hover,
    .p7DMM01.dmm-vertical .p7DMM-toolbar.closed:hover {
        background-color: #99AAB6;
    }

    .p7DMM01.dmm-vertical * {
        border-radius: 0px !important;
    }

    .p7DMM01.dmm01-pop .p7dmm-sub-wrapper {
        padding-bottom: 0px;
        padding-right: 0px;
        width: 100%;
    }

    /*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}

/*Exception rules for Smartphones in Landscape orientation only*/
@media only screen and (max-device-width: 700px) and (orientation : landscape) {
    .p7DMM01.responsive ul a {
        font-size: 1em;
        padding: .3em .5em;
    }

    .p7DMM01.responsive ul ul a {
        font-size: .8em;
        padding: .3em 1.5em;
    }

    /*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}

/*
----------------------------- 
PVII Scroll To Top
by Project Seven Development
www.projectseven.com
Core CSS
-----------------------------
*/

.p7STT {
    padding: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    display: none;
    z-index: 888;
}

/*For old browsers*/
.p7STT.dark {
    background-color: #222;
    color: #AAA;
}

.p7STT.light {
    background-color: #FFF;
    color: #000;
}

/*End Older Browsers*/

.p7STT.dark {
    background: rgba(153, 170, 182, 0.9);
}

.p7STT.light {
    background: rgba(255, 255, 255, .8);
}

.p7STT.bottom {
    bottom: 0px;
    width: 100%;
}

.p7STT.right {
    right: 6px;
    top: 200px;
    padding: 2px 4px 2px 4px;
    font-size: 2.5em;
    border-radius: 5px;
}

.p7STT.right span {
    display: none;
}

.p7STT.right i:before {
    padding: 0px;
}

.p7STT-anchor {
    text-decoration: none;
}

.p7STT.dark .p7STT-anchor {
    color: #E4E4E4;
}

.p7STT.dark .p7STT-anchor:hover {
    color: #FFF;
}

.p7STT.light .p7STT-anchor {
    color: #999;
}

.p7STT.light .p7STT-anchor:hover {
    color: #000;
}

.p7STT-anchor i {
    font-style: normal;
}

.p7STT-anchor i:before {
    content: "\21E1";
    padding-right: 3px;
}

/* animations for arrows */

/* arrow on right */
.p7STT.right {
    opacity: 0;
    margin-top: 60px;
    -webkit-transition: opacity 1s, margin-top .5s;
    transition: opacity 1s, margin-top .5s;
}

.p7STT.right.p7stt-on {
    opacity: 1;
    margin-top: 0px;
}

/* bottom overlay */
.p7STT.bottom {
    opacity: 0;
    bottom: -100px;
    -webkit-transition: opacity 1s, bottom 1s;
    transition: opacity 1s, bottom 1s;
}

.p7STT.bottom.p7stt-on {
    opacity: 1;
    bottom: 0px;
}

.p7STT-scroll-to-top {
    font-size: inherit;
}

.front-strap {
    line-height: 1.2em !important;
    font-size: 1.1em;
}

.headsubstrap {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
}

.script-1a {
    font-size: 3.2em;
    font-family: 'Alex Brush', cursive;
    color: #54656B;
}

.corona {
    max-width: 1020px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-family: 'Crimson Text', serif;
    color: #2D515E;
    text-align: center;
    margin-bottom: 30px;
}

.corona h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 1.5em;
}

/*
*****************************************
PVII Harmony: CSS Page Grid Framework
by Project Seven Development - ver 1.2.0
www.projectseven.com
*****************************************
*/
body {}

.p7HMY {
    margin: auto;
}

/*
******************************
        COLORS
******************************
*/
.p7HMY.hmy-color-root-gray,
.p7HMY .hmy-content-wrapper.hmy-color-content-gray {
    background-color: rgb(134, 134, 134);
    color: #000;
}

.p7HMY.hmy-color-root-gray.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-gray.transparent {
    background-color: rgba(134, 134, 134, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-black,
.p7HMY .hmy-content-wrapper.hmy-color-content-black {
    background-color: rgb(21, 21, 21);
    color: #FFF;
}

.p7HMY.hmy-color-root-black.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-black.transparent {
    background-color: rgba(21, 21, 21, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-white,
.p7HMY .hmy-content-wrapper.hmy-color-content-white {
    background-color: rgba(248, 248, 248, 1.00);
    color: #444443;
}

.p7HMY.hmy-color-root-white.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-white.transparent {
    background-color: rgba(255, 255, 255, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-green,
.p7HMY .hmy-content-wrapper.hmy-color-content-green {
    background-color: rgb(126, 188, 89);
    color: #FFF;
}

.p7HMY.hmy-color-root-green.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-green.transparent {
    background-color: rgba(126, 188, 89, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-mint,
.p7HMY .hmy-content-wrapper.hmy-color-content-mint {
    background-color: rgb(76, 182, 159);
    color: #000;
}

.p7HMY.hmy-color-root-mint.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-mint.transparent {
    background-color: rgba(76, 182, 159, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-blue,
.p7HMY .hmy-content-wrapper.hmy-color-content-blue {
    background-color: rgb(69, 114, 150);
    color: #FFF;
}

.p7HMY.hmy-color-root-blue.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-blue.transparent {
    background-color: rgba(69, 114, 150, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-red,
.p7HMY .hmy-content-wrapper.hmy-color-content-red {
    background-color: rgb(251, 11, 11);
    color: #000;
}

.p7HMY.hmy-color-root-red.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-red.transparent {
    background-color: rgba(251, 11, 11, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-skyblue,
.p7HMY .hmy-content-wrapper.hmy-color-content-skyblue {
    background-color: rgb(140, 188, 208);
    color: #000;
}

.p7HMY.hmy-color-root-skyblue.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-skyblue.transparent {
    background-color: rgba(140, 188, 208, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-silver,
.p7HMY .hmy-content-wrapper.hmy-color-content-silver {
    background-color: rgb(230, 219, 201);
    color: #000;
}

.p7HMY.hmy-color-root-silver.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-silver.transparent {
    background-color: rgba(230, 219, 201, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-purple,
.p7HMY .hmy-content-wrapper.hmy-color-content-purple {
    background-color: rgb(17, 28, 48);
    color: #FFF;
}

.p7HMY.hmy-color-root-purple.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-purple.transparent {
    background-color: rgba(17, 28, 48, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-lavender,
.p7HMY .hmy-content-wrapper.hmy-color-content-lavender {
    background-color: rgb(154, 77, 85);
    color: #fff;
}

.p7HMY.hmy-color-root-lavender.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-lavender.transparent {
    background-color: rgba(154, 77, 85, 0.90);
    color: #fff;
}

.p7HMY.hmy-color-root-beige,
.p7HMY .hmy-content-wrapper.hmy-color-content-beige {
    background-color: rgb(231, 213, 175);
    color: #000;
}

.p7HMY.hmy-color-root-beige.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-beige.transparent {
    background-color: rgba(231, 213, 175, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-wine,
.p7HMY .hmy-content-wrapper.hmy-color-content-wine {
    background-color: rgb(167, 27, 27);
    color: #FFF;
}

.p7HMY.hmy-color-root-wine.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-wine.transparent {
    background-color: rgba(167, 27, 27, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-forest,
.p7HMY .hmy-content-wrapper.hmy-color-content-forest {
    background-color: rgb(107, 138, 85);
    color: #FFF;
}

.p7HMY.hmy-color-root-forest.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-forest.transparent {
    background-color: rgba(107, 138, 85, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-mist,
.p7HMY .hmy-content-wrapper.hmy-color-content-mist {
    background-color: rgb(218, 239, 217);
    color: #000;
}

.p7HMY.hmy-color-root-mist.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-mist.transparent {
    background-color: rgba(218, 239, 217, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-rust,
.p7HMY .hmy-content-wrapper.hmy-color-content-rust {
    background-color: rgb(193, 67, 46);
    color: #FFF;
}

.p7HMY.hmy-color-root-rust.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-rust.transparent {
    background-color: rgba(193, 67, 46, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-silverblue,
.p7HMY .hmy-content-wrapper.hmy-color-content-silverblue {
    background-color: rgb(75, 103, 119);
    color: #FFF;
}

.p7HMY.hmy-color-root-silverblue.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-silverblue.transparent {
    background-color: rgba(75, 103, 119, 0.90);
    color: #FFF;
}

.p7HMY.hmy-color-root-gold,
.p7HMY .hmy-content-wrapper.hmy-color-content-gold {
    background-color: rgb(226, 160, 71);
    color: #000;
}

.p7HMY.hmy-color-root-gold.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-gold.transparent {
    background-color: rgba(226, 160, 71, 0.90);
    color: #000;
}

.p7HMY.hmy-color-root-orange,
.p7HMY .hmy-content-wrapper.hmy-color-content-orange {
    background-color: rgb(239, 118, 51);
    color: #FFF;
}

.p7HMY.hmy-color-root-orange.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-orange.transparent {
    background-color: rgba(239, 118, 51, 0.90);
    color: #FFF;
}

/*
******************************
           BORDERS
******************************
*/
.p7HMY.hmy-border-root-all,
.p7HMY .hmy-content-wrapper.hmy-border-content-all {
    border: 1px solid;
}

.p7HMY.hmy-border-root-top,
.p7HMY .hmy-content-wrapper.hmy-border-content-top {
    border-top: 1px solid;
}

.p7HMY.hmy-border-root-right,
.p7HMY .hmy-content-wrapper.hmy-border-content-right {
    border-right: 1px solid;
}

.p7HMY.hmy-border-root-bottom,
.p7HMY .hmy-content-wrapper.hmy-border-content-bottom {
    border-bottom: 1px solid;
}

.p7HMY.hmy-border-root-left,
.p7HMY .hmy-content-wrapper.hmy-border-content-left {
    border-left: 1px solid;
}

.p7HMY.hmy-border-root-left-right,
.p7HMY .hmy-content-wrapper.hmy-border-content-left-right {
    border-left: 1px solid;
    border-right: 1px solid;
}

.p7HMY.hmy-border-root-top-bottom,
.p7HMY .hmy-content-wrapper.hmy-border-content-top-bottom {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-black {
    border-color: #000 !important;
}

.border-white {
    border-color: #FFF !important;
}

/*
******************************
       BORDER-RADIUS
******************************
*/
.p7HMY.hmy-root-rounded,
.p7HMY .hmy-content-wrapper.hmy-content-rounded {
    border-radius: 5px;
}

/*
********************************
     Section Text Styles
********************************
*/
.p7HMY .hmy-section a.text-link {
    border-bottom: 1px dotted;
    transition: all linear .5s;
    color: inherit;
    text-decoration: none;
}

.p7HMY .hmy-section a.text-link:hover {
    border-bottom: 1px solid;
}

.hmy-section .hmy-img a,
.hmy-section .hmy-img a:hover {
    border: none;
    display: block;
}

.hmy-section h1 {
    font-size: 1.5rem;
}

.hmy-section h2 {
    /* [disabled]font-size: 1.4rem; */
}

.hmy-section h3 {
    font-size: 1.3rem;
}

.hmy-section h4,
.hmy-section h5 {
    font-size: 1.2rem;
}

.hmy-section h1,
.hmy-section h2,
.hmy-section h3,
.hmy-section h4,
.hmy-section h5 {
    /* [disabled]margin: 24px 0px 0px 0px; */
    /* [disabled]font-weight: bold; */
}

.hmy-section h1:first-child,
.hmy-section h2:first-child,
.hmy-section h3:first-child,
.hmy-section h4:first-child,
.hmy-section h5:first-child {
    margin: 0px;
}

.hmy-section p {
    /* [disabled]margin: 6px 0px 10px 0px; */
    /* [disabled]line-height: 1.6; */
}

/*
********************************
       CONTENT AREAS
********************************
*/
.p7HMY .hmy-content p:first-child {
    margin-top: 0px;
}

.rounded {
    border-radius: 4px;
}

.hmy-content {
    padding: 20px;
}

/*
**********************************
   CORE STYLES - DO NOT EDIT
**********************************
*/

.p7HMY {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

.hmy-section {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
}

.hmy-content-wrapper {
    box-sizing: border-box;
    width: 100%;
}

.hmy-content {
    box-sizing: border-box;
}

.hmy-vertical-center.hmy-content-wrapper {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.p7HMY img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.hmy-box-separation .hmy-content-wrapper {
    margin: 5px;
    box-sizing: border-box;
    position: relative;
}

.hmy-overflow {
    overflow: hidden;
}

/*
*************************
  Video-Map Iframe Styles
*************************
*/
.hmy-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0px;
    overflow: hidden;
}

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

.hmy-map-wrapper {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hmy-map-wrapper iframe,
.hmy-map-wrapper object,
.hmy-map-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hmy-video-wrapper iframe,
.hmy-map-wrapper iframe {
    box-sizing: border-box;
}

.hmy-frame-border iframe {
    border: 1px solid #000 !important;
}

.hmy-frame-rnd iframe {
    border-radius: 5px;
}


/*
**********************************
     Legacy Browser Rules
**********************************
*/
.p7HMY.hmy-legacy {
    overflow: hidden;
    display: block;
}

.p7HMY.hmy-legacy .hmy-section {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0px !important;
}

/*
***********************************
        Style Options 
***********************************
*/
.hmy-no-pad.hmy-content {
    padding: .5px 0px !important;
}

.no-pad {
    padding: 0px !important;
}

.hmy-center {
    text-align: center;
}

.hmy-right {
    text-align: right;
}

.hmy-left {
    text-align: left;
}

/*
***********************************************
    No Script Rules... For DW Design View
***********************************************
*/
.p7HMY.hmy-noscript {}


/*
***********************************************
               Media Queries
***********************************************
*/
@media only screen and (min-width: 0px) and (max-width: 1025px) {}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    body {
        font-size: 95%;
    }

    html {
        -webkit-text-size-adjust: 100%;
    }

    .p7HMY .hmy-section .p7HMY .hmy-section {
        flex-basis: 100% !important;
    }

    .p7HMY.hmy-legacy .hmy-section .p7HMY .hmy-section {
        float: none !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    body {
        font-size: 90%;
    }

    .p7HMY .hmy-section {
        flex-basis: 100% !important;
    }

    .p7HMY .hmy-section .hmy-content-wrapper {
        border-radius: 0px !important;
        border-left: none !important;
        border-right: none !important;
    }

    .p7HMY.hmy-legacy .hmy-section {
        float: none !important;
        width: 100% !important;
    }
}

/*
****************************
 PVII Flex Grid Magic
 by Project Seven Development
 www.projectseven.com
 CSS Styles
*****************************
*/

.p7FGM {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

.p7FGM .fgm-section {
    list-style-type: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}

/*
******************************
           Colors
******************************
*/
.p7FGM .fgm-section {
    background-color: rgb(180, 180, 160);
    color: #000;
}

.p7FGM.fgm-black .fgm-section {
    background-color: #151515;
    color: #FFF;
}

.p7FGM.fgm-wine .fgm-section {
    background-color: #C16162;
    color: #000;
}

.p7FGM.fgm-white .fgm-section {
    background-color: #FFF;
    color: #000;
}

.p7FGM.fgm-blue .fgm-section {
    background-color: #699EBB;
    color: #000;
}

.p7FGM.fgm-teal .fgm-section {
    background-color: #6FA4A8;
    color: #000;
}

/*
********************************
     Section Text Styles
********************************
*/
.p7FGM .fgm-section a {
    border-bottom: 1px dotted;
    transition: all linear .5s;
    color: #FFF;
    text-decoration: none;
}

.p7FGM .fgm-section a:hover {
    border-bottom: 1px solid;
    color: #E680FF !important;
}

.p7FGM.fgm-black .fgm-section a {
    color: #FFF;
}

.p7FGM.fgm-white .fgm-section a {
    color: #FFFFFF;
}

.p7FGM.fgm-blue .fgm-section a {
    color: #000;
}

.p7FGM.fgm-teal .fgm-section a {
    color: #000;
}

.fgm-section .fgm-img a,
.fgm-section .fgm-img a:hover {
    border: none;
    display: block;
}

.fgm-section h1,
.fgm-section h2,
.fgm-section h3,
.fgm-section h4,
.fgm-section h5 {
    margin: 0px;
}

/*
********************************
      Fit Image To Box
********************************
*/
.fgm-section.fgm-fit-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

/*
********************************
      Vertical Center
********************************
*/
.fgm-section.fgm-vertical-center {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}


/*
********************************
       CONTENT AREAS
********************************
*/
.p7FGM .fgm-content {
    font-size: 85%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.fgm-center {
    text-align: center;
}

.fgm-right {
    text-align: right;
}

.p7FGM .fgm-content p {
    margin: 6px 0px 0px 0px;
}

.fgm-img {
    text-align: center;
}

.p7FGM img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    position: relative;
}

.p7FGM img:hover {}


.p7FGM.fgm-rounded img {
    border-radius: 4px;
}

.p7FGM li img:hover {
    z-index: 10;
    opacity: 1;
}

/*
**********************************
        Content Overlay
**********************************
*/
.fgm-content.fgm-overlay {
    position: absolute;
    left: 0px;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(57, 70, 79, 0.83);
    color: #FFF;
}

.fgm-content.fgm-overlay.fgm-cnt-bottom {
    bottom: 0px;
}

.fgm-content.fgm-overlay.fgm-cnt-top {
    top: 0px;
}

.fgm-rounded .fgm-content.fgm-overlay.fgm-cnt-bottom {
    border-radius: 0px 0px 4px 4px;
}

.fgm-rounded .fgm-content.fgm-overlay.fgm-cnt-top {
    border-radius: 4px 4px 0px 0px;
}


/*
No Script Rules. None seem to be necessary now.
*/
.p7FGM.fgm-noscript {}

/*
**********************************
     Legacy Browser Rules
**********************************
*/
.p7FGM.fgm-legacy {
    text-align: center;
}

.p7FGM.fgm-legacy .fgm-section {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

/*
***********************************
        Style Options 
***********************************
*/
.fgm-rounded .fgm-section {
    border-radius: 5px;
}

.fgm-borders .fgm-section {
    border: 1px solid;
}

.fgm-borders .fgm-img img {
    border: 1px solid;
}

.fgm-shadow .fgm-section {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.30);
}

.fgm-no-pad .fgm-section {
    padding: 0px;
}

/*
***********************************
Use .no-pad rule in the User Class 
box to create exceptions for 
specific boxes, images, 
or content areas
***********************************
*/
.no-pad {
    padding: 0px !important;
}

/* 
------------------------------------------------
PVII Magic Box
Copyright (c) 2015-2016 Project Seven Development
www.projectseven.com
Theme 01
------------------------------------------------
*/

/* Main Overlay */
.p7MBX-01.dark.p7mbx-overlay.transparency {
    background-color: rgba(0, 0, 0, 0.90);
}

.p7MBX-01.light.p7mbx-overlay.transparency {
    background-color: rgba(0, 0, 0, 0.80);
}


/* Text trigger link */
.mbx-external {
    -webkit-transition: color linear .3s 0s;
    transition: color linear .3s 0s;
}

.mbx-external {
    color: #DF3B3D;
}

.mbx-external:hover {
    color: #999;
}

.mbx-external img {
    -webkit-transition: -webkit-transform linear .3s 0s;
    transition: transform linear .3s 0s;
}

.mbx-external img:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 10;
}

.mbx-external img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

/* ------------ loading image ------------------- */
.p7mbx-loading {
    background-color: #fff;
    background-image: url("img/p7mbx_loading.gif");
    border-radius: 8px;
    box-shadow: 0 0 30px #000;
    display: none;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0.6;
    position: fixed;
    top: 50%;
    width: 50px;
    z-index: 99999919;
}


/* ---------------- Thumbnails ---------------- */
div.mbx-thumbs ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

div.mbx-thumbs li {
    list-style-type: none;
    display: inline-block;
    margin: 6px;
    vertical-align: middle;
}

div.mbx-thumbs li.mbx-content-link a {
    padding: 12px;
    font-size: 100%;
    text-decoration: none;
    display: block;
    max-width: 240px;
    min-height: 140px;
}

div.mbx-thumbs li {
    -webkit-transition: -webkit-transform linear .2s 0s;
    transition: transform linear .2s 0s;
}

div.mbx-thumbs li:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    position: relative;
    z-index: 2;
}

div.mbx-thumbs li img {
    border: 1px solid #FFF;
    height: auto !important;
    width: auto !important;
    max-height: 300px;
    max-width: 300px;
    vertical-align: bottom;
}

/* ---------------- toolbar ------------------- */
.p7MBX-01 .p7mbx-toolbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 6px 0px;
    z-index: 99999991;
    text-align: right;
    font-size: 0px;
}

.p7MBX-01.dark .p7mbx-toolbar {
    background-color: #000;
    background: rgba(0, 0, 0, 0.85);
}

.p7MBX-01.light .p7mbx-toolbar {
    background-color: #FFF;
    background: rgba(255, 255, 255, 0.95);
}

.p7mbx-toolbar {
    display: none;
}

.p7mbx-toolbar:after {
    content: "";
    display: table;
    clear: both;
}

.p7mbx-toolbar ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.p7mbx-toolbar li {
    list-style-type: none;
    float: left;
}

.p7mbx-toolbar img {
    border: 0;
}

.p7mbx-toolbar em {
    display: none;
}

.p7mbx-toolbar a {
    display: block;
    width: 16px;
    height: 28px;
    outline: 0;
    opacity: .7;
    margin: 3px;
    background-repeat: no-repeat;
}

.p7mbx-toolbar a.close {
    margin: 0 20px 0 40px;
}

.p7mbx-toolbar a:hover {
    opacity: 1;
}

.p7MBX-01.dark .p7mbx-toolbar a.previous {
    background-image: url(img/p7mbx-left-dark.png);
}

.p7MBX-01.light .p7mbx-toolbar a.previous {
    background-image: url(img/p7mbx-left-light.png);
}

.p7MBX-01.dark .p7mbx-toolbar a.pause {
    background-image: url(img/p7mbx-pause-dark.png);
    width: 25px;
}

.p7MBX-01.light .p7mbx-toolbar a.pause {
    background-image: url(img/p7mbx-pause-light.png);
}

.p7MBX-01.dark .p7mbx-toolbar a.pause.play {
    background-image: url(img/p7mbx-play-dark.png);
    width: 25px;
}

.p7MBX-01.light .p7mbx-toolbar a.pause.play {
    background-image: url(img/p7mbx-play-light.png);
    width: 25px;
}

.p7MBX-01.dark .p7mbx-toolbar a.next {
    background-image: url(img/p7mbx-right-dark.png);
}

.p7MBX-01.light .p7mbx-toolbar a.next {
    background-image: url(img/p7mbx-right-light.png);
}

.p7MBX-01.dark .p7mbx-toolbar a.close {
    background-image: url(img/p7mbx-close-dark.png);
    width: 25px;
}

.p7MBX-01.light .p7mbx-toolbar a.close {
    background-image: url(img/p7mbx-close-light.png);
    width: 25px;
}


/* In-Box Close Button */
.p7MBX-01 .p7mbx-ex {
    position: absolute;
    z-index: 99999991;
    top: 6px;
    right: 6px;
}

.p7MBX-01 .p7mbx-ex.set-low {
    top: 14px;
    right: 14px;
}

.p7MBX-01.matting .p7mbx-ex.set-low {
    top: 18px;
    right: 18px;
}

.p7MBX-01 .p7mbx-ex a {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 28px;
    text-decoration: none;
    opacity: .75;
    -webkit-transition: opacity linear .2s 0s;
    transition: opacity linear .2s 0s;
}

.p7MBX-01.dark .p7mbx-ex a {
    background-image: url(img/mbx-ex-dark.png);
}

.p7MBX-01 .p7mbx-ex a:hover {
    opacity: 1;
}

.p7MBX-01.light .p7mbx-ex a {
    background-image: url(img/mbx-ex-light.png);
}


/* Large Arrows */
.p7MBX-01 .p7mbx-arrows {
    display: block;
}

.p7MBX-01 .arrow-left,
.p7MBX-01 .arrow-right {
    position: absolute;
    top: 45%;
    z-index: 99999991;
}

.p7MBX-01 .arrow-left {
    left: 0px;
}

.p7MBX-01 .arrow-right {
    right: 0px;
}

.p7MBX-01 .arrow-left a,
.p7MBX-01 .arrow-right a {
    display: block;
    text-decoration: none;
    font-size: 0px;
    opacity: .6;
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: cover;
}

.p7MBX-01 .p7mbx-arrows a {
    -webkit-transition: opacity linear .35s .1s;
    transition: opacity linear .35s .1s;
}

.p7MBX-01.matting .arrow-left {
    left: 0px;
}

.p7MBX-01.matting .arrow-right {
    right: 0px;
}


.p7MBX-01 .arrow-left a:hover,
.p7MBX-01 .arrow-right a:hover {
    opacity: 1;
}

.p7MBX-01.light .arrow-left a {
    background-image: url(img/mbx-arrow-l-light.png);
}

.p7MBX-01.light .arrow-right a {
    background-image: url(img/mbx-arrow-r-light.png);
}

.p7MBX-01.dark .arrow-left a {
    background-image: url(img/mbx-arrow-l-dark.png);
}

.p7MBX-01.dark .p7mbx-arrows .arrow-right a {
    background-image: url(img/mbx-arrow-r-dark.png);
}


/*Slide*/
.p7MBX-01.matting .mbx-slide {
    padding: 12px;
}

.p7MBX-01.light.border .mbx-slide {
    border: 1px solid #FFF;
}

.p7MBX-01.dark.border .mbx-slide {
    border: 1px solid #000;
}

.p7MBX-01.light .mbx-slide {
    background-color: #FFF;
}

.p7MBX-01.dark .mbx-slide {
    background-color: #000;
}

.p7MBX-01 img {
    vertical-align: bottom;
}

/* Content Slide */
.mbx-slide.mbx-cnt h1,
.mbx-slide.mbx-cnt h2,
.mbx-slide.mbx-cnt h3 {
    margin: 0px;
}

.p7MBX-01 .mbx-slide .p7mbx-content-slide {
    padding: 20px 42px 16px 42px;
}

.p7MBX-01.light .mbx-slide .p7mbx-content-slide {
    background-color: #151515;
    color: #DDD;
}

.p7MBX-01.dark .mbx-slide .p7mbx-content-slide {
    background-color: #FFF;
    color: #000;
}

.p7MBX-01 .mbx-slide .p7mbx-content-slide img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

.p7MBX-01.light .mbx-slide.mbx-cnt {
    background-color: #FFF;
}

.p7MBX-01.dark .mbx-slide.mbx-cnt {
    background-color: #000;
}


/* Caption and Description */
.p7MBX-01 .mbx-caption {
    padding: 12px 10px 12px 10px;
    text-align: center;
}

.p7MBX-01.matting .mbx-caption.caption-top {
    padding: 0px 10px 12px 10px;
}

.p7MBX-01.matting .mbx-caption.caption-bottom {
    padding: 12px 10px 0px 10px;
}

.p7MBX-01 .mbx-description {
    padding: 12px 10px 0px 10px;
    text-align: left;
}

.p7MBX-01 .mbx-description {
    padding: 12px 10px 12px 10px;
}

.p7MBX-01 .mbx-description p {
    margin: .35em 0;
}

.p7MBX-01.matting .mbx-description.description-top {
    padding: 0px 10px 12px 10px;
}

.p7MBX-01.matting .mbx-description.description-bottom {
    padding: 12px 10px 0px 10px;
}

/************* Padding if Close button is "In-Box" *************/
.p7MBX-01.close-in-box .mbx-description.description-top,
.p7MBX-01.close-in-box .mbx-caption.caption-top {
    padding-right: 36px;
}

.p7MBX-01.light .mbx-caption,
.p7MBX-01.light .mbx-description {
    color: #000;
}

.p7MBX-01.dark .mbx-caption,
.p7MBX-01.dark .mbx-description {
    color: #BBB;
}

.p7MBX-01.dark .mbx-description a {
    color: #BBB;
}

.p7MBX-01.dark .mbx-description a:hover {
    color: #FFF;
}

.p7MBX-01.light .mbx-description a {
    color: #000;
}

.p7MBX-01.light .mbx-description a:hover {
    color: #7983BE;
}


/*Overlays*/

.p7MBX-01 .mbx-description,
.p7MBX-01 .mbx-caption {
    box-sizing: border-box;
}

.mbx-slide-container {
    /*overflow: hidden;*/
}

.p7MBX-01.overlay-desc-bottom .mbx-description,
.p7MBX-01.overlay-caption-bottom .mbx-caption,
.p7MBX-01.overlay-desc-top .mbx-description,
.p7MBX-01.overlay-caption-top .mbx-caption {
    position: absolute;
    z-index: 99999990;
    padding: 20px 24px !important;
    width: 100%;
}

.p7MBX-01.overlay-caption-bottom .mbx-caption,
.p7MBX-01.overlay-caption-top .mbx-caption {
    padding: 6px 24px !important;
}

.p7MBX-01.overlay-desc-bottom .mbx-description,
.p7MBX-01.overlay-caption-bottom .mbx-caption {
    top: auto;
    bottom: 0px;
}

.p7MBX-01.rounded.overlay-desc-bottom .mbx-description,
.p7MBX-01.rounded.overlay-caption-bottom .mbx-caption {
    border-radius: 0px 0px 5px 5px;
}

.p7MBX-01.rounded.overlay-desc-top .mbx-description,
.p7MBX-01.rounded.overlay-caption-top .mbx-caption {
    border-radius: 5px 5px 0px 0px;
}

.p7MBX-01.overlay-desc-top .mbx-description,
.p7MBX-01.overlay-caption-top .mbx-caption {
    top: 0px;
    bottom: auto;
}

.p7MBX-01.matting.overlay-desc-bottom .mbx-description,
.p7MBX-01.matting.overlay-caption-bottom .mbx-caption {
    top: auto;
    bottom: 10px;
    left: 0px;
    right: 10px;
}

.p7MBX-01.matting.overlay-desc-top .mbx-description,
.p7MBX-01.matting.overlay-caption-top .mbx-caption {
    top: 10px;
    bottom: auto;
    left: 0px;
    right: 10px;
}

.p7MBX-01.light.overlay-desc-bottom .mbx-description,
.p7MBX-01.light.overlay-caption-bottom .mbx-caption,
.p7MBX-01.light.overlay-desc-top .mbx-description,
.p7MBX-01.light.overlay-caption-top .mbx-caption {
    background-color: rgba(255, 255, 255, .6);
}

.p7MBX-01.dark.overlay-desc-bottom .mbx-description,
.p7MBX-01.dark.overlay-caption-bottom .mbx-caption,
.p7MBX-01.dark.overlay-desc-top .mbx-description,
.p7MBX-01.dark.overlay-caption-top .mbx-caption {
    background-color: rgba(0, 0, 0, .6);
}




/* Rounded */
.p7MBX-01.rounded .p7mbx-toolbar a,
.p7MBX-01.rounded .mbx-slide,
.p7MBX-01.rounded .mbx-slide.mbx-image img {
    border-radius: 5px !important;
}

.p7MBX-01.rounded .mbx-slide.mbx-image img {
    border-radius: 0px 0px 5px 5px;
}

.p7MBX-01.matting.rounded .mbx-slide.mbx-image img {
    border-radius: 5px 5px 5px 5px;
}

.p7MBX-01.rounded .mbx-slide .p7mbx-content-slide {
    border-radius: 0px 0px 5px 5px;
}

.p7MBX-01.rounded.matting .mbx-slide .p7mbx-content-slide {
    border-radius: 5px 5px 5px 5px;
}

.mbx-rounded {
    border-radius: 3px;
}


/*Shadow */
.p7MBX-01.shadow .p7mbx-toolbar,
.p7MBX-01.shadow .mbx-slide {
    box-shadow: 0px 0px 30px #000;
}


/* iFrame Video rules */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
}

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


/* DO NOT EDIT */
.p7mbx-list {
    display: none;
}

.mbx-image a img {
    border: none;
}



/*Media Queries */
@media only screen and (min-width: 0px) and (max-width: 700px) {
    body {
        -webkit-text-size-adjust: none;
    }

    .mbx-slide-box {
        margin: 0 !important;
    }

    .mbx-slide-container.mbx-cnt {
        width: auto !important;
        max-width: none !important;
    }

    div.mbx-thumbs {
        text-align: center;
    }
}

@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
        font-size: 16px;
    }
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
    body {
        -webkit-text-size-adjust: none;
        font-size: 12px;
    }

    .p7mbx-toolbar a {
        width: 12px !important;
        height: 18px !important;
        background-size: contain;
        background-position: center;
    }
}

@media only screen and (max-device-width: 480px) {

    div.mbx-thumbs li,
    .mbx-external img {
        -webkit-transition: none !important;
        transition: none !important;
    }

    div.mbx-thumbs li:hover,
    .mbx-external img:hover {
        -webkit-transform: none !important;
        transform: none !important;
        position: static !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    div.mbx-thumbs li,
    .mbx-external img {
        -webkit-transition: none !important;
        transition: none !important;
    }

    div.mbx-thumbs li:hover,
    .mbx-external img:hover {
        -webkit-transform: none !important;
        transform: none !important;
        position: static !important;
    }
}

.imgsize {
    max-width: 100%;
    max-height: 150px;
}

.sizes {
    font-weight: bold;
    color: #555555;
    font-size: 1em;
}

.mw130 {
    height: auto !important;
    width: auto !important;
    max-width: 130px;
}

.mw240 {
    height: auto !important;
    width: auto !important;
    max-width: 240px;
}

.mw260 {
    height: auto !important;
    width: auto !important;
    max-width: 260px;
}

.mw330 {
    height: auto !important;
    width: auto !important;
    max-width: 330px;
}

.mw300 {
    height: auto !important;
    width: auto !important;
    max-width: 300px;
}

.mw380 {
    height: auto !important;
    width: auto !important;
    max-width: 380px;
}

.mh190 {
    height: auto !important;
    width: auto !important;
    max-height: 190px;
}

.mh300 {
    height: auto !important;
    width: auto !important;
    max-height: 300px;
}

.free-img-left2 {
    float: left;
    margin-right: 22px;
    margin-top: 6px;
    margin-bottom: 10px;
}

/* 
  -----------------------------------
  Omni Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Free Tabs Light
  -----------------------------------
*/

.p7OPM-04.p7OPM {
    padding: 0px;
}


/*
**********************************
      PRIMARY COLOR RULES
**********************************

*/

.p7OPM-04 .opm-panel-wrapper {
    background-color: #FFF;
    color: #555;
}

.p7OPM-04 .opm-panel-wrapper {
    border: 1px solid #EEEFF1;
}

.p7OPM-04 .opm-tabs-wrapper {
    border: 1px solid transparent;
}

.p7OPM-04 .opm-tabs-wrapper a,
.p7OPM-04 .opm-accordion-trig a {
    padding: 12px 22px;
    background-color: #EEEFF1;
    color: #333;
    border: 1px solid #EEEFF1;
    font-size: 0.9em;
    line-height: 1.2em;
}

.p7OPM-04 .opm-tabs-wrapper a:hover,
.p7OPM-04 .opm-accordion-trig a:hover {
    background-color: #99AAB6;
    color: #FFF;
}

.p7OPM-04 .opm-tabs-wrapper a.open,
.p7OPM-04 .opm-accordion-trig a.open {
    color: #000;
    position: relative;
    background-color: #FFF;
}

/*
**********************************************
       Curret Tab Marker (check mark)
**********************************************
*/
.p7OPM-04 .opm-tabs-wrapper a.open:before {
    left: 6px;
    content: "\2713";
}

/*
******************************************************
     Colors for Accordion Mode (Phone View)
	-By default, colors for all modes are the 
	 same. Use the rules below if you would like
	 to have different colors for accordion mode.
******************************************************
    EXCEPTION COLORS FOR ACCORDION (PHONE) MODE
*/
.p7OPM-04 .opm-accordion-trig a {
    background-color: #99AAB6;
    color: #000;
    border: none;
}

.p7OPM-04 .opm-accordion-trig a:hover {
    background-color: #99AAB6;
    color: #FFF;
}

.p7OPM-04 .opm-accordion-trig a.open {
    background-color: #EEEFF1;
    color: #54656B;
}

/*
*********************************
      Panel Content Rules
*********************************
*/
.p7OPM-04 .opm-panel-content {
    padding: 20px 36px;
    font-size: 0.95em;
}


/*
*****************************************
          Tabs Spacing
    (opm-v-tabs are for Vertical Tabs)
*****************************************	 
*/
.p7OPM-04 .opm-tabs-wrapper ul {
    padding: 0px 0px 0px 0px;
}

.p7OPM-04 .opm-tabs-wrapper li {
    padding: 6px 10px 6px 0px;
}

.p7OPM-04.opm-v-tabs .opm-tabs-wrapper ul {
    padding: 0px 10px;
}

.p7OPM-04.opm-v-tabs .opm-tabs-wrapper li {
    padding: 0px 10px 10px 0px;
}

.p7OPM-04.opm-v-tabs .opm-tabs-wrapper li:last-child {
    padding-bottom: 0px;
}



/*
**************************
     Rounded Corners
**************************	 
*/

.p7OPM-04.opm-rounded .opm-panel-wrapper {
    border-radius: 5px;
}

.p7OPM-04.opm-rounded .opm-tabs-wrapper a {
    border-radius: 3px;
}

.p7OPM-04.opm-rounded.opm-carousel .opm-panel-wrapper,
.p7OPM-04.opm-rounded.opm-carousel .opm-panel-wrapper {
    border-radius: 0px;
}

.p7OPM-04.opm-rounded.opm-carousel {
    border-radius: 5px;
}

/*
********************************
    Content Utility Rules 
********************************
*/

.p7OPM-04 .blurb {
    -webkit-transition: all ease 1.25s 0s;
    transition: all ease 1.25s 0s;
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
    opacity: 0;
    letter-spacing: .2em;
}

.p7OPM-04 .current-panel .blurb {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


/*
************************
     Carousel
************************
*/
.p7OPM.opm-carousel .opm-tabs-wrapper {
    display: none;
}